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