public static class Renovacionysustitucionvehiculos.DecretoSustitVehicular.VehiculoNuvoSemEnajenadoFabAlPerm 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="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="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="RFC" type="{http://www.sat.gob.mx/renovacionysustitucionvehiculos}t_RFC" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
año |
protected String |
modelo |
protected String |
numPlacas |
protected String |
rfc |
Constructor and Description |
---|
VehiculoNuvoSemEnajenadoFabAlPerm() |
Modifier and Type | Method and Description |
---|---|
int |
getAño()
Gets the value of the año property.
|
String |
getModelo()
Gets the value of the modelo property.
|
String |
getNumPlacas()
Gets the value of the numPlacas property.
|
String |
getRFC()
Gets the value of the rfc property.
|
void |
setAño(int value)
Sets the value of the año property.
|
void |
setModelo(String value)
Sets the value of the modelo property.
|
void |
setNumPlacas(String value)
Sets the value of the numPlacas property.
|
void |
setRFC(String value)
Sets the value of the rfc property.
|
protected int año
protected String modelo
protected String numPlacas
protected String rfc
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 getNumPlacas()
String
public void setNumPlacas(String value)
value
- allowed object is
String
public String getRFC()
String
Copyright © 2010–2018. All rights reserved.