public class Certificadodedestruccion 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="VehiculoDestruido"> <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="50"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="TipooClase" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="50"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="Año" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1900"/> </restriction> </simpleType> </attribute> <attribute name="Modelo"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="NIV"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="17"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="NumSerie"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="17"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="NumPlacas" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="10"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="NumMotor"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="17"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="NumFolTarjCir" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="40"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> <element name="InformacionAduanera" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="NumPedImp" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="40"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="Fecha" use="required" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="Aduana" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </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="Serie" use="required" type="{http://www.sat.gob.mx/certificadodestruccion}c_TipoSerie" /> <attribute name="NumFolDesVeh" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="20"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Certificadodedestruccion.InformacionAduanera
Java class for anonymous complex type.
|
static class |
Certificadodedestruccion.VehiculoDestruido
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Certificadodedestruccion.InformacionAduanera |
informacionAduanera |
protected String |
numFolDesVeh |
protected CTipoSerie |
serie |
protected Certificadodedestruccion.VehiculoDestruido |
vehiculoDestruido |
protected String |
version |
Constructor and Description |
---|
Certificadodedestruccion() |
Modifier and Type | Method and Description |
---|---|
Certificadodedestruccion.InformacionAduanera |
getInformacionAduanera()
Gets the value of the informacionAduanera property.
|
String |
getNumFolDesVeh()
Gets the value of the numFolDesVeh property.
|
CTipoSerie |
getSerie()
Gets the value of the serie property.
|
Certificadodedestruccion.VehiculoDestruido |
getVehiculoDestruido()
Gets the value of the vehiculoDestruido property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setInformacionAduanera(Certificadodedestruccion.InformacionAduanera value)
Sets the value of the informacionAduanera property.
|
void |
setNumFolDesVeh(String value)
Sets the value of the numFolDesVeh property.
|
void |
setSerie(CTipoSerie value)
Sets the value of the serie property.
|
void |
setVehiculoDestruido(Certificadodedestruccion.VehiculoDestruido value)
Sets the value of the vehiculoDestruido property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected Certificadodedestruccion.VehiculoDestruido vehiculoDestruido
protected Certificadodedestruccion.InformacionAduanera informacionAduanera
protected String version
protected CTipoSerie serie
protected String numFolDesVeh
public Certificadodedestruccion.VehiculoDestruido getVehiculoDestruido()
Certificadodedestruccion.VehiculoDestruido
public void setVehiculoDestruido(Certificadodedestruccion.VehiculoDestruido value)
value
- allowed object is
Certificadodedestruccion.VehiculoDestruido
public Certificadodedestruccion.InformacionAduanera getInformacionAduanera()
Certificadodedestruccion.InformacionAduanera
public void setInformacionAduanera(Certificadodedestruccion.InformacionAduanera value)
value
- allowed object is
Certificadodedestruccion.InformacionAduanera
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public CTipoSerie getSerie()
CTipoSerie
public void setSerie(CTipoSerie value)
value
- allowed object is
CTipoSerie
public String getNumFolDesVeh()
String
Copyright © 2010–2018. All rights reserved.