public class ViaEnroutes extends Object
Java class for ViaEnroutes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViaEnroutes"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cycleDate" type="{http://www.arinc424.com/xml/datatypes}CycleDate"/> <element name="viaLeg" type="{}ViaLeg" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
cycleDate |
protected List<ViaLeg> |
viaLeg |
Constructor and Description |
---|
ViaEnroutes() |
Modifier and Type | Method and Description |
---|---|
String |
getCycleDate()
Gets the value of the cycleDate property.
|
List<ViaLeg> |
getViaLeg()
Gets the value of the viaLeg property.
|
void |
setCycleDate(String value)
Sets the value of the cycleDate property.
|
public String getCycleDate()
String
public void setCycleDate(String value)
value
- allowed object is
String
public List<ViaLeg> getViaLeg()
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 viaLeg property.
For example, to add a new item, do as follows:
getViaLeg().add(newItem);
Objects of the following type(s) are allowed in the list
ViaLeg
Copyright © 2017. All rights reserved.