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