public class PointRefs_RelStructure extends OneToManyRelationshipStructure
Java class for pointRefs_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pointRefs_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}oneToManyRelationshipStructure">
<sequence>
<element ref="{http://www.netex.org.uk/netex}PointRef" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends PointRefStructure>> |
pointRef |
modificationSetid| Constructor and Description |
|---|
PointRefs_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends PointRefStructure>> |
getPointRef()
Gets the value of the pointRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
PointRefs_RelStructure |
withId(String value) |
PointRefs_RelStructure |
withModificationSet(ModificationSetEnumeration value) |
PointRefs_RelStructure |
withPointRef(Collection<JAXBElement<? extends PointRefStructure>> values) |
PointRefs_RelStructure |
withPointRef(JAXBElement<? extends PointRefStructure>... values) |
getModificationSet, setModificationSetgetId, setIdprotected List<JAXBElement<? extends PointRefStructure>> pointRef
public List<JAXBElement<? extends PointRefStructure>> getPointRef()
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 pointRef property.
For example, to add a new item, do as follows:
getPointRef().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<GaragePointRefStructure>
JAXBElement<FareScheduledStopPointRefStructure>
JAXBElement<RoutePointRefStructure>
JAXBElement<ParkingPointRefStructure>
JAXBElement<ActivationPointRefStructure>
JAXBElement<RailwayPointRefStructure>
JAXBElement<WirePointRefStructure>
JAXBElement<RoadPointRefStructure>
JAXBElement<PointRefStructure>
JAXBElement<ReliefPointRefStructure>
JAXBElement<PointOnLinkRefStructure>
JAXBElement<ScheduledStopPointRefStructure>
JAXBElement<InfrastructurePointRefStructure>
JAXBElement<BorderPointRefStructure>
JAXBElement<TimingPointRefStructure>
JAXBElement<BeaconPointRefStructure>
JAXBElement<TrafficControlPointRefStructure>
public PointRefs_RelStructure withPointRef(JAXBElement<? extends PointRefStructure>... values)
public PointRefs_RelStructure withPointRef(Collection<JAXBElement<? extends PointRefStructure>> values)
public PointRefs_RelStructure withModificationSet(ModificationSetEnumeration value)
withModificationSet in class OneToManyRelationshipStructurepublic PointRefs_RelStructure withId(String value)
withId in class OneToManyRelationshipStructurepublic String toString()
toString in class OneToManyRelationshipStructureCopyright © 2018 Entur AS. All rights reserved.