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