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"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Calle" 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="NumeroExterior"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="55"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="NumeroInterior"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="55"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="Colonia"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="120"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="Localidad"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="120"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="Referencia"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="250"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="Municipio"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="120"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="Estado" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="30"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="Pais" use="required" type="{http://www.sat.gob.mx/ComercioExterior}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="Rfc" type="{http://www.sat.gob.mx/ComercioExterior}t_RFC" /> <attribute name="Curp" type="{http://www.sat.gob.mx/ComercioExterior}t_CURP" /> <attribute name="Nombre"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="300"/> <whiteSpace value="collapse"/> </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 String |
curp |
protected ComercioExterior.Destinatario.Domicilio |
domicilio |
protected String |
nombre |
protected String |
numRegIdTrib |
protected String |
rfc |
Constructor and Description |
---|
Destinatario() |
Modifier and Type | Method and Description |
---|---|
String |
getCurp()
Gets the value of the curp property.
|
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.
|
String |
getRfc()
Gets the value of the rfc property.
|
void |
setCurp(String value)
Sets the value of the curp property.
|
void |
setDomicilio(ComercioExterior.Destinatario.Domicilio value)
Sets the value of the domicilio property.
|
void |
setNombre(String value)
Sets the value of the nombre property.
|
void |
setNumRegIdTrib(String value)
Sets the value of the numRegIdTrib property.
|
void |
setRfc(String value)
Sets the value of the rfc property.
|
protected ComercioExterior.Destinatario.Domicilio domicilio
protected String numRegIdTrib
protected String rfc
protected String curp
protected String nombre
public ComercioExterior.Destinatario.Domicilio getDomicilio()
ComercioExterior.Destinatario.Domicilio
public void setDomicilio(ComercioExterior.Destinatario.Domicilio value)
value
- allowed object is
ComercioExterior.Destinatario.Domicilio
public String getNumRegIdTrib()
String
public void setNumRegIdTrib(String value)
value
- allowed object is
String
public String getRfc()
String
public void setRfc(String value)
value
- allowed object is
String
public String getCurp()
String
public void setCurp(String value)
value
- allowed object is
String
public String getNombre()
String
Copyright © 2010–2018. All rights reserved.