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