public static class Comprobante.Emisor extends Object implements Serializable
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>
Modifier and Type | Class and Description |
---|---|
static class |
Comprobante.Emisor.RegimenFiscal
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected TUbicacionFiscal |
domicilioFiscal |
protected TUbicacion |
expedidoEn |
protected String |
nombre |
protected List<Comprobante.Emisor.RegimenFiscal> |
regimenFiscal |
protected String |
rfc |
Constructor and Description |
---|
Emisor() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected TUbicacionFiscal domicilioFiscal
protected TUbicacion expedidoEn
protected List<Comprobante.Emisor.RegimenFiscal> regimenFiscal
protected String rfc
protected String nombre
public TUbicacionFiscal getDomicilioFiscal()
TUbicacionFiscal
public void setDomicilioFiscal(TUbicacionFiscal value)
value
- allowed object is
TUbicacionFiscal
public TUbicacion getExpedidoEn()
TUbicacion
public void setExpedidoEn(TUbicacion value)
value
- allowed object is
TUbicacion
public 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()
String
public void setRfc(String value)
value
- allowed object is
String
public String getNombre()
String
Copyright © 2010–2018. All rights reserved.