mx.bigdata.sat.cfdi.v32.schema
Class Comprobante.Receptor

java.lang.Object
  extended by mx.bigdata.sat.cfdi.v32.schema.Comprobante.Receptor
All Implemented Interfaces:
Serializable
Enclosing class:
Comprobante

public static class Comprobante.Receptor
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="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>
 

See Also:
Serialized Form

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

domicilio

protected TUbicacion domicilio

rfc

protected String rfc

nombre

protected String nombre
Constructor Detail

Comprobante.Receptor

public Comprobante.Receptor()
Method Detail

getDomicilio

public TUbicacion getDomicilio()
Gets the value of the domicilio property.

Returns:
possible object is TUbicacion

setDomicilio

public void setDomicilio(TUbicacion value)
Sets the value of the domicilio property.

Parameters:
value - allowed object is TUbicacion

getRfc

public String getRfc()
Gets the value of the rfc property.

Returns:
possible object is String

setRfc

public void setRfc(String value)
Sets the value of the rfc property.

Parameters:
value - allowed object is String

getNombre

public String getNombre()
Gets the value of the nombre property.

Returns:
possible object is String

setNombre

public void setNombre(String value)
Sets the value of the nombre property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.