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