public class TraVehicleType extends Object implements Serializable
Java class for TraVehicleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TraVehicleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="VehicleTypeCode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="VehicleRegistrationNumber">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="VehicleRegistrationLanguage" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="VehicleNationality" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="VehicleVIN" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="VehicleMark" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
vehicleMark |
protected String |
vehicleNationality |
protected String |
vehicleRegistrationLanguage |
protected String |
vehicleRegistrationNumber |
protected String |
vehicleTypeCode |
protected String |
vehicleVIN |
| Constructor and Description |
|---|
TraVehicleType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVehicleMark()
Gets the value of the vehicleMark property.
|
String |
getVehicleNationality()
Gets the value of the vehicleNationality property.
|
String |
getVehicleRegistrationLanguage()
Gets the value of the vehicleRegistrationLanguage property.
|
String |
getVehicleRegistrationNumber()
Gets the value of the vehicleRegistrationNumber property.
|
String |
getVehicleTypeCode()
Gets the value of the vehicleTypeCode property.
|
String |
getVehicleVIN()
Gets the value of the vehicleVIN property.
|
void |
setVehicleMark(String value)
Sets the value of the vehicleMark property.
|
void |
setVehicleNationality(String value)
Sets the value of the vehicleNationality property.
|
void |
setVehicleRegistrationLanguage(String value)
Sets the value of the vehicleRegistrationLanguage property.
|
void |
setVehicleRegistrationNumber(String value)
Sets the value of the vehicleRegistrationNumber property.
|
void |
setVehicleTypeCode(String value)
Sets the value of the vehicleTypeCode property.
|
void |
setVehicleVIN(String value)
Sets the value of the vehicleVIN property.
|
protected String vehicleTypeCode
protected String vehicleRegistrationNumber
protected String vehicleRegistrationLanguage
protected String vehicleNationality
protected String vehicleVIN
protected String vehicleMark
public String getVehicleTypeCode()
Stringpublic void setVehicleTypeCode(String value)
value - allowed object is
Stringpublic String getVehicleRegistrationNumber()
Stringpublic void setVehicleRegistrationNumber(String value)
value - allowed object is
Stringpublic String getVehicleRegistrationLanguage()
Stringpublic void setVehicleRegistrationLanguage(String value)
value - allowed object is
Stringpublic String getVehicleNationality()
Stringpublic void setVehicleNationality(String value)
value - allowed object is
Stringpublic String getVehicleVIN()
Stringpublic void setVehicleVIN(String value)
value - allowed object is
Stringpublic String getVehicleMark()
StringCopyright © 2017. All Rights Reserved.