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