|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.cfd.v22.schema.Comprobante.Emisor
public static class Comprobante.Emisor
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="DomicilioFiscal" type="{http://www.sat.gob.mx/cfd/2}t_UbicacionFiscal" minOccurs="0"/>
<element name="ExpedidoEn" type="{http://www.sat.gob.mx/cfd/2}t_Ubicacion" minOccurs="0"/>
<sequence>
<element name="RegimenFiscal" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Regimen" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</sequence>
<attribute name="rfc" use="required" type="{http://www.sat.gob.mx/cfd/2}t_RFC" />
<attribute name="nombre">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Comprobante.Emisor.RegimenFiscal
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected TUbicacionFiscal |
domicilioFiscal
|
protected TUbicacion |
expedidoEn
|
protected String |
nombre
|
protected List<Comprobante.Emisor.RegimenFiscal> |
regimenFiscal
|
protected String |
rfc
|
| Constructor Summary | |
|---|---|
Comprobante.Emisor()
|
|
| Method Summary | |
|---|---|
TUbicacionFiscal |
getDomicilioFiscal()
Gets the value of the domicilioFiscal property. |
TUbicacion |
getExpedidoEn()
Gets the value of the expedidoEn property. |
String |
getNombre()
Gets the value of the nombre property. |
List<Comprobante.Emisor.RegimenFiscal> |
getRegimenFiscal()
Gets the value of the regimenFiscal property. |
String |
getRfc()
Gets the value of the rfc property. |
void |
setDomicilioFiscal(TUbicacionFiscal value)
Sets the value of the domicilioFiscal property. |
void |
setExpedidoEn(TUbicacion value)
Sets the value of the expedidoEn property. |
void |
setNombre(String value)
Sets the value of the nombre property. |
void |
setRfc(String value)
Sets the value of the rfc property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TUbicacionFiscal domicilioFiscal
protected TUbicacion expedidoEn
protected List<Comprobante.Emisor.RegimenFiscal> regimenFiscal
protected String rfc
protected String nombre
| Constructor Detail |
|---|
public Comprobante.Emisor()
| Method Detail |
|---|
public TUbicacionFiscal getDomicilioFiscal()
TUbicacionFiscalpublic void setDomicilioFiscal(TUbicacionFiscal value)
value - allowed object is
TUbicacionFiscalpublic TUbicacion getExpedidoEn()
TUbicacionpublic void setExpedidoEn(TUbicacion value)
value - allowed object is
TUbicacionpublic List<Comprobante.Emisor.RegimenFiscal> getRegimenFiscal()
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 regimenFiscal property.
For example, to add a new item, do as follows:
getRegimenFiscal().add(newItem);
Objects of the following type(s) are allowed in the list
Comprobante.Emisor.RegimenFiscal
public String getRfc()
Stringpublic void setRfc(String value)
value - allowed object is
Stringpublic String getNombre()
Stringpublic void setNombre(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||