public class ResponsibilityRoleAssignments_RelStructure extends StrictContainmentAggregationStructure
Java class for responsibilityRoleAssignments_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="responsibilityRoleAssignments_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}strictContainmentAggregationStructure">
<sequence>
<element ref="{http://www.netex.org.uk/netex}ResponsibilityRoleAssignment" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ResponsibilityRoleAssignment_VersionedChildStructure> |
responsibilityRoleAssignment |
id| Constructor and Description |
|---|
ResponsibilityRoleAssignments_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<ResponsibilityRoleAssignment_VersionedChildStructure> |
getResponsibilityRoleAssignment()
Gets the value of the responsibilityRoleAssignment property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ResponsibilityRoleAssignments_RelStructure |
withId(String value) |
ResponsibilityRoleAssignments_RelStructure |
withResponsibilityRoleAssignment(Collection<ResponsibilityRoleAssignment_VersionedChildStructure> values) |
ResponsibilityRoleAssignments_RelStructure |
withResponsibilityRoleAssignment(ResponsibilityRoleAssignment_VersionedChildStructure... values) |
getId, setIdprotected List<ResponsibilityRoleAssignment_VersionedChildStructure> responsibilityRoleAssignment
public ResponsibilityRoleAssignments_RelStructure()
public List<ResponsibilityRoleAssignment_VersionedChildStructure> getResponsibilityRoleAssignment()
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 responsibilityRoleAssignment property.
For example, to add a new item, do as follows:
getResponsibilityRoleAssignment().add(newItem);
Objects of the following type(s) are allowed in the list
ResponsibilityRoleAssignment_VersionedChildStructure
public ResponsibilityRoleAssignments_RelStructure withResponsibilityRoleAssignment(ResponsibilityRoleAssignment_VersionedChildStructure... values)
public ResponsibilityRoleAssignments_RelStructure withResponsibilityRoleAssignment(Collection<ResponsibilityRoleAssignment_VersionedChildStructure> values)
public ResponsibilityRoleAssignments_RelStructure withId(String value)
withId in class StrictContainmentAggregationStructurepublic String toString()
toString in class StrictContainmentAggregationStructureCopyright © 2018 Entur AS. All rights reserved.