mx.bigdata.sat.cfd.v22.schema
Class Comprobante.Emisor

java.lang.Object
  extended by mx.bigdata.sat.cfd.v22.schema.Comprobante.Emisor
All Implemented Interfaces:
Serializable
Enclosing class:
Comprobante

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/2}t_UbicacionFiscal" minOccurs="0"/>
         <element name="ExpedidoEn" type="{http://www.sat.gob.mx/cfd/2}t_Ubicacion" minOccurs="0"/>
         <sequence>
           <element name="RegimenFiscal" maxOccurs="unbounded">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <attribute name="Regimen" use="required">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <minLength value="1"/>
                         <whiteSpace value="collapse"/>
                       </restriction>
                     </simpleType>
                   </attribute>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </sequence>
       </sequence>
       <attribute name="rfc" use="required" type="{http://www.sat.gob.mx/cfd/2}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

Nested Class Summary
static class Comprobante.Emisor.RegimenFiscal
          Java class for anonymous complex type.
 
Field Summary
protected  TUbicacionFiscal domicilioFiscal
           
protected  TUbicacion expedidoEn
           
protected  String nombre
           
protected  List<Comprobante.Emisor.RegimenFiscal> regimenFiscal
           
protected  String rfc
           
 
Constructor Summary
Comprobante.Emisor()
           
 
Method Summary
 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.
 List<Comprobante.Emisor.RegimenFiscal> getRegimenFiscal()
          Gets the value of the regimenFiscal 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domicilioFiscal

protected TUbicacionFiscal domicilioFiscal

expedidoEn

protected TUbicacion expedidoEn

regimenFiscal

protected List<Comprobante.Emisor.RegimenFiscal> regimenFiscal

rfc

protected String rfc

nombre

protected String nombre
Constructor Detail

Comprobante.Emisor

public Comprobante.Emisor()
Method Detail

getDomicilioFiscal

public TUbicacionFiscal getDomicilioFiscal()
Gets the value of the domicilioFiscal property.

Returns:
possible object is TUbicacionFiscal

setDomicilioFiscal

public void setDomicilioFiscal(TUbicacionFiscal value)
Sets the value of the domicilioFiscal property.

Parameters:
value - allowed object is TUbicacionFiscal

getExpedidoEn

public TUbicacion getExpedidoEn()
Gets the value of the expedidoEn property.

Returns:
possible object is TUbicacion

setExpedidoEn

public void setExpedidoEn(TUbicacion value)
Sets the value of the expedidoEn property.

Parameters:
value - allowed object is TUbicacion

getRegimenFiscal

public List<Comprobante.Emisor.RegimenFiscal> getRegimenFiscal()
Gets the value of the regimenFiscal property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the regimenFiscal property.

For example, to add a new item, do as follows:

    getRegimenFiscal().add(newItem);
 

Objects of the following type(s) are allowed in the list Comprobante.Emisor.RegimenFiscal


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.