|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.cfdi.v32.schema.Comprobante.Receptor
public static class Comprobante.Receptor
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="Domicilio" 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">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TUbicacion |
domicilio
|
protected String |
nombre
|
protected String |
rfc
|
| Constructor Summary | |
|---|---|
Comprobante.Receptor()
|
|
| Method Summary | |
|---|---|
TUbicacion |
getDomicilio()
Gets the value of the domicilio property. |
String |
getNombre()
Gets the value of the nombre property. |
String |
getRfc()
Gets the value of the rfc property. |
void |
setDomicilio(TUbicacion value)
Sets the value of the domicilio 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 TUbicacion domicilio
protected String rfc
protected String nombre
| Constructor Detail |
|---|
public Comprobante.Receptor()
| Method Detail |
|---|
public TUbicacion getDomicilio()
TUbicacionpublic void setDomicilio(TUbicacion value)
value - allowed object is
TUbicacionpublic 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 | |||||||||