public class EnrouteAirwaysRestriction extends A424Record
Java class for EnrouteAirwaysRestriction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnrouteAirwaysRestriction">
<complexContent>
<extension base="{}A424Record">
<sequence>
<element name="endDate" type="{http://www.arinc424.com/xml/datatypes}AirwayRestrictionStartEndDate" minOccurs="0"/>
<element name="endFixICAOCode" type="{http://www.arinc424.com/xml/datatypes}IcaoCode" minOccurs="0"/>
<element name="endFixIdentifier" type="{http://www.arinc424.com/xml/datatypes}CoreIdentifier" minOccurs="0"/>
<element name="restrictionIdentifier" type="{http://www.arinc424.com/xml/datatypes}RestrictionIdentifier" minOccurs="0"/>
<element name="restrictionType" type="{http://www.arinc424.com/xml/enumerations}RestrictionRecordType" minOccurs="0"/>
<element name="routeIdentifier" type="{http://www.arinc424.com/xml/datatypes}RouteIdentifier" minOccurs="0"/>
<element name="startDate" type="{http://www.arinc424.com/xml/datatypes}AirwayRestrictionStartEndDate" minOccurs="0"/>
<element name="startFixICAOCode" type="{http://www.arinc424.com/xml/datatypes}IcaoCode" minOccurs="0"/>
<element name="startFixIdentifier" type="{http://www.arinc424.com/xml/datatypes}CoreIdentifier" minOccurs="0"/>
<element name="fixReference" type="{http://www.arinc424.com/xml/datatypes}PointReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
endDate |
protected String |
endFixICAOCode |
protected String |
endFixIdentifier |
protected PointReference |
fixReference |
protected Long |
restrictionIdentifier |
protected RestrictionRecordType |
restrictionType |
protected String |
routeIdentifier |
protected String |
startDate |
protected String |
startFixICAOCode |
protected String |
startFixIdentifier |
custAreaCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description |
|---|
EnrouteAirwaysRestriction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndDate()
Gets the value of the endDate property.
|
String |
getEndFixICAOCode()
Gets the value of the endFixICAOCode property.
|
String |
getEndFixIdentifier()
Gets the value of the endFixIdentifier property.
|
PointReference |
getFixReference()
Gets the value of the fixReference property.
|
Long |
getRestrictionIdentifier()
Gets the value of the restrictionIdentifier property.
|
RestrictionRecordType |
getRestrictionType()
Gets the value of the restrictionType property.
|
String |
getRouteIdentifier()
Gets the value of the routeIdentifier property.
|
String |
getStartDate()
Gets the value of the startDate property.
|
String |
getStartFixICAOCode()
Gets the value of the startFixICAOCode property.
|
String |
getStartFixIdentifier()
Gets the value of the startFixIdentifier property.
|
void |
setEndDate(String value)
Sets the value of the endDate property.
|
void |
setEndFixICAOCode(String value)
Sets the value of the endFixICAOCode property.
|
void |
setEndFixIdentifier(String value)
Sets the value of the endFixIdentifier property.
|
void |
setFixReference(PointReference value)
Sets the value of the fixReference property.
|
void |
setRestrictionIdentifier(Long value)
Sets the value of the restrictionIdentifier property.
|
void |
setRestrictionType(RestrictionRecordType value)
Sets the value of the restrictionType property.
|
void |
setRouteIdentifier(String value)
Sets the value of the routeIdentifier property.
|
void |
setStartDate(String value)
Sets the value of the startDate property.
|
void |
setStartFixICAOCode(String value)
Sets the value of the startFixICAOCode property.
|
void |
setStartFixIdentifier(String value)
Sets the value of the startFixIdentifier property.
|
getCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordTypegetSupplementalData, setSupplementalDataprotected String endDate
protected String endFixICAOCode
protected String endFixIdentifier
protected Long restrictionIdentifier
protected RestrictionRecordType restrictionType
protected String routeIdentifier
protected String startDate
protected String startFixICAOCode
protected String startFixIdentifier
protected PointReference fixReference
public String getEndDate()
Stringpublic void setEndDate(String value)
value - allowed object is
Stringpublic String getEndFixICAOCode()
Stringpublic void setEndFixICAOCode(String value)
value - allowed object is
Stringpublic String getEndFixIdentifier()
Stringpublic void setEndFixIdentifier(String value)
value - allowed object is
Stringpublic Long getRestrictionIdentifier()
Longpublic void setRestrictionIdentifier(Long value)
value - allowed object is
Longpublic RestrictionRecordType getRestrictionType()
RestrictionRecordTypepublic void setRestrictionType(RestrictionRecordType value)
value - allowed object is
RestrictionRecordTypepublic String getRouteIdentifier()
Stringpublic void setRouteIdentifier(String value)
value - allowed object is
Stringpublic String getStartDate()
Stringpublic void setStartDate(String value)
value - allowed object is
Stringpublic String getStartFixICAOCode()
Stringpublic void setStartFixICAOCode(String value)
value - allowed object is
Stringpublic String getStartFixIdentifier()
Stringpublic void setStartFixIdentifier(String value)
value - allowed object is
Stringpublic PointReference getFixReference()
PointReferencepublic void setFixReference(PointReference value)
value - allowed object is
PointReferenceCopyright © 2017. All rights reserved.