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