public class FareTables_RelStructure extends StrictContainmentAggregationStructure
Java class for fareTables_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fareTables_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}strictContainmentAggregationStructure">
<choice maxOccurs="unbounded">
<element ref="{http://www.netex.org.uk/netex}FareTableRef"/>
<element ref="{http://www.netex.org.uk/netex}FareTable_"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
fareTableRefOrFareTable_ |
id| Constructor and Description |
|---|
FareTables_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getFareTableRefOrFareTable_()
Gets the value of the fareTableRefOrFareTable property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
FareTables_RelStructure |
withFareTableRefOrFareTable_(Collection<JAXBElement<?>> values) |
FareTables_RelStructure |
withFareTableRefOrFareTable_(JAXBElement<?>... values) |
FareTables_RelStructure |
withId(String value) |
getId, setIdprotected List<JAXBElement<?>> fareTableRefOrFareTable_
public List<JAXBElement<?>> getFareTableRefOrFareTable_()
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 fareTableRefOrFareTable property.
For example, to add a new item, do as follows:
getFareTableRefOrFareTable_().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<StandardFareTable>
JAXBElement<FareTableRefStructure>
JAXBElement<FareTable_VersionStructure>
JAXBElement<StandardFareTableRefStructure>
JAXBElement<FareTable>
JAXBElement<GroupOfEntities_VersionStructure>
public FareTables_RelStructure withFareTableRefOrFareTable_(JAXBElement<?>... values)
public FareTables_RelStructure withFareTableRefOrFareTable_(Collection<JAXBElement<?>> values)
public FareTables_RelStructure withId(String value)
withId in class StrictContainmentAggregationStructurepublic String toString()
toString in class StrictContainmentAggregationStructureCopyright © 2018 Entur AS. All rights reserved.