public static class ValesDeDespensa.Conceptos extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Concepto" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="identificador" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="20"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="fecha" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="rfc" use="required" type="{http://www.sat.gob.mx/valesdedespensa}t_RFC" /> <attribute name="curp" use="required" type="{http://www.sat.gob.mx/valesdedespensa}t_CURP" /> <attribute name="nombre" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="100"/> </restriction> </simpleType> </attribute> <attribute name="numSeguridadSocial"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="15"/> </restriction> </simpleType> </attribute> <attribute name="importe" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="2"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ValesDeDespensa.Conceptos.Concepto
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<ValesDeDespensa.Conceptos.Concepto> |
concepto |
Constructor and Description |
---|
Conceptos() |
Modifier and Type | Method and Description |
---|---|
List<ValesDeDespensa.Conceptos.Concepto> |
getConcepto()
Gets the value of the concepto property.
|
protected List<ValesDeDespensa.Conceptos.Concepto> concepto
public List<ValesDeDespensa.Conceptos.Concepto> getConcepto()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the concepto property.
For example, to add a new item, do as follows:
getConcepto().add(newItem);
Objects of the following type(s) are allowed in the list
ValesDeDespensa.Conceptos.Concepto
Copyright © 2010–2018. All rights reserved.