public class ValesDeDespensa 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="Conceptos"> <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> </element> </sequence> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.0" /> <attribute name="tipoOperacion" use="required" fixed="monedero electrónico"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> </restriction> </simpleType> </attribute> <attribute name="registroPatronal"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="20"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="numeroDeCuenta" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="20"/> </restriction> </simpleType> </attribute> <attribute name="total" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="2"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ValesDeDespensa.Conceptos
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected ValesDeDespensa.Conceptos |
conceptos |
protected String |
numeroDeCuenta |
protected String |
registroPatronal |
protected String |
tipoOperacion |
protected BigDecimal |
total |
protected String |
version |
Constructor and Description |
---|
ValesDeDespensa() |
Modifier and Type | Method and Description |
---|---|
ValesDeDespensa.Conceptos |
getConceptos()
Gets the value of the conceptos property.
|
String |
getNumeroDeCuenta()
Gets the value of the numeroDeCuenta property.
|
String |
getRegistroPatronal()
Gets the value of the registroPatronal property.
|
String |
getTipoOperacion()
Gets the value of the tipoOperacion property.
|
BigDecimal |
getTotal()
Gets the value of the total property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setConceptos(ValesDeDespensa.Conceptos value)
Sets the value of the conceptos property.
|
void |
setNumeroDeCuenta(String value)
Sets the value of the numeroDeCuenta property.
|
void |
setRegistroPatronal(String value)
Sets the value of the registroPatronal property.
|
void |
setTipoOperacion(String value)
Sets the value of the tipoOperacion property.
|
void |
setTotal(BigDecimal value)
Sets the value of the total property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected ValesDeDespensa.Conceptos conceptos
protected String version
protected String tipoOperacion
protected String registroPatronal
protected String numeroDeCuenta
protected BigDecimal total
public ValesDeDespensa.Conceptos getConceptos()
ValesDeDespensa.Conceptos
public void setConceptos(ValesDeDespensa.Conceptos value)
value
- allowed object is
ValesDeDespensa.Conceptos
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getTipoOperacion()
String
public void setTipoOperacion(String value)
value
- allowed object is
String
public String getRegistroPatronal()
String
public void setRegistroPatronal(String value)
value
- allowed object is
String
public String getNumeroDeCuenta()
String
public void setNumeroDeCuenta(String value)
value
- allowed object is
String
public BigDecimal getTotal()
BigDecimal
public void setTotal(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.