public class INE 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="Entidad" maxOccurs="64" minOccurs="0"> <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> </element> </sequence> <attribute name="Version" use="required" fixed="1.1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="TipoProceso" use="required"> <simpleType> <restriction base="{http://www.sat.gob.mx/ine}t_TipoProc"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="TipoComite"> <simpleType> <restriction base="{http://www.sat.gob.mx/ine}t_TipoComite"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="IdContabilidad"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <totalDigits value="6"/> <fractionDigits value="0"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
INE.Entidad
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<INE.Entidad> |
entidad |
protected Integer |
idContabilidad |
protected TTipoComite |
tipoComite |
protected TTipoProc |
tipoProceso |
protected String |
version |
Constructor and Description |
---|
INE() |
Modifier and Type | Method and Description |
---|---|
List<INE.Entidad> |
getEntidad()
Gets the value of the entidad property.
|
Integer |
getIdContabilidad()
Gets the value of the idContabilidad property.
|
TTipoComite |
getTipoComite()
Gets the value of the tipoComite property.
|
TTipoProc |
getTipoProceso()
Gets the value of the tipoProceso property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setIdContabilidad(Integer value)
Sets the value of the idContabilidad property.
|
void |
setTipoComite(TTipoComite value)
Sets the value of the tipoComite property.
|
void |
setTipoProceso(TTipoProc value)
Sets the value of the tipoProceso property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected List<INE.Entidad> entidad
protected String version
protected TTipoProc tipoProceso
protected TTipoComite tipoComite
protected Integer idContabilidad
public List<INE.Entidad> getEntidad()
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 entidad property.
For example, to add a new item, do as follows:
getEntidad().add(newItem);
Objects of the following type(s) are allowed in the list
INE.Entidad
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public TTipoProc getTipoProceso()
TTipoProc
public void setTipoProceso(TTipoProc value)
value
- allowed object is
TTipoProc
public TTipoComite getTipoComite()
TTipoComite
public void setTipoComite(TTipoComite value)
value
- allowed object is
TTipoComite
public Integer getIdContabilidad()
Integer
Copyright © 2010–2018. All rights reserved.