public class Catalogo 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="Ctas" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="CodAgrup" use="required" type="{www.sat.gob.mx/esquemas/ContabilidadE/1_1/CatalogosParaEsqContE}c_CodAgrup" /> <attribute name="NumCta" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="100"/> <minLength value="1"/> </restriction> </simpleType> </attribute> <attribute name="Desc" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="400"/> </restriction> </simpleType> </attribute> <attribute name="SubCtaDe"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> </restriction> </simpleType> </attribute> <attribute name="Nivel" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="Natur" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[DA]"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.1" /> <attribute name="RFC" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="12"/> <maxLength value="13"/> <pattern value="[A-ZÑ&]{3,4}[0-9]{2}[0-1][0-9][0-3][0-9][A-Z0-9]?[A-Z0-9]?[0-9A-Z]?"/> </restriction> </simpleType> </attribute> <attribute name="Mes" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="01"/> <enumeration value="02"/> <enumeration value="03"/> <enumeration value="04"/> <enumeration value="05"/> <enumeration value="06"/> <enumeration value="07"/> <enumeration value="08"/> <enumeration value="09"/> <enumeration value="10"/> <enumeration value="11"/> <enumeration value="12"/> </restriction> </simpleType> </attribute> <attribute name="Anio" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="2015"/> <maxInclusive value="2099"/> </restriction> </simpleType> </attribute> <attribute name="Sello"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="noCertificado"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <length value="20"/> </restriction> </simpleType> </attribute> <attribute name="Certificado"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Catalogo.Ctas
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected int |
anio |
protected String |
certificado |
protected List<Catalogo.Ctas> |
ctas |
protected String |
mes |
protected String |
noCertificado |
protected String |
rfc |
protected String |
sello |
protected String |
version |
Constructor and Description |
---|
Catalogo() |
Modifier and Type | Method and Description |
---|---|
int |
getAnio()
Gets the value of the anio property.
|
String |
getCertificado()
Gets the value of the certificado property.
|
List<Catalogo.Ctas> |
getCtas()
Gets the value of the ctas property.
|
String |
getMes()
Gets the value of the mes property.
|
String |
getNoCertificado()
Gets the value of the noCertificado property.
|
String |
getRFC()
Gets the value of the rfc property.
|
String |
getSello()
Gets the value of the sello property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAnio(int value)
Sets the value of the anio property.
|
void |
setCertificado(String value)
Sets the value of the certificado property.
|
void |
setMes(String value)
Sets the value of the mes property.
|
void |
setNoCertificado(String value)
Sets the value of the noCertificado property.
|
void |
setRFC(String value)
Sets the value of the rfc property.
|
void |
setSello(String value)
Sets the value of the sello property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected List<Catalogo.Ctas> ctas
protected String version
protected String rfc
protected String mes
protected int anio
protected String sello
protected String noCertificado
protected String certificado
public List<Catalogo.Ctas> getCtas()
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 ctas property.
For example, to add a new item, do as follows:
getCtas().add(newItem);
Objects of the following type(s) are allowed in the list
Catalogo.Ctas
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getRFC()
String
public void setRFC(String value)
value
- allowed object is
String
public String getMes()
String
public void setMes(String value)
value
- allowed object is
String
public int getAnio()
public void setAnio(int value)
public String getSello()
String
public void setSello(String value)
value
- allowed object is
String
public String getNoCertificado()
String
public void setNoCertificado(String value)
value
- allowed object is
String
public String getCertificado()
String
Copyright © 2010–2018. All rights reserved.