public static class Certificadodedestruccion.VehiculoDestruido 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"> <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>
Modifier and Type | Field and Description |
---|---|
protected int |
año |
protected String |
marca |
protected String |
modelo |
protected String |
niv |
protected String |
numFolTarjCir |
protected String |
numMotor |
protected String |
numPlacas |
protected String |
numSerie |
protected String |
tipooClase |
Constructor and Description |
---|
VehiculoDestruido() |
Modifier and Type | Method and Description |
---|---|
int |
getAño()
Gets the value of the año property.
|
String |
getMarca()
Gets the value of the marca property.
|
String |
getModelo()
Gets the value of the modelo property.
|
String |
getNIV()
Gets the value of the niv property.
|
String |
getNumFolTarjCir()
Gets the value of the numFolTarjCir property.
|
String |
getNumMotor()
Gets the value of the numMotor property.
|
String |
getNumPlacas()
Gets the value of the numPlacas property.
|
String |
getNumSerie()
Gets the value of the numSerie property.
|
String |
getTipooClase()
Gets the value of the tipooClase property.
|
void |
setAño(int value)
Sets the value of the año property.
|
void |
setMarca(String value)
Sets the value of the marca property.
|
void |
setModelo(String value)
Sets the value of the modelo property.
|
void |
setNIV(String value)
Sets the value of the niv property.
|
void |
setNumFolTarjCir(String value)
Sets the value of the numFolTarjCir property.
|
void |
setNumMotor(String value)
Sets the value of the numMotor property.
|
void |
setNumPlacas(String value)
Sets the value of the numPlacas property.
|
void |
setNumSerie(String value)
Sets the value of the numSerie property.
|
void |
setTipooClase(String value)
Sets the value of the tipooClase property.
|
protected String marca
protected String tipooClase
protected int año
protected String modelo
protected String niv
protected String numSerie
protected String numPlacas
protected String numMotor
protected String numFolTarjCir
public String getMarca()
String
public void setMarca(String value)
value
- allowed object is
String
public String getTipooClase()
String
public void setTipooClase(String value)
value
- allowed object is
String
public int getAño()
public void setAño(int value)
public String getModelo()
String
public void setModelo(String value)
value
- allowed object is
String
public String getNIV()
String
public void setNIV(String value)
value
- allowed object is
String
public String getNumSerie()
String
public void setNumSerie(String value)
value
- allowed object is
String
public String getNumPlacas()
String
public void setNumPlacas(String value)
value
- allowed object is
String
public String getNumMotor()
String
public void setNumMotor(String value)
value
- allowed object is
String
public String getNumFolTarjCir()
String
Copyright © 2010–2018. All rights reserved.