public static class GroupOfServices_VersionStructure.DayTypes extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DayTypeRef" type="{http://www.netex.org.uk/netex}DayTypeRefStructure" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DayTypeRefStructure> |
dayTypeRef |
| Constructor and Description |
|---|
DayTypes() |
| Modifier and Type | Method and Description |
|---|---|
List<DayTypeRefStructure> |
getDayTypeRef()
Gets the value of the dayTypeRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
GroupOfServices_VersionStructure.DayTypes |
withDayTypeRef(Collection<DayTypeRefStructure> values) |
GroupOfServices_VersionStructure.DayTypes |
withDayTypeRef(DayTypeRefStructure... values) |
protected List<DayTypeRefStructure> dayTypeRef
public List<DayTypeRefStructure> getDayTypeRef()
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 dayTypeRef property.
For example, to add a new item, do as follows:
getDayTypeRef().add(newItem);
Objects of the following type(s) are allowed in the list
DayTypeRefStructure
public GroupOfServices_VersionStructure.DayTypes withDayTypeRef(DayTypeRefStructure... values)
public GroupOfServices_VersionStructure.DayTypes withDayTypeRef(Collection<DayTypeRefStructure> values)
Copyright © 2018 Entur AS. All rights reserved.