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