public class AeroPublication extends Object
Java class for AeroPublication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AeroPublication"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="airports" type="{}Airports" minOccurs="0"/> <element name="heliports" type="{}Heliports" minOccurs="0"/> <element name="airways" type="{}Airways" minOccurs="0"/> <element name="enrouteWaypoints" type="{}EnrouteWaypoints" minOccurs="0"/> <element name="vhfNavaids" type="{}Navaids" minOccurs="0"/> <element name="ndbs" type="{}NDBs" minOccurs="0"/> <element name="companyRoutes" type="{}CompanyRoutes" minOccurs="0"/> <element name="airspaces" type="{}Airspaces" minOccurs="0"/> <element name="alternates" type="{}Alternates" minOccurs="0"/> <element name="cruisingTables" type="{}CruisingTables" minOccurs="0"/> <element name="preferedRoutes" type="{}PreferedRoutes" minOccurs="0"/> <element name="enrouteCommunications" type="{}EnrouteCommunications" minOccurs="0"/> <element name="geographicalReferences" type="{}GeographicalReferences" minOccurs="0"/> <element name="gridMoras" type="{}GridMoras" minOccurs="0"/> <element name="supplementalData" type="{}SupplementalData" minOccurs="0"/> <element name="holdingPatterns" type="{}HoldingPatterns" minOccurs="0"/> </sequence> <attGroup ref="{}MetaData"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Airports |
airports |
protected Airspaces |
airspaces |
protected Airways |
airways |
protected Alternates |
alternates |
protected String |
codingRuleVersion
This contains a version number of the coding rule specification used to capture this data set.
|
protected CompanyRoutes |
companyRoutes |
protected XMLGregorianCalendar |
creationDateTime
Contains the date when the file was created.
|
protected CruisingTables |
cruisingTables |
protected Integer |
cycleDate
Contains Cycle Date
|
protected String |
databasePartNumber
Unique part number for database
|
protected String |
dataSupplierIdent
Contains information to identify the data supplier.
|
protected String |
desupplierTextField
Contains description of file contents, or other information agreed upon by data supplier and customer.
|
protected XMLGregorianCalendar |
endOfValidity
This XML Attribute represents the end date of the validity of the data.
|
protected EnrouteCommunications |
enrouteCommunications |
protected EnrouteWaypoints |
enrouteWaypoints |
protected Integer |
fileCRC
This field contains the 32 bit CRC value for the ARINC data file (including data and header records).ARINC Report 665, Loadable Software Standards, Section 4.0 defines the use of CRC codes.
|
protected GeographicalReferences |
geographicalReferences |
protected GridMoras |
gridMoras |
protected String |
headerIdent
Contains HDR
|
protected Heliports |
heliports |
protected HoldingPatterns |
holdingPatterns |
protected String |
language |
protected NDBs |
ndbs |
protected PreferedRoutes |
preferedRoutes |
protected Integer |
recordCount
Contains the decimal count of the number of XML data Elements in the file.
|
protected XMLGregorianCalendar |
startOfValidity
This XML Attribute field is used to represent the effective date of the data.
|
protected SupplementalData |
supplementalData |
protected String |
supplierTextField
Contains information specific to data supplier, contents to be defined by data supplier
|
protected String |
targetCustomerIdent
Contains information to identify the data user/customer (for example, the customer name(s), file codes).
|
protected String |
uuid |
protected Integer |
versionNumber
Contains 3 decimal numbers to uniquely identify revision of this file.
|
protected Navaids |
vhfNavaids |
Constructor and Description |
---|
AeroPublication() |
Modifier and Type | Method and Description |
---|---|
Airports |
getAirports()
Gets the value of the airports property.
|
Airspaces |
getAirspaces()
Gets the value of the airspaces property.
|
Airways |
getAirways()
Gets the value of the airways property.
|
Alternates |
getAlternates()
Gets the value of the alternates property.
|
String |
getCodingRuleVersion()
Gets the value of the codingRuleVersion property.
|
CompanyRoutes |
getCompanyRoutes()
Gets the value of the companyRoutes property.
|
XMLGregorianCalendar |
getCreationDateTime()
Gets the value of the creationDateTime property.
|
CruisingTables |
getCruisingTables()
Gets the value of the cruisingTables property.
|
Integer |
getCycleDate()
Gets the value of the cycleDate property.
|
String |
getDatabasePartNumber()
Gets the value of the databasePartNumber property.
|
String |
getDataSupplierIdent()
Gets the value of the dataSupplierIdent property.
|
String |
getDesupplierTextField()
Gets the value of the desupplierTextField property.
|
XMLGregorianCalendar |
getEndOfValidity()
Gets the value of the endOfValidity property.
|
EnrouteCommunications |
getEnrouteCommunications()
Gets the value of the enrouteCommunications property.
|
EnrouteWaypoints |
getEnrouteWaypoints()
Gets the value of the enrouteWaypoints property.
|
Integer |
getFileCRC()
Gets the value of the fileCRC property.
|
GeographicalReferences |
getGeographicalReferences()
Gets the value of the geographicalReferences property.
|
GridMoras |
getGridMoras()
Gets the value of the gridMoras property.
|
String |
getHeaderIdent()
Gets the value of the headerIdent property.
|
Heliports |
getHeliports()
Gets the value of the heliports property.
|
HoldingPatterns |
getHoldingPatterns()
Gets the value of the holdingPatterns property.
|
String |
getLanguage()
Gets the value of the language property.
|
NDBs |
getNdbs()
Gets the value of the ndbs property.
|
PreferedRoutes |
getPreferedRoutes()
Gets the value of the preferedRoutes property.
|
Integer |
getRecordCount()
Gets the value of the recordCount property.
|
XMLGregorianCalendar |
getStartOfValidity()
Gets the value of the startOfValidity property.
|
SupplementalData |
getSupplementalData()
Gets the value of the supplementalData property.
|
String |
getSupplierTextField()
Gets the value of the supplierTextField property.
|
String |
getTargetCustomerIdent()
Gets the value of the targetCustomerIdent property.
|
String |
getUuid()
Gets the value of the uuid property.
|
Integer |
getVersionNumber()
Gets the value of the versionNumber property.
|
Navaids |
getVhfNavaids()
Gets the value of the vhfNavaids property.
|
void |
setAirports(Airports value)
Sets the value of the airports property.
|
void |
setAirspaces(Airspaces value)
Sets the value of the airspaces property.
|
void |
setAirways(Airways value)
Sets the value of the airways property.
|
void |
setAlternates(Alternates value)
Sets the value of the alternates property.
|
void |
setCodingRuleVersion(String value)
Sets the value of the codingRuleVersion property.
|
void |
setCompanyRoutes(CompanyRoutes value)
Sets the value of the companyRoutes property.
|
void |
setCreationDateTime(XMLGregorianCalendar value)
Sets the value of the creationDateTime property.
|
void |
setCruisingTables(CruisingTables value)
Sets the value of the cruisingTables property.
|
void |
setCycleDate(Integer value)
Sets the value of the cycleDate property.
|
void |
setDatabasePartNumber(String value)
Sets the value of the databasePartNumber property.
|
void |
setDataSupplierIdent(String value)
Sets the value of the dataSupplierIdent property.
|
void |
setDesupplierTextField(String value)
Sets the value of the desupplierTextField property.
|
void |
setEndOfValidity(XMLGregorianCalendar value)
Sets the value of the endOfValidity property.
|
void |
setEnrouteCommunications(EnrouteCommunications value)
Sets the value of the enrouteCommunications property.
|
void |
setEnrouteWaypoints(EnrouteWaypoints value)
Sets the value of the enrouteWaypoints property.
|
void |
setFileCRC(Integer value)
Sets the value of the fileCRC property.
|
void |
setGeographicalReferences(GeographicalReferences value)
Sets the value of the geographicalReferences property.
|
void |
setGridMoras(GridMoras value)
Sets the value of the gridMoras property.
|
void |
setHeaderIdent(String value)
Sets the value of the headerIdent property.
|
void |
setHeliports(Heliports value)
Sets the value of the heliports property.
|
void |
setHoldingPatterns(HoldingPatterns value)
Sets the value of the holdingPatterns property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setNdbs(NDBs value)
Sets the value of the ndbs property.
|
void |
setPreferedRoutes(PreferedRoutes value)
Sets the value of the preferedRoutes property.
|
void |
setRecordCount(Integer value)
Sets the value of the recordCount property.
|
void |
setStartOfValidity(XMLGregorianCalendar value)
Sets the value of the startOfValidity property.
|
void |
setSupplementalData(SupplementalData value)
Sets the value of the supplementalData property.
|
void |
setSupplierTextField(String value)
Sets the value of the supplierTextField property.
|
void |
setTargetCustomerIdent(String value)
Sets the value of the targetCustomerIdent property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
setVersionNumber(Integer value)
Sets the value of the versionNumber property.
|
void |
setVhfNavaids(Navaids value)
Sets the value of the vhfNavaids property.
|
protected Airports airports
protected Heliports heliports
protected Airways airways
protected EnrouteWaypoints enrouteWaypoints
protected Navaids vhfNavaids
protected NDBs ndbs
protected CompanyRoutes companyRoutes
protected Airspaces airspaces
protected Alternates alternates
protected CruisingTables cruisingTables
protected PreferedRoutes preferedRoutes
protected EnrouteCommunications enrouteCommunications
protected GeographicalReferences geographicalReferences
protected GridMoras gridMoras
protected SupplementalData supplementalData
protected HoldingPatterns holdingPatterns
protected XMLGregorianCalendar creationDateTime
protected Integer cycleDate
protected String databasePartNumber
protected String dataSupplierIdent
protected String desupplierTextField
protected XMLGregorianCalendar endOfValidity
protected Integer fileCRC
protected String headerIdent
protected String language
protected Integer recordCount
protected XMLGregorianCalendar startOfValidity
protected String supplierTextField
protected String targetCustomerIdent
protected String uuid
protected Integer versionNumber
protected String codingRuleVersion
public Airports getAirports()
Airports
public void setAirports(Airports value)
value
- allowed object is
Airports
public Heliports getHeliports()
Heliports
public void setHeliports(Heliports value)
value
- allowed object is
Heliports
public Airways getAirways()
Airways
public void setAirways(Airways value)
value
- allowed object is
Airways
public EnrouteWaypoints getEnrouteWaypoints()
EnrouteWaypoints
public void setEnrouteWaypoints(EnrouteWaypoints value)
value
- allowed object is
EnrouteWaypoints
public Navaids getVhfNavaids()
Navaids
public void setVhfNavaids(Navaids value)
value
- allowed object is
Navaids
public void setNdbs(NDBs value)
value
- allowed object is
NDBs
public CompanyRoutes getCompanyRoutes()
CompanyRoutes
public void setCompanyRoutes(CompanyRoutes value)
value
- allowed object is
CompanyRoutes
public Airspaces getAirspaces()
Airspaces
public void setAirspaces(Airspaces value)
value
- allowed object is
Airspaces
public Alternates getAlternates()
Alternates
public void setAlternates(Alternates value)
value
- allowed object is
Alternates
public CruisingTables getCruisingTables()
CruisingTables
public void setCruisingTables(CruisingTables value)
value
- allowed object is
CruisingTables
public PreferedRoutes getPreferedRoutes()
PreferedRoutes
public void setPreferedRoutes(PreferedRoutes value)
value
- allowed object is
PreferedRoutes
public EnrouteCommunications getEnrouteCommunications()
EnrouteCommunications
public void setEnrouteCommunications(EnrouteCommunications value)
value
- allowed object is
EnrouteCommunications
public GeographicalReferences getGeographicalReferences()
GeographicalReferences
public void setGeographicalReferences(GeographicalReferences value)
value
- allowed object is
GeographicalReferences
public GridMoras getGridMoras()
GridMoras
public void setGridMoras(GridMoras value)
value
- allowed object is
GridMoras
public SupplementalData getSupplementalData()
SupplementalData
public void setSupplementalData(SupplementalData value)
value
- allowed object is
SupplementalData
public HoldingPatterns getHoldingPatterns()
HoldingPatterns
public void setHoldingPatterns(HoldingPatterns value)
value
- allowed object is
HoldingPatterns
public XMLGregorianCalendar getCreationDateTime()
Contains the date when the file was created. Format is DD-MMMYYYY. Where DD is the two-digit decimal day of month, MMM is a three-character month abbreviation, and YYYY is the four-digit decimal year. Contains the UTC time when the file was created. The format is two decimal digits each for hours, minutes, and seconds, separated by colons.
XMLGregorianCalendar
public void setCreationDateTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
getCreationDateTime()
public Integer getCycleDate()
Contains Cycle Date
Integer
public void setCycleDate(Integer value)
value
- allowed object is
Integer
getCycleDate()
public String getDatabasePartNumber()
Unique part number for database
String
public void setDatabasePartNumber(String value)
value
- allowed object is
String
getDatabasePartNumber()
public String getDataSupplierIdent()
Contains information to identify the data supplier. Content defined by the data supplier.
String
public void setDataSupplierIdent(String value)
value
- allowed object is
String
getDataSupplierIdent()
public String getDesupplierTextField()
Contains description of file contents, or other information agreed upon by data supplier and customer.
String
public void setDesupplierTextField(String value)
value
- allowed object is
String
getDesupplierTextField()
public XMLGregorianCalendar getEndOfValidity()
This XML Attribute represents the end date of the validity of the data.
XMLGregorianCalendar
public void setEndOfValidity(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
getEndOfValidity()
public Integer getFileCRC()
This field contains the 32 bit CRC value for the ARINC data file (including data and header records).ARINC Report 665, Loadable Software Standards, Section 4.0 defines the use of CRC codes. The CRC Polynomial used to calculate the CRC of the ARINC 424 data file shall be the 32-bit CRC (0x04C11DB7), calculated as described in ARINC Report 665
Integer
public void setFileCRC(Integer value)
value
- allowed object is
Integer
getFileCRC()
public String getHeaderIdent()
Contains HDR
String
public void setHeaderIdent(String value)
value
- allowed object is
String
getHeaderIdent()
public String getLanguage()
String
public void setLanguage(String value)
value
- allowed object is
String
public Integer getRecordCount()
Contains the decimal count of the number of XML data Elements in the file.
Integer
public void setRecordCount(Integer value)
value
- allowed object is
Integer
getRecordCount()
public XMLGregorianCalendar getStartOfValidity()
This XML Attribute field is used to represent the effective date of the data.
XMLGregorianCalendar
public void setStartOfValidity(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
getStartOfValidity()
public String getSupplierTextField()
Contains information specific to data supplier, contents to be defined by data supplier
String
public void setSupplierTextField(String value)
value
- allowed object is
String
getSupplierTextField()
public String getTargetCustomerIdent()
Contains information to identify the data user/customer (for example, the customer name(s), file codes). Content defined by the data supplier and/or customer.
String
public void setTargetCustomerIdent(String value)
value
- allowed object is
String
getTargetCustomerIdent()
public String getUuid()
String
public void setUuid(String value)
value
- allowed object is
String
public Integer getVersionNumber()
Contains 3 decimal numbers to uniquely identify revision of this file. Initially set to 001, but will be incremented if the file is created more than once in the same cycle.
Integer
public void setVersionNumber(Integer value)
value
- allowed object is
Integer
getVersionNumber()
public String getCodingRuleVersion()
This contains a version number of the coding rule specification used to capture this data set.
String
public void setCodingRuleVersion(String value)
value
- allowed object is
String
getCodingRuleVersion()
Copyright © 2017. All rights reserved.