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