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