public class RoutesInFrame_RelStructure extends ContainmentAggregationStructure
Java class for routesInFrame_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="routesInFrame_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}containmentAggregationStructure">
<sequence>
<element ref="{http://www.netex.org.uk/netex}Route_" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends LinkSequence_VersionStructure>> |
route_ |
modificationSetid| Constructor and Description |
|---|
RoutesInFrame_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends LinkSequence_VersionStructure>> |
getRoute_()
Gets the value of the route property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
RoutesInFrame_RelStructure |
withId(String value) |
RoutesInFrame_RelStructure |
withModificationSet(ModificationSetEnumeration value) |
RoutesInFrame_RelStructure |
withRoute_(Collection<JAXBElement<? extends LinkSequence_VersionStructure>> values) |
RoutesInFrame_RelStructure |
withRoute_(JAXBElement<? extends LinkSequence_VersionStructure>... values) |
getModificationSet, setModificationSetgetId, setIdprotected List<JAXBElement<? extends LinkSequence_VersionStructure>> route_
public List<JAXBElement<? extends LinkSequence_VersionStructure>> getRoute_()
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 route property.
For example, to add a new item, do as follows:
getRoute_().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<FlexibleRoute>
JAXBElement<LinkSequence_VersionStructure>
JAXBElement<Route>
public RoutesInFrame_RelStructure withRoute_(JAXBElement<? extends LinkSequence_VersionStructure>... values)
public RoutesInFrame_RelStructure withRoute_(Collection<JAXBElement<? extends LinkSequence_VersionStructure>> values)
public RoutesInFrame_RelStructure withModificationSet(ModificationSetEnumeration value)
withModificationSet in class ContainmentAggregationStructurepublic RoutesInFrame_RelStructure withId(String value)
withId in class ContainmentAggregationStructurepublic String toString()
toString in class ContainmentAggregationStructureCopyright © 2018 Entur AS. All rights reserved.