public static class Catalogo.Ctas 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"> <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>
Modifier and Type | Field and Description |
---|---|
protected String |
codAgrup |
protected String |
desc |
protected String |
natur |
protected int |
nivel |
protected String |
numCta |
protected String |
subCtaDe |
Constructor and Description |
---|
Ctas() |
Modifier and Type | Method and Description |
---|---|
String |
getCodAgrup()
Gets the value of the codAgrup property.
|
String |
getDesc()
Gets the value of the desc property.
|
String |
getNatur()
Gets the value of the natur property.
|
int |
getNivel()
Gets the value of the nivel property.
|
String |
getNumCta()
Gets the value of the numCta property.
|
String |
getSubCtaDe()
Gets the value of the subCtaDe property.
|
void |
setCodAgrup(String value)
Sets the value of the codAgrup property.
|
void |
setDesc(String value)
Sets the value of the desc property.
|
void |
setNatur(String value)
Sets the value of the natur property.
|
void |
setNivel(int value)
Sets the value of the nivel property.
|
void |
setNumCta(String value)
Sets the value of the numCta property.
|
void |
setSubCtaDe(String value)
Sets the value of the subCtaDe property.
|
protected String codAgrup
protected String numCta
protected String desc
protected String subCtaDe
protected int nivel
protected String natur
public String getCodAgrup()
String
public void setCodAgrup(String value)
value
- allowed object is
String
public String getNumCta()
String
public void setNumCta(String value)
value
- allowed object is
String
public String getDesc()
String
public void setDesc(String value)
value
- allowed object is
String
public String getSubCtaDe()
String
public void setSubCtaDe(String value)
value
- allowed object is
String
public int getNivel()
public void setNivel(int value)
public String getNatur()
String
Copyright © 2010–2018. All rights reserved.