public class PreferedRoute extends Route
Java class for PreferedRoute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PreferedRoute"> <complexContent> <extension base="{}Route"> <sequence> <element name="preferedRouteRouteType" type="{http://www.arinc424.com/xml/enumerations}PreferedRouteRouteType"/> <element name="timeCode" type="{http://www.arinc424.com/xml/enumerations}TimeCodePrimaryRecords" minOccurs="0"/> <element name="preferedRouteLeg" type="{}PreferedRouteLeg" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<PreferedRouteLeg> |
preferedRouteLeg |
protected PreferedRouteRouteType |
preferedRouteRouteType |
protected TimeCodePrimaryRecords |
timeCode |
identifier
supplementalData
Constructor and Description |
---|
PreferedRoute() |
Modifier and Type | Method and Description |
---|---|
List<PreferedRouteLeg> |
getPreferedRouteLeg()
Gets the value of the preferedRouteLeg property.
|
PreferedRouteRouteType |
getPreferedRouteRouteType()
Gets the value of the preferedRouteRouteType property.
|
TimeCodePrimaryRecords |
getTimeCode()
Gets the value of the timeCode property.
|
void |
setPreferedRouteRouteType(PreferedRouteRouteType value)
Sets the value of the preferedRouteRouteType property.
|
void |
setTimeCode(TimeCodePrimaryRecords value)
Sets the value of the timeCode property.
|
getIdentifier, setIdentifier
getSupplementalData, setSupplementalData
protected PreferedRouteRouteType preferedRouteRouteType
protected TimeCodePrimaryRecords timeCode
protected List<PreferedRouteLeg> preferedRouteLeg
public PreferedRouteRouteType getPreferedRouteRouteType()
PreferedRouteRouteType
public void setPreferedRouteRouteType(PreferedRouteRouteType value)
value
- allowed object is
PreferedRouteRouteType
public TimeCodePrimaryRecords getTimeCode()
TimeCodePrimaryRecords
public void setTimeCode(TimeCodePrimaryRecords value)
value
- allowed object is
TimeCodePrimaryRecords
public List<PreferedRouteLeg> getPreferedRouteLeg()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the preferedRouteLeg property.
For example, to add a new item, do as follows:
getPreferedRouteLeg().add(newItem);
Objects of the following type(s) are allowed in the list
PreferedRouteLeg
Copyright © 2017. All rights reserved.