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