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

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

public class ItemXto
extends Object

Java class for Item complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Item">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="key" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ItemXto()
           
 
Method Summary
 Object getKey()
          Gets the value of the key property.
 Object getValue()
          Gets the value of the value property.
 void setKey(Object value)
          Sets the value of the key property.
 void setValue(Object value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemXto

public ItemXto()
Method Detail

getKey

public Object getKey()
Gets the value of the key property.

Returns:
possible object is Object

setKey

public void setKey(Object value)
Sets the value of the key property.

Parameters:
value - allowed object is Object

getValue

public Object getValue()
Gets the value of the value property.

Returns:
possible object is Object

setValue

public void setValue(Object value)
Sets the value of the value property.

Parameters:
value - allowed object is Object


Copyright © 2017 Eclipse Stardust. All Rights Reserved.