public class LinkRefs_RelStructure extends OneToManyRelationshipStructure
Java class for linkRefs_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="linkRefs_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}oneToManyRelationshipStructure">
<choice maxOccurs="unbounded">
<element ref="{http://www.netex.org.uk/netex}LinkRef"/>
<element ref="{http://www.netex.org.uk/netex}LinkRefByValue"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
linkRefOrLinkRefByValue |
modificationSetid| Constructor and Description |
|---|
LinkRefs_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getLinkRefOrLinkRefByValue()
Gets the value of the linkRefOrLinkRefByValue property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
LinkRefs_RelStructure |
withId(String value) |
LinkRefs_RelStructure |
withLinkRefOrLinkRefByValue(Collection<JAXBElement<?>> values) |
LinkRefs_RelStructure |
withLinkRefOrLinkRefByValue(JAXBElement<?>... values) |
LinkRefs_RelStructure |
withModificationSet(ModificationSetEnumeration value) |
getModificationSet, setModificationSetgetId, setIdprotected List<JAXBElement<?>> linkRefOrLinkRefByValue
public List<JAXBElement<?>> getLinkRefOrLinkRefByValue()
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 linkRefOrLinkRefByValue property.
For example, to add a new item, do as follows:
getLinkRefOrLinkRefByValue().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<ModalLinkRefByValueStructure>
JAXBElement<ActivationLinkRefByValueStructure>
JAXBElement<TimingLinkRefByValueStructure>
JAXBElement<InfrastructureLinkRefStructure>
JAXBElement<LinkRefStructure>
JAXBElement<RailwayLinkRefByValueStructure>
JAXBElement<PathLinkRefStructure>
JAXBElement<LineLinkRefByValueStructure>
JAXBElement<ServiceLinkRefByValueStructure>
JAXBElement<RouteLinkRefByValueStructure>
JAXBElement<PathLinkRefByValueStructure>
JAXBElement<LinkRefByValueStructure>
JAXBElement<WireLinkRefByValueStructure>
JAXBElement<TimingLinkRefStructure>
JAXBElement<LineLinkRefStructure>
JAXBElement<ServiceLinkRefStructure>
JAXBElement<WireLinkRefStructure>
JAXBElement<RailwayLinkRefStructure>
JAXBElement<RoadLinkRefByValueStructure>
JAXBElement<RoadLinkRefStructure>
JAXBElement<ActivationLinkRefStructure>
JAXBElement<RouteLinkRefStructure>
public LinkRefs_RelStructure withLinkRefOrLinkRefByValue(JAXBElement<?>... values)
public LinkRefs_RelStructure withLinkRefOrLinkRefByValue(Collection<JAXBElement<?>> values)
public LinkRefs_RelStructure withModificationSet(ModificationSetEnumeration value)
withModificationSet in class OneToManyRelationshipStructurepublic LinkRefs_RelStructure withId(String value)
withId in class OneToManyRelationshipStructurepublic String toString()
toString in class OneToManyRelationshipStructureCopyright © 2018 Entur AS. All rights reserved.