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