public class TerminalProcedures extends Object
Java class for TerminalProcedures complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TerminalProcedures"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sid" type="{}SID" maxOccurs="unbounded" minOccurs="0"/> <element name="star" type="{}STAR" maxOccurs="unbounded" minOccurs="0"/> <element name="approach" type="{}Approach" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Approach> |
approach |
protected List<SID> |
sid |
protected List<STAR> |
star |
Constructor and Description |
---|
TerminalProcedures() |
Modifier and Type | Method and Description |
---|---|
List<Approach> |
getApproach()
Gets the value of the approach property.
|
List<SID> |
getSid()
Gets the value of the sid property.
|
List<STAR> |
getStar()
Gets the value of the star property.
|
public List<SID> getSid()
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 sid property.
For example, to add a new item, do as follows:
getSid().add(newItem);
Objects of the following type(s) are allowed in the list
SID
public List<STAR> getStar()
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 star property.
For example, to add a new item, do as follows:
getStar().add(newItem);
Objects of the following type(s) are allowed in the list
STAR
public List<Approach> getApproach()
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 approach property.
For example, to add a new item, do as follows:
getApproach().add(newItem);
Objects of the following type(s) are allowed in the list
Approach
Copyright © 2017. All rights reserved.