public class RouteInstructions_RelStructure extends StrictContainmentAggregationStructure
Java class for routeInstructions_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="routeInstructions_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}strictContainmentAggregationStructure">
<sequence>
<element name="RouteInstruction" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.netex.org.uk/netex}RouteInstruction_VersionStructure">
<sequence>
<sequence>
<group ref="{http://www.netex.org.uk/netex}EntityInVersionGroup" minOccurs="0"/>
</sequence>
<sequence>
<group ref="{http://www.netex.org.uk/netex}DataManagedObjectGroup"/>
</sequence>
<sequence>
<group ref="{http://www.netex.org.uk/netex}RouteInstructionGroup"/>
</sequence>
</sequence>
<attribute name="id" type="{http://www.netex.org.uk/netex}RouteInstructionIdType" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RouteInstructions_RelStructure.RouteInstruction
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<RouteInstructions_RelStructure.RouteInstruction> |
routeInstruction |
id| Constructor and Description |
|---|
RouteInstructions_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<RouteInstructions_RelStructure.RouteInstruction> |
getRouteInstruction()
Gets the value of the routeInstruction property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
RouteInstructions_RelStructure |
withId(String value) |
RouteInstructions_RelStructure |
withRouteInstruction(Collection<RouteInstructions_RelStructure.RouteInstruction> values) |
RouteInstructions_RelStructure |
withRouteInstruction(RouteInstructions_RelStructure.RouteInstruction... values) |
getId, setIdprotected List<RouteInstructions_RelStructure.RouteInstruction> routeInstruction
public List<RouteInstructions_RelStructure.RouteInstruction> getRouteInstruction()
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 routeInstruction property.
For example, to add a new item, do as follows:
getRouteInstruction().add(newItem);
Objects of the following type(s) are allowed in the list
RouteInstructions_RelStructure.RouteInstruction
public RouteInstructions_RelStructure withRouteInstruction(RouteInstructions_RelStructure.RouteInstruction... values)
public RouteInstructions_RelStructure withRouteInstruction(Collection<RouteInstructions_RelStructure.RouteInstruction> values)
public RouteInstructions_RelStructure withId(String value)
withId in class StrictContainmentAggregationStructurepublic String toString()
toString in class StrictContainmentAggregationStructureCopyright © 2018 Entur AS. All rights reserved.