Class RoadTransportType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.RoadTransportType
-
public class RoadTransportType extends Object
Java class for RoadTransportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoadTransportType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LicensePlateID"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected LicensePlateIDTypelicensePlateID
-
Constructor Summary
Constructors Constructor Description RoadTransportType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LicensePlateIDTypegetLicensePlateID()Gets the value of the licensePlateID property.voidsetLicensePlateID(LicensePlateIDType value)Sets the value of the licensePlateID property.
-
-
-
Field Detail
-
licensePlateID
protected LicensePlateIDType licensePlateID
-
-
Method Detail
-
getLicensePlateID
public LicensePlateIDType getLicensePlateID()
Gets the value of the licensePlateID property.- Returns:
- possible object is
LicensePlateIDType
-
setLicensePlateID
public void setLicensePlateID(LicensePlateIDType value)
Sets the value of the licensePlateID property.- Parameters:
value- allowed object isLicensePlateIDType
-
-