public static class ComercioExterior.Mercancias 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="Mercancia" maxOccurs="unbounded"> <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"/> </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"/> </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"/> </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"/> </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"/> </restriction> </simpleType> </attribute> <attribute name="FraccionArancelaria" type="{http://www.sat.gob.mx/ComercioExterior}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/ComercioExterior}c_UnidadMedidaAduana" /> <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.01"/> <pattern value="[0-9]{1,16}(.([0-9]{1,2}))?"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ComercioExterior.Mercancias.Mercancia
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<ComercioExterior.Mercancias.Mercancia> |
mercancia |
Constructor and Description |
---|
Mercancias() |
Modifier and Type | Method and Description |
---|---|
List<ComercioExterior.Mercancias.Mercancia> |
getMercancia()
Gets the value of the mercancia property.
|
protected List<ComercioExterior.Mercancias.Mercancia> mercancia
public List<ComercioExterior.Mercancias.Mercancia> getMercancia()
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 mercancia property.
For example, to add a new item, do as follows:
getMercancia().add(newItem);
Objects of the following type(s) are allowed in the list
ComercioExterior.Mercancias.Mercancia
Copyright © 2010–2018. All rights reserved.