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