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