public class OrganisationParts_RelStructure extends ContainmentAggregationStructure
Java class for organisationParts_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="organisationParts_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}containmentAggregationStructure">
<choice maxOccurs="unbounded">
<element ref="{http://www.netex.org.uk/netex}OrganisationPartRef"/>
<element ref="{http://www.netex.org.uk/netex}OrganisationPart_"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
organisationPartRefOrOrganisationPart_ |
modificationSetid| Constructor and Description |
|---|
OrganisationParts_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getOrganisationPartRefOrOrganisationPart_()
Gets the value of the organisationPartRefOrOrganisationPart property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
OrganisationParts_RelStructure |
withId(String value) |
OrganisationParts_RelStructure |
withModificationSet(ModificationSetEnumeration value) |
OrganisationParts_RelStructure |
withOrganisationPartRefOrOrganisationPart_(Collection<JAXBElement<?>> values) |
OrganisationParts_RelStructure |
withOrganisationPartRefOrOrganisationPart_(JAXBElement<?>... values) |
getModificationSet, setModificationSetgetId, setIdprotected List<JAXBElement<?>> organisationPartRefOrOrganisationPart_
public List<JAXBElement<?>> getOrganisationPartRefOrOrganisationPart_()
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 organisationPartRefOrOrganisationPart property.
For example, to add a new item, do as follows:
getOrganisationPartRefOrOrganisationPart_().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<OrganisationPartRefStructure>
JAXBElement<DataManagedObjectStructure>
JAXBElement<OrganisationPart>
JAXBElement<OperatingDepartment>
JAXBElement<ControlCentre>
JAXBElement<Department>
JAXBElement<OrganisationalUnitRefStructure>
JAXBElement<ControlCentreRefStructure>
JAXBElement<DepartmentRefStructure>
public OrganisationParts_RelStructure withOrganisationPartRefOrOrganisationPart_(JAXBElement<?>... values)
public OrganisationParts_RelStructure withOrganisationPartRefOrOrganisationPart_(Collection<JAXBElement<?>> values)
public OrganisationParts_RelStructure withModificationSet(ModificationSetEnumeration value)
withModificationSet in class ContainmentAggregationStructurepublic OrganisationParts_RelStructure withId(String value)
withId in class ContainmentAggregationStructurepublic String toString()
toString in class ContainmentAggregationStructureCopyright © 2018 Entur AS. All rights reserved.