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, recordType
supplementalData
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, setRecordType
getSupplementalData, setSupplementalData
protected 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()
String
public void setEndDate(String value)
value
- allowed object is
String
public String getEndFixICAOCode()
String
public void setEndFixICAOCode(String value)
value
- allowed object is
String
public String getEndFixIdentifier()
String
public void setEndFixIdentifier(String value)
value
- allowed object is
String
public Long getRestrictionIdentifier()
Long
public void setRestrictionIdentifier(Long value)
value
- allowed object is
Long
public RestrictionRecordType getRestrictionType()
RestrictionRecordType
public void setRestrictionType(RestrictionRecordType value)
value
- allowed object is
RestrictionRecordType
public String getRouteIdentifier()
String
public void setRouteIdentifier(String value)
value
- allowed object is
String
public String getStartDate()
String
public void setStartDate(String value)
value
- allowed object is
String
public String getStartFixICAOCode()
String
public void setStartFixICAOCode(String value)
value
- allowed object is
String
public String getStartFixIdentifier()
String
public void setStartFixIdentifier(String value)
value
- allowed object is
String
public PointReference getFixReference()
PointReference
public void setFixReference(PointReference value)
value
- allowed object is
PointReference
Copyright © 2017. All rights reserved.