uk.ac.ebi.ebisearchservice
Class AnyType2AnyTypeMap.Entry

java.lang.Object
  extended by uk.ac.ebi.ebisearchservice.AnyType2AnyTypeMap.Entry
Enclosing class:
AnyType2AnyTypeMap

public static class AnyType2AnyTypeMap.Entry
extends Object

Java class for anonymous complex type.

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

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


Field Summary
protected  Object key
           
protected  Object value
           
 
Constructor Summary
AnyType2AnyTypeMap.Entry()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected Object key

value

protected Object value
Constructor Detail

AnyType2AnyTypeMap.Entry

public AnyType2AnyTypeMap.Entry()
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 © 2005-2012 European Bioinformatics Institute (EBI). All Rights Reserved.