public static class ComercioExterior.Mercancias.Mercancia 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="DescripcionesEspecificas" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Marca" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="35"/> <whiteSpace value="collapse"/> <pattern value="[^|]{1,35}"/> </restriction> </simpleType> </attribute> <attribute name="Modelo"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="80"/> <pattern value="[^|]{1,80}"/> </restriction> </simpleType> </attribute> <attribute name="SubModelo"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="50"/> <pattern value="[^|]{1,50}"/> </restriction> </simpleType> </attribute> <attribute name="NumeroSerie"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="40"/> <pattern value="[^|]{1,40}"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="NoIdentificacion" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> <whiteSpace value="collapse"/> <pattern value="[^|]{1,100}"/> </restriction> </simpleType> </attribute> <attribute name="FraccionArancelaria" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos/ComExt}c_FraccionArancelaria" /> <attribute name="CantidadAduana"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="0.001"/> <whiteSpace value="collapse"/> <pattern value="[0-9]{1,14}(.([0-9]{1,3}))?"/> </restriction> </simpleType> </attribute> <attribute name="UnidadAduana" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos/ComExt}c_UnidadAduana" /> <attribute name="ValorUnitarioAduana"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <whiteSpace value="collapse"/> <minInclusive value="0.00"/> <pattern value="[0-9]{1,16}(.([0-9]{1,2}))?"/> </restriction> </simpleType> </attribute> <attribute name="ValorDolares" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <whiteSpace value="collapse"/> <minInclusive value="0.00"/> <pattern value="[0-9]{1,16}(.([0-9]{1,2}))?"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ComercioExterior.Mercancias.Mercancia.DescripcionesEspecificas
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
cantidadAduana |
protected List<ComercioExterior.Mercancias.Mercancia.DescripcionesEspecificas> |
descripcionesEspecificas |
protected String |
fraccionArancelaria |
protected String |
noIdentificacion |
protected String |
unidadAduana |
protected BigDecimal |
valorDolares |
protected BigDecimal |
valorUnitarioAduana |
Constructor and Description |
---|
Mercancia() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getCantidadAduana()
Gets the value of the cantidadAduana property.
|
List<ComercioExterior.Mercancias.Mercancia.DescripcionesEspecificas> |
getDescripcionesEspecificas()
Gets the value of the descripcionesEspecificas property.
|
String |
getFraccionArancelaria()
Gets the value of the fraccionArancelaria property.
|
String |
getNoIdentificacion()
Gets the value of the noIdentificacion property.
|
String |
getUnidadAduana()
Gets the value of the unidadAduana property.
|
BigDecimal |
getValorDolares()
Gets the value of the valorDolares property.
|
BigDecimal |
getValorUnitarioAduana()
Gets the value of the valorUnitarioAduana property.
|
void |
setCantidadAduana(BigDecimal value)
Sets the value of the cantidadAduana property.
|
void |
setFraccionArancelaria(String value)
Sets the value of the fraccionArancelaria property.
|
void |
setNoIdentificacion(String value)
Sets the value of the noIdentificacion property.
|
void |
setUnidadAduana(String value)
Sets the value of the unidadAduana property.
|
void |
setValorDolares(BigDecimal value)
Sets the value of the valorDolares property.
|
void |
setValorUnitarioAduana(BigDecimal value)
Sets the value of the valorUnitarioAduana property.
|
protected List<ComercioExterior.Mercancias.Mercancia.DescripcionesEspecificas> descripcionesEspecificas
protected String noIdentificacion
protected String fraccionArancelaria
protected BigDecimal cantidadAduana
protected String unidadAduana
protected BigDecimal valorUnitarioAduana
protected BigDecimal valorDolares
public List<ComercioExterior.Mercancias.Mercancia.DescripcionesEspecificas> getDescripcionesEspecificas()
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 descripcionesEspecificas property.
For example, to add a new item, do as follows:
getDescripcionesEspecificas().add(newItem);
Objects of the following type(s) are allowed in the list
ComercioExterior.Mercancias.Mercancia.DescripcionesEspecificas
public String getNoIdentificacion()
String
public void setNoIdentificacion(String value)
value
- allowed object is
String
public String getFraccionArancelaria()
String
public void setFraccionArancelaria(String value)
value
- allowed object is
String
public BigDecimal getCantidadAduana()
BigDecimal
public void setCantidadAduana(BigDecimal value)
value
- allowed object is
BigDecimal
public String getUnidadAduana()
String
public void setUnidadAduana(String value)
value
- allowed object is
String
public BigDecimal getValorUnitarioAduana()
BigDecimal
public void setValorUnitarioAduana(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getValorDolares()
BigDecimal
public void setValorDolares(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.