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