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