org.dawb.edna.thumbnail
Class XSDataKeyValuePair

java.lang.Object
  extended by org.dawb.edna.thumbnail.XSDataKeyValuePair

public class XSDataKeyValuePair
extends java.lang.Object

Java class for XSDataKeyValuePair complex type.

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

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


Constructor Summary
XSDataKeyValuePair()
           
 
Method Summary
 XSDataString getKey()
          Gets the value of the key property.
 XSDataString getValue()
          Gets the value of the value property.
 void setKey(XSDataString value)
          Sets the value of the key property.
 void setValue(XSDataString 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

XSDataKeyValuePair

public XSDataKeyValuePair()
Method Detail

getValue

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

Returns:
possible object is XSDataString

setValue

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

Parameters:
value - allowed object is XSDataString

getKey

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

Returns:
possible object is XSDataString

setKey

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

Parameters:
value - allowed object is XSDataString