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