public class GeographicalReference extends A424Record
Java class for GeographicalReference complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="GeographicalReference">
   <complexContent>
     <extension base="{}A424Record">
       <sequence>
         <element name="geographicalEntity" type="{http://www.arinc424.com/xml/datatypes}GeographicalEntity" minOccurs="0"/>
         <element name="GeographicalRefTableID" type="{http://www.arinc424.com/xml/datatypes}GeographicalReferenceTableIdentifier"/>
         <element name="preferredRouteDetails" type="{http://www.arinc424.com/xml/datatypes}PreferredRouteDetails" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | geographicalEntityThe Geographical Reference Table will be used to identify “Geographical Entities” not definable by other established encoding systems. | 
| protected GeographicalReferenceTableIdentifier | geographicalRefTableIDThe “Geographical Reference Table Identifier” will be used to provide a unique identification for each Geographical Entity. | 
| protected List<PreferredRouteDetails> | preferredRouteDetailsThis class is an abstraction used to represent the details Preferred Route Identifier and Preferred Route Use Indicator. | 
custAreaCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description | 
|---|
| GeographicalReference() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getGeographicalEntity()Gets the value of the geographicalEntity property. | 
| GeographicalReferenceTableIdentifier | getGeographicalRefTableID()Gets the value of the geographicalRefTableID property. | 
| List<PreferredRouteDetails> | getPreferredRouteDetails()Gets the value of the preferredRouteDetails property. | 
| void | setGeographicalEntity(String value)Sets the value of the geographicalEntity property. | 
| void | setGeographicalRefTableID(GeographicalReferenceTableIdentifier value)Sets the value of the geographicalRefTableID property. | 
getCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordTypegetSupplementalData, setSupplementalDataprotected String geographicalEntity
protected GeographicalReferenceTableIdentifier geographicalRefTableID
protected List<PreferredRouteDetails> preferredRouteDetails
public String getGeographicalEntity()
The Geographical Reference Table will be used to identify “Geographical Entities” not definable by other established encoding systems. For established systems refer to Section 7 of this document.
Stringpublic void setGeographicalEntity(String value)
value - allowed object is
     StringgetGeographicalEntity()public GeographicalReferenceTableIdentifier getGeographicalRefTableID()
The “Geographical Reference Table Identifier” will be used to provide a unique identification for each Geographical Entity. As the “Geographical Entity” field is a large field with no established content, this two character code will act as a pseudo key for the record.
GeographicalReferenceTableIdentifierpublic void setGeographicalRefTableID(GeographicalReferenceTableIdentifier value)
value - allowed object is
     GeographicalReferenceTableIdentifiergetGeographicalRefTableID()public List<PreferredRouteDetails> getPreferredRouteDetails()
 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 preferredRouteDetails property.
 
 
For example, to add a new item, do as follows:
    getPreferredRouteDetails().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 PreferredRouteDetails
 
 
This class is an abstraction used to represent the details Preferred Route Identifier and Preferred Route Use Indicator.
Copyright © 2017. All rights reserved.