public class Parcialesconstruccion 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="Inmueble"> <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="150"/> </restriction> </simpleType> </attribute> <attribute name="NoExterior"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="55"/> </restriction> </simpleType> </attribute> <attribute name="NoInterior"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="30"/> </restriction> </simpleType> </attribute> <attribute name="Colonia"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> </restriction> </simpleType> </attribute> <attribute name="Localidad"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> </restriction> </simpleType> </attribute> <attribute name="Referencia"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> </restriction> </simpleType> </attribute> <attribute name="Municipio" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> </restriction> </simpleType> </attribute> <attribute name="Estado" use="required"> <simpleType> <restriction base="{http://www.sat.gob.mx/servicioparcialconstruccion}t_EntidadFederativa"> <length value="2"/> </restriction> </simpleType> </attribute> <attribute name="CodigoPostal" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[0-9]{5}"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="Version" use="required" fixed="1.0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="NumPerLicoAut" use="required"> <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>
Modifier and Type | Class and Description |
---|---|
static class |
Parcialesconstruccion.Inmueble
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Parcialesconstruccion.Inmueble |
inmueble |
protected String |
numPerLicoAut |
protected String |
version |
Constructor and Description |
---|
Parcialesconstruccion() |
Modifier and Type | Method and Description |
---|---|
Parcialesconstruccion.Inmueble |
getInmueble()
Gets the value of the inmueble property.
|
String |
getNumPerLicoAut()
Gets the value of the numPerLicoAut property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setInmueble(Parcialesconstruccion.Inmueble value)
Sets the value of the inmueble property.
|
void |
setNumPerLicoAut(String value)
Sets the value of the numPerLicoAut property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected Parcialesconstruccion.Inmueble inmueble
protected String version
protected String numPerLicoAut
public Parcialesconstruccion.Inmueble getInmueble()
Parcialesconstruccion.Inmueble
public void setInmueble(Parcialesconstruccion.Inmueble value)
value
- allowed object is
Parcialesconstruccion.Inmueble
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getNumPerLicoAut()
String
Copyright © 2010–2018. All rights reserved.