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