public class TariffZoneRefs_RelStructure extends OneToManyRelationshipStructure
Java class for tariffZoneRefs_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tariffZoneRefs_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}oneToManyRelationshipStructure">
<sequence>
<element ref="{http://www.netex.org.uk/netex}TariffZoneRef" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TariffZoneRef> |
tariffZoneRef |
modificationSetid| Constructor and Description |
|---|
TariffZoneRefs_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<TariffZoneRef> |
getTariffZoneRef()
Gets the value of the tariffZoneRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
TariffZoneRefs_RelStructure |
withId(String value) |
TariffZoneRefs_RelStructure |
withModificationSet(ModificationSetEnumeration value) |
TariffZoneRefs_RelStructure |
withTariffZoneRef(Collection<TariffZoneRef> values) |
TariffZoneRefs_RelStructure |
withTariffZoneRef(TariffZoneRef... values) |
getModificationSet, setModificationSetgetId, setIdprotected List<TariffZoneRef> tariffZoneRef
public List<TariffZoneRef> getTariffZoneRef()
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 tariffZoneRef property.
For example, to add a new item, do as follows:
getTariffZoneRef().add(newItem);
Objects of the following type(s) are allowed in the list
TariffZoneRef
public TariffZoneRefs_RelStructure withTariffZoneRef(TariffZoneRef... values)
public TariffZoneRefs_RelStructure withTariffZoneRef(Collection<TariffZoneRef> values)
public TariffZoneRefs_RelStructure withModificationSet(ModificationSetEnumeration value)
withModificationSet in class OneToManyRelationshipStructurepublic TariffZoneRefs_RelStructure withId(String value)
withId in class OneToManyRelationshipStructurepublic String toString()
toString in class OneToManyRelationshipStructureCopyright © 2018 Entur AS. All rights reserved.