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