public class PreferenceEntryXto extends Object
Java class for PreferenceEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PreferenceEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="valueList" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PreferenceEntryXto.ValueListXto
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
PreferenceEntryXto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
List<PreferenceEntryXto.ValueListXto> |
getValueList()
Gets the value of the valueList property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic List<PreferenceEntryXto.ValueListXto> getValueList()
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 valueList property.
For example, to add a new item, do as follows:
getValueList().add(newItem);
Objects of the following type(s) are allowed in the list
PreferenceEntryXto.ValueListXto
Copyright © 2016 Eclipse Stardust. All Rights Reserved.