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