public class AeroTelecomNetwork extends A424Base
Java class for AeroTelecomNetwork complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AeroTelecomNetwork">
<complexContent>
<extension base="{}A424Base">
<sequence>
<element name="groundFacilityIdentifier" type="{http://www.arinc424.com/xml/datatypes}GroundFacilityIdentifier"/>
<element name="authorityAndFormatIdentifier" type="{http://www.arinc424.com/xml/datatypes}AuthorityFormatIdentifier"/>
<element name="initialDomainIdentifier" type="{http://www.arinc424.com/xml/datatypes}InitialDomainIdentifier"/>
<element name="versionIdentifier" type="{http://www.arinc424.com/xml/datatypes}Version"/>
<element name="administrativeIdentifier" type="{http://www.arinc424.com/xml/datatypes}Administration"/>
<element name="routingDomainFormat" type="{http://www.arinc424.com/xml/datatypes}RoutingDomainFormat"/>
<element name="administrativeRegionSelector" type="{http://www.arinc424.com/xml/datatypes}AdministrativeRegionSelector"/>
<element name="locationIdentifier" type="{http://www.arinc424.com/xml/datatypes}AtnLocation"/>
<element name="systemIdentifier" type="{http://www.arinc424.com/xml/datatypes}SystemIdentifier"/>
<element name="nsapSelector" type="{http://www.arinc424.com/xml/datatypes}NetworkServiceAccessPointSelector"/>
<element name="cmTransportSelector" type="{http://www.arinc424.com/xml/datatypes}ContextManagementTransportSelector"/>
<element name="useIndicator" type="{http://www.arinc424.com/xml/enumerations}UseIndicator"/>
<element name="firUirRef" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
<element name="cycleDate" type="{http://www.arinc424.com/xml/datatypes}CycleDate"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
administrativeIdentifier |
protected String |
administrativeRegionSelector |
protected int |
authorityAndFormatIdentifier |
protected String |
cmTransportSelector |
protected String |
cycleDate |
protected Object |
firUirRef |
protected String |
groundFacilityIdentifier |
protected BigInteger |
initialDomainIdentifier |
protected String |
locationIdentifier |
protected String |
nsapSelector |
protected String |
routingDomainFormat |
protected String |
systemIdentifier |
protected UseIndicator |
useIndicator |
protected String |
versionIdentifier |
supplementalData| Constructor and Description |
|---|
AeroTelecomNetwork() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdministrativeIdentifier()
Gets the value of the administrativeIdentifier property.
|
String |
getAdministrativeRegionSelector()
Gets the value of the administrativeRegionSelector property.
|
int |
getAuthorityAndFormatIdentifier()
Gets the value of the authorityAndFormatIdentifier property.
|
String |
getCmTransportSelector()
Gets the value of the cmTransportSelector property.
|
String |
getCycleDate()
Gets the value of the cycleDate property.
|
Object |
getFirUirRef()
Gets the value of the firUirRef property.
|
String |
getGroundFacilityIdentifier()
Gets the value of the groundFacilityIdentifier property.
|
BigInteger |
getInitialDomainIdentifier()
Gets the value of the initialDomainIdentifier property.
|
String |
getLocationIdentifier()
Gets the value of the locationIdentifier property.
|
String |
getNsapSelector()
Gets the value of the nsapSelector property.
|
String |
getRoutingDomainFormat()
Gets the value of the routingDomainFormat property.
|
String |
getSystemIdentifier()
Gets the value of the systemIdentifier property.
|
UseIndicator |
getUseIndicator()
Gets the value of the useIndicator property.
|
String |
getVersionIdentifier()
Gets the value of the versionIdentifier property.
|
void |
setAdministrativeIdentifier(String value)
Sets the value of the administrativeIdentifier property.
|
void |
setAdministrativeRegionSelector(String value)
Sets the value of the administrativeRegionSelector property.
|
void |
setAuthorityAndFormatIdentifier(int value)
Sets the value of the authorityAndFormatIdentifier property.
|
void |
setCmTransportSelector(String value)
Sets the value of the cmTransportSelector property.
|
void |
setCycleDate(String value)
Sets the value of the cycleDate property.
|
void |
setFirUirRef(Object value)
Sets the value of the firUirRef property.
|
void |
setGroundFacilityIdentifier(String value)
Sets the value of the groundFacilityIdentifier property.
|
void |
setInitialDomainIdentifier(BigInteger value)
Sets the value of the initialDomainIdentifier property.
|
void |
setLocationIdentifier(String value)
Sets the value of the locationIdentifier property.
|
void |
setNsapSelector(String value)
Sets the value of the nsapSelector property.
|
void |
setRoutingDomainFormat(String value)
Sets the value of the routingDomainFormat property.
|
void |
setSystemIdentifier(String value)
Sets the value of the systemIdentifier property.
|
void |
setUseIndicator(UseIndicator value)
Sets the value of the useIndicator property.
|
void |
setVersionIdentifier(String value)
Sets the value of the versionIdentifier property.
|
getSupplementalData, setSupplementalDataprotected String groundFacilityIdentifier
protected int authorityAndFormatIdentifier
protected BigInteger initialDomainIdentifier
protected String versionIdentifier
protected String administrativeIdentifier
protected String routingDomainFormat
protected String administrativeRegionSelector
protected String locationIdentifier
protected String systemIdentifier
protected String nsapSelector
protected String cmTransportSelector
protected UseIndicator useIndicator
protected Object firUirRef
protected String cycleDate
public String getGroundFacilityIdentifier()
Stringpublic void setGroundFacilityIdentifier(String value)
value - allowed object is
Stringpublic int getAuthorityAndFormatIdentifier()
public void setAuthorityAndFormatIdentifier(int value)
public BigInteger getInitialDomainIdentifier()
BigIntegerpublic void setInitialDomainIdentifier(BigInteger value)
value - allowed object is
BigIntegerpublic String getVersionIdentifier()
Stringpublic void setVersionIdentifier(String value)
value - allowed object is
Stringpublic String getAdministrativeIdentifier()
Stringpublic void setAdministrativeIdentifier(String value)
value - allowed object is
Stringpublic String getRoutingDomainFormat()
Stringpublic void setRoutingDomainFormat(String value)
value - allowed object is
Stringpublic String getAdministrativeRegionSelector()
Stringpublic void setAdministrativeRegionSelector(String value)
value - allowed object is
Stringpublic String getLocationIdentifier()
Stringpublic void setLocationIdentifier(String value)
value - allowed object is
Stringpublic String getSystemIdentifier()
Stringpublic void setSystemIdentifier(String value)
value - allowed object is
Stringpublic String getNsapSelector()
Stringpublic void setNsapSelector(String value)
value - allowed object is
Stringpublic String getCmTransportSelector()
Stringpublic void setCmTransportSelector(String value)
value - allowed object is
Stringpublic UseIndicator getUseIndicator()
UseIndicatorpublic void setUseIndicator(UseIndicator value)
value - allowed object is
UseIndicatorpublic Object getFirUirRef()
Objectpublic void setFirUirRef(Object value)
value - allowed object is
Objectpublic String getCycleDate()
StringCopyright © 2020. All rights reserved.