public static class ComercioExterior.Receptor 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" minOccurs="0"> <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> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ComercioExterior.Receptor.Domicilio
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected ComercioExterior.Receptor.Domicilio |
domicilio |
protected String |
numRegIdTrib |
Constructor and Description |
---|
Receptor() |
Modifier and Type | Method and Description |
---|---|
ComercioExterior.Receptor.Domicilio |
getDomicilio()
Gets the value of the domicilio property.
|
String |
getNumRegIdTrib()
Gets the value of the numRegIdTrib property.
|
void |
setDomicilio(ComercioExterior.Receptor.Domicilio value)
Sets the value of the domicilio property.
|
void |
setNumRegIdTrib(String value)
Sets the value of the numRegIdTrib property.
|
protected ComercioExterior.Receptor.Domicilio domicilio
protected String numRegIdTrib
public ComercioExterior.Receptor.Domicilio getDomicilio()
ComercioExterior.Receptor.Domicilio
public void setDomicilio(ComercioExterior.Receptor.Domicilio value)
value
- allowed object is
ComercioExterior.Receptor.Domicilio
public String getNumRegIdTrib()
String
Copyright © 2010–2018. All rights reserved.