public static class INE.Entidad 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="Contabilidad" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="IdContabilidad" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <totalDigits value="6"/> <fractionDigits value="0"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="ClaveEntidad" use="required" type="{http://www.sat.gob.mx/ine}t_ClaveEntidad" /> <attribute name="Ambito"> <simpleType> <restriction base="{http://www.sat.gob.mx/ine}t_Ambito"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
INE.Entidad.Contabilidad
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected TAmbito |
ambito |
protected TClaveEntidad |
claveEntidad |
protected List<INE.Entidad.Contabilidad> |
contabilidad |
Constructor and Description |
---|
Entidad() |
Modifier and Type | Method and Description |
---|---|
TAmbito |
getAmbito()
Gets the value of the ambito property.
|
TClaveEntidad |
getClaveEntidad()
Gets the value of the claveEntidad property.
|
List<INE.Entidad.Contabilidad> |
getContabilidad()
Gets the value of the contabilidad property.
|
void |
setAmbito(TAmbito value)
Sets the value of the ambito property.
|
void |
setClaveEntidad(TClaveEntidad value)
Sets the value of the claveEntidad property.
|
protected List<INE.Entidad.Contabilidad> contabilidad
protected TClaveEntidad claveEntidad
protected TAmbito ambito
public List<INE.Entidad.Contabilidad> getContabilidad()
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 contabilidad property.
For example, to add a new item, do as follows:
getContabilidad().add(newItem);
Objects of the following type(s) are allowed in the list
INE.Entidad.Contabilidad
public TClaveEntidad getClaveEntidad()
TClaveEntidad
public void setClaveEntidad(TClaveEntidad value)
value
- allowed object is
TClaveEntidad
public TAmbito getAmbito()
TAmbito
Copyright © 2010–2018. All rights reserved.