public class DepartureOrArrivalPort extends Object
Java class for DepartureOrArrivalPort complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DepartureOrArrivalPort">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="arrivalPortRef" type="{http://www.arinc424.com/xml/datatypes}PointReference"/>
<element name="departurePortRef" type="{http://www.arinc424.com/xml/datatypes}PointReference"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PointReference |
arrivalPortRef |
protected PointReference |
departurePortRef |
| Constructor and Description |
|---|
DepartureOrArrivalPort() |
| Modifier and Type | Method and Description |
|---|---|
PointReference |
getArrivalPortRef()
Gets the value of the arrivalPortRef property.
|
PointReference |
getDeparturePortRef()
Gets the value of the departurePortRef property.
|
void |
setArrivalPortRef(PointReference value)
Sets the value of the arrivalPortRef property.
|
void |
setDeparturePortRef(PointReference value)
Sets the value of the departurePortRef property.
|
protected PointReference arrivalPortRef
protected PointReference departurePortRef
public PointReference getArrivalPortRef()
PointReferencepublic void setArrivalPortRef(PointReference value)
value - allowed object is
PointReferencepublic PointReference getDeparturePortRef()
PointReferencepublic void setDeparturePortRef(PointReference value)
value - allowed object is
PointReferenceCopyright © 2020. All rights reserved.