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