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