public static class Comprobante.Receptor 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"> <attribute name="Rfc" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_RFC" /> <attribute name="Nombre"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="254"/> <whiteSpace value="collapse"/> <pattern value="[^|]{1,254}"/> </restriction> </simpleType> </attribute> <attribute name="ResidenciaFiscal" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos}c_Pais" /> <attribute name="NumRegIdTrib"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="40"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="UsoCFDI" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos}c_UsoCFDI" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
nombre |
protected String |
numRegIdTrib |
protected CPais |
residenciaFiscal |
protected String |
rfc |
protected CUsoCFDI |
usoCFDI |
Constructor and Description |
---|
Receptor() |
Modifier and Type | Method and Description |
---|---|
String |
getNombre()
Gets the value of the nombre property.
|
String |
getNumRegIdTrib()
Gets the value of the numRegIdTrib property.
|
CPais |
getResidenciaFiscal()
Gets the value of the residenciaFiscal property.
|
String |
getRfc()
Gets the value of the rfc property.
|
CUsoCFDI |
getUsoCFDI()
Gets the value of the usoCFDI property.
|
void |
setNombre(String value)
Sets the value of the nombre property.
|
void |
setNumRegIdTrib(String value)
Sets the value of the numRegIdTrib property.
|
void |
setResidenciaFiscal(CPais value)
Sets the value of the residenciaFiscal property.
|
void |
setRfc(String value)
Sets the value of the rfc property.
|
void |
setUsoCFDI(CUsoCFDI value)
Sets the value of the usoCFDI property.
|
protected String rfc
protected String nombre
protected CPais residenciaFiscal
protected String numRegIdTrib
protected CUsoCFDI usoCFDI
public String getRfc()
String
public void setRfc(String value)
value
- allowed object is
String
public String getNombre()
String
public void setNombre(String value)
value
- allowed object is
String
public CPais getResidenciaFiscal()
CPais
public void setResidenciaFiscal(CPais value)
value
- allowed object is
CPais
public String getNumRegIdTrib()
String
public void setNumRegIdTrib(String value)
value
- allowed object is
String
public CUsoCFDI getUsoCFDI()
CUsoCFDI
Copyright © 2010–2018. All rights reserved.