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