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