org.eclipse.stardust.engine.api.ws
Class PreferenceEntryXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.PreferenceEntryXto

public class PreferenceEntryXto
extends Object

n.a.

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>
 


Nested Class Summary
static class PreferenceEntryXto.ValueListXto
          Java class for anonymous complex type.
 
Constructor Summary
PreferenceEntryXto()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferenceEntryXto

public PreferenceEntryXto()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getValueList

public List<PreferenceEntryXto.ValueListXto> getValueList()
Gets the value of the valueList property.

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 © 2017 Eclipse Stardust. All Rights Reserved.