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/3}t_UbicacionFiscal"/> <element name="ExpedidoEn" type="{http://www.sat.gob.mx/cfd/3}t_Ubicacion" minOccurs="0"/> </sequence> <attribute name="rfc" use="required" type="{http://www.sat.gob.mx/cfd/3}t_RFC" /> <attribute name="nombre" use="required"> <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 | Field and Description |
---|---|
protected TUbicacionFiscal |
domicilioFiscal |
protected TUbicacion |
expedidoEn |
protected String |
nombre |
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.
|
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 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 String getRfc()
String
public void setRfc(String value)
value
- allowed object is
String
public String getNombre()
String
Copyright © 2010–2018. All rights reserved.