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