public static class Comprobante.Emisor 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="RegimenFiscal" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos}c_RegimenFiscal" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
nombre |
protected String |
regimenFiscal |
protected String |
rfc |
Constructor and Description |
---|
Emisor() |
Modifier and Type | Method and Description |
---|---|
String |
getNombre()
Gets the value of the nombre property.
|
String |
getRegimenFiscal()
Gets the value of the regimenFiscal property.
|
String |
getRfc()
Gets the value of the rfc property.
|
void |
setNombre(String value)
Sets the value of the nombre property.
|
void |
setRegimenFiscal(String value)
Sets the value of the regimenFiscal property.
|
void |
setRfc(String value)
Sets the value of the rfc property.
|
protected String rfc
protected String nombre
protected String regimenFiscal
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 String getRegimenFiscal()
String
Copyright © 2010–2018. All rights reserved.