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>
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
PorCuentadeTerceros() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected PorCuentadeTerceros.InformacionFiscalTercero informacionFiscalTercero
protected PorCuentadeTerceros.InformacionAduanera informacionAduanera
protected List<PorCuentadeTerceros.Parte> parte
protected PorCuentadeTerceros.CuentaPredial cuentaPredial
protected PorCuentadeTerceros.Impuestos impuestos
protected String version
protected String rfc
protected String nombre
public PorCuentadeTerceros.InformacionFiscalTercero getInformacionFiscalTercero()
PorCuentadeTerceros.InformacionFiscalTercero
public void setInformacionFiscalTercero(PorCuentadeTerceros.InformacionFiscalTercero value)
value
- allowed object is
PorCuentadeTerceros.InformacionFiscalTercero
public PorCuentadeTerceros.InformacionAduanera getInformacionAduanera()
PorCuentadeTerceros.InformacionAduanera
public void setInformacionAduanera(PorCuentadeTerceros.InformacionAduanera value)
value
- allowed object is
PorCuentadeTerceros.InformacionAduanera
public List<PorCuentadeTerceros.Parte> getParte()
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
public PorCuentadeTerceros.CuentaPredial getCuentaPredial()
PorCuentadeTerceros.CuentaPredial
public void setCuentaPredial(PorCuentadeTerceros.CuentaPredial value)
value
- allowed object is
PorCuentadeTerceros.CuentaPredial
public PorCuentadeTerceros.Impuestos getImpuestos()
PorCuentadeTerceros.Impuestos
public void setImpuestos(PorCuentadeTerceros.Impuestos value)
value
- allowed object is
PorCuentadeTerceros.Impuestos
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getRfc()
String
public void setRfc(String value)
value
- allowed object is
String
public String getNombre()
String
Copyright © 2010–2018. All rights reserved.