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