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