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