public static class ComercioExterior.Destinatario 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="Domicilio" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Calle" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Descrip100" /> <attribute name="NumeroExterior" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_NumeroDomicilio" /> <attribute name="NumeroInterior" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_NumeroDomicilio" /> <attribute name="Colonia" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Descrip120" /> <attribute name="Localidad" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Descrip120" /> <attribute name="Referencia" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Referencia" /> <attribute name="Municipio" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Descrip120" /> <attribute name="Estado" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="30"/> <whiteSpace value="collapse"/> <pattern value="[^|]{1,30}"/> </restriction> </simpleType> </attribute> <attribute name="Pais" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos}c_Pais" /> <attribute name="CodigoPostal" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="12"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="NumRegIdTrib"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="6"/> <maxLength value="40"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="Nombre"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="300"/> <whiteSpace value="collapse"/> <pattern value="[^|]{1,300}"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ComercioExterior.Destinatario.Domicilio
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<ComercioExterior.Destinatario.Domicilio> |
domicilio |
protected String |
nombre |
protected String |
numRegIdTrib |
Constructor and Description |
---|
Destinatario() |
Modifier and Type | Method and Description |
---|---|
List<ComercioExterior.Destinatario.Domicilio> |
getDomicilio()
Gets the value of the domicilio property.
|
String |
getNombre()
Gets the value of the nombre property.
|
String |
getNumRegIdTrib()
Gets the value of the numRegIdTrib property.
|
void |
setNombre(String value)
Sets the value of the nombre property.
|
void |
setNumRegIdTrib(String value)
Sets the value of the numRegIdTrib property.
|
protected List<ComercioExterior.Destinatario.Domicilio> domicilio
protected String numRegIdTrib
protected String nombre
public List<ComercioExterior.Destinatario.Domicilio> getDomicilio()
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 domicilio property.
For example, to add a new item, do as follows:
getDomicilio().add(newItem);
Objects of the following type(s) are allowed in the list
ComercioExterior.Destinatario.Domicilio
public String getNumRegIdTrib()
String
public void setNumRegIdTrib(String value)
value
- allowed object is
String
public String getNombre()
String
Copyright © 2010–2018. All rights reserved.