public static class Deployment.Data.Tracks.TrackEffort extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OnPath" type="{http://tethys.sdsu.edu/schema/1.0}PathElementType" maxOccurs="unbounded"/> <element name="OffPath" type="{http://tethys.sdsu.edu/schema/1.0}PathElementType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<PathElementType> |
offPath |
protected List<PathElementType> |
onPath |
Constructor and Description |
---|
TrackEffort() |
Modifier and Type | Method and Description |
---|---|
List<PathElementType> |
getOffPath()
Gets the value of the offPath property.
|
List<PathElementType> |
getOnPath()
Gets the value of the onPath property.
|
protected List<PathElementType> onPath
protected List<PathElementType> offPath
public List<PathElementType> getOnPath()
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 onPath property.
For example, to add a new item, do as follows:
getOnPath().add(newItem);
Objects of the following type(s) are allowed in the list
PathElementType
public List<PathElementType> getOffPath()
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 offPath property.
For example, to add a new item, do as follows:
getOffPath().add(newItem);
Objects of the following type(s) are allowed in the list
PathElementType
Copyright © 2024 Tethys. All rights reserved.