mx.bigdata.sat.common.terceros.schema
Class PorCuentadeTerceros

java.lang.Object
  extended by mx.bigdata.sat.common.terceros.schema.PorCuentadeTerceros

public class PorCuentadeTerceros
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">
       <sequence>
         <element name="InformacionFiscalTercero" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.sat.gob.mx/terceros}t_UbicacionFiscal">
               </extension>
             </complexContent>
           </complexType>
         </element>
         <choice>
           <element name="InformacionAduanera" minOccurs="0">
             <complexType>
               <complexContent>
                 <extension base="{http://www.sat.gob.mx/terceros}t_InformacionAduanera">
                 </extension>
               </complexContent>
             </complexType>
           </element>
           <element name="Parte" maxOccurs="unbounded" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence>
                     <element name="InformacionAduanera" type="{http://www.sat.gob.mx/terceros}t_InformacionAduanera" maxOccurs="unbounded" minOccurs="0"/>
                   </sequence>
                   <attribute name="cantidad" use="required">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                         <whiteSpace value="collapse"/>
                       </restriction>
                     </simpleType>
                   </attribute>
                   <attribute name="unidad">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <whiteSpace value="collapse"/>
                         <minLength value="1"/>
                       </restriction>
                     </simpleType>
                   </attribute>
                   <attribute name="noIdentificacion">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <minLength value="1"/>
                         <whiteSpace value="collapse"/>
                       </restriction>
                     </simpleType>
                   </attribute>
                   <attribute name="descripcion" use="required">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <minLength value="1"/>
                         <whiteSpace value="collapse"/>
                       </restriction>
                     </simpleType>
                   </attribute>
                   <attribute name="valorUnitario" type="{http://www.sat.gob.mx/terceros}t_Importe" />
                   <attribute name="importe" type="{http://www.sat.gob.mx/terceros}t_Importe" />
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="CuentaPredial" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <attribute name="numero" use="required">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <whiteSpace value="collapse"/>
                         <minLength value="1"/>
                       </restriction>
                     </simpleType>
                   </attribute>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </choice>
         <element name="Impuestos">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Retenciones" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="Retencion" maxOccurs="unbounded">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <attribute name="impuesto" use="required">
                                       <simpleType>
                                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                           <whiteSpace value="collapse"/>
                                           <enumeration value="ISR"/>
                                           <enumeration value="IVA"/>
                                         </restriction>
                                       </simpleType>
                                     </attribute>
                                     <attribute name="importe" use="required" type="{http://www.sat.gob.mx/terceros}t_Importe" />
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="Traslados" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="Traslado" maxOccurs="unbounded">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <attribute name="impuesto" use="required">
                                       <simpleType>
                                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                           <whiteSpace value="collapse"/>
                                           <enumeration value="IVA"/>
                                           <enumeration value="IEPS"/>
                                         </restriction>
                                       </simpleType>
                                     </attribute>
                                     <attribute name="tasa" use="required" type="{http://www.sat.gob.mx/terceros}t_Importe" />
                                     <attribute name="importe" use="required" type="{http://www.sat.gob.mx/terceros}t_Importe" />
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="1.1" />
       <attribute name="rfc" use="required" type="{http://www.sat.gob.mx/terceros}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>
 


Nested Class Summary
static class PorCuentadeTerceros.CuentaPredial
          Java class for anonymous complex type.
static class PorCuentadeTerceros.Impuestos
          Java class for anonymous complex type.
static class PorCuentadeTerceros.InformacionAduanera
          Java class for anonymous complex type.
static class PorCuentadeTerceros.InformacionFiscalTercero
          Java class for anonymous complex type.
static class PorCuentadeTerceros.Parte
          Java class for anonymous complex type.
 
Field Summary
protected  PorCuentadeTerceros.CuentaPredial cuentaPredial
           
protected  PorCuentadeTerceros.Impuestos impuestos
           
protected  PorCuentadeTerceros.InformacionAduanera informacionAduanera
           
protected  PorCuentadeTerceros.InformacionFiscalTercero informacionFiscalTercero
           
protected  String nombre
           
protected  List<PorCuentadeTerceros.Parte> parte
           
protected  String rfc
           
protected  String version
           
 
Constructor Summary
PorCuentadeTerceros()
           
 
Method Summary
 PorCuentadeTerceros.CuentaPredial getCuentaPredial()
          Gets the value of the cuentaPredial property.
 PorCuentadeTerceros.Impuestos getImpuestos()
          Gets the value of the impuestos property.
 PorCuentadeTerceros.InformacionAduanera getInformacionAduanera()
          Gets the value of the informacionAduanera property.
 PorCuentadeTerceros.InformacionFiscalTercero getInformacionFiscalTercero()
          Gets the value of the informacionFiscalTercero property.
 String getNombre()
          Gets the value of the nombre property.
 List<PorCuentadeTerceros.Parte> getParte()
          Gets the value of the parte property.
 String getRfc()
          Gets the value of the rfc property.
 String getVersion()
          Gets the value of the version property.
 void setCuentaPredial(PorCuentadeTerceros.CuentaPredial value)
          Sets the value of the cuentaPredial property.
 void setImpuestos(PorCuentadeTerceros.Impuestos value)
          Sets the value of the impuestos property.
 void setInformacionAduanera(PorCuentadeTerceros.InformacionAduanera value)
          Sets the value of the informacionAduanera property.
 void setInformacionFiscalTercero(PorCuentadeTerceros.InformacionFiscalTercero value)
          Sets the value of the informacionFiscalTercero property.
 void setNombre(String value)
          Sets the value of the nombre property.
 void setRfc(String value)
          Sets the value of the rfc property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

informacionFiscalTercero

protected PorCuentadeTerceros.InformacionFiscalTercero informacionFiscalTercero

informacionAduanera

protected PorCuentadeTerceros.InformacionAduanera informacionAduanera

parte

protected List<PorCuentadeTerceros.Parte> parte

cuentaPredial

protected PorCuentadeTerceros.CuentaPredial cuentaPredial

impuestos

protected PorCuentadeTerceros.Impuestos impuestos

version

protected String version

rfc

protected String rfc

nombre

protected String nombre
Constructor Detail

PorCuentadeTerceros

public PorCuentadeTerceros()
Method Detail

getInformacionFiscalTercero

public PorCuentadeTerceros.InformacionFiscalTercero getInformacionFiscalTercero()
Gets the value of the informacionFiscalTercero property.

Returns:
possible object is PorCuentadeTerceros.InformacionFiscalTercero

setInformacionFiscalTercero

public void setInformacionFiscalTercero(PorCuentadeTerceros.InformacionFiscalTercero value)
Sets the value of the informacionFiscalTercero property.

Parameters:
value - allowed object is PorCuentadeTerceros.InformacionFiscalTercero

getInformacionAduanera

public PorCuentadeTerceros.InformacionAduanera getInformacionAduanera()
Gets the value of the informacionAduanera property.

Returns:
possible object is PorCuentadeTerceros.InformacionAduanera

setInformacionAduanera

public void setInformacionAduanera(PorCuentadeTerceros.InformacionAduanera value)
Sets the value of the informacionAduanera property.

Parameters:
value - allowed object is PorCuentadeTerceros.InformacionAduanera

getParte

public List<PorCuentadeTerceros.Parte> getParte()
Gets the value of the parte 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 parte property.

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

    getParte().add(newItem);
 

Objects of the following type(s) are allowed in the list PorCuentadeTerceros.Parte


getCuentaPredial

public PorCuentadeTerceros.CuentaPredial getCuentaPredial()
Gets the value of the cuentaPredial property.

Returns:
possible object is PorCuentadeTerceros.CuentaPredial

setCuentaPredial

public void setCuentaPredial(PorCuentadeTerceros.CuentaPredial value)
Sets the value of the cuentaPredial property.

Parameters:
value - allowed object is PorCuentadeTerceros.CuentaPredial

getImpuestos

public PorCuentadeTerceros.Impuestos getImpuestos()
Gets the value of the impuestos property.

Returns:
possible object is PorCuentadeTerceros.Impuestos

setImpuestos

public void setImpuestos(PorCuentadeTerceros.Impuestos value)
Sets the value of the impuestos property.

Parameters:
value - allowed object is PorCuentadeTerceros.Impuestos

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

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.