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