public class DataObjects_RelStructure extends Object
Java class for dataObjects_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dataObjects_RelStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element ref="{http://www.netex.org.uk/netex}CompositeFrame"/>
<element ref="{http://www.netex.org.uk/netex}CommonFrame"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends Common_VersionFrameStructure>> |
compositeFrameOrCommonFrame |
| Constructor and Description |
|---|
DataObjects_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends Common_VersionFrameStructure>> |
getCompositeFrameOrCommonFrame()
Gets the value of the compositeFrameOrCommonFrame property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
DataObjects_RelStructure |
withCompositeFrameOrCommonFrame(Collection<JAXBElement<? extends Common_VersionFrameStructure>> values) |
DataObjects_RelStructure |
withCompositeFrameOrCommonFrame(JAXBElement<? extends Common_VersionFrameStructure>... values) |
protected List<JAXBElement<? extends Common_VersionFrameStructure>> compositeFrameOrCommonFrame
public List<JAXBElement<? extends Common_VersionFrameStructure>> getCompositeFrameOrCommonFrame()
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 compositeFrameOrCommonFrame property.
For example, to add a new item, do as follows:
getCompositeFrameOrCommonFrame().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<TimetableFrame>
JAXBElement<VehicleScheduleFrame>
JAXBElement<CompositeFrame>
JAXBElement<ServiceCalendarFrame>
JAXBElement<GeneralFrame>
JAXBElement<FareFrame>
JAXBElement<InfrastructureFrame>
JAXBElement<ResourceFrame>
JAXBElement<SiteFrame>
JAXBElement<SalesTransactionFrame>
JAXBElement<ServiceFrame>
JAXBElement<DriverScheduleFrame>
JAXBElement<Common_VersionFrameStructure>
public DataObjects_RelStructure withCompositeFrameOrCommonFrame(JAXBElement<? extends Common_VersionFrameStructure>... values)
public DataObjects_RelStructure withCompositeFrameOrCommonFrame(Collection<JAXBElement<? extends Common_VersionFrameStructure>> values)
Copyright © 2018 Entur AS. All rights reserved.