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