uk.ac.ebi.ebisearchservice
Class AnyType2AnyType2AnyTypeMapMap.Entry

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

public static class AnyType2AnyType2AnyTypeMapMap.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.ebi.ac.uk/EBISearchService}anyType2anyTypeMap" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Object key
           
protected  AnyType2AnyTypeMap value
           
 
Constructor Summary
AnyType2AnyType2AnyTypeMapMap.Entry()
           
 
Method Summary
 Object getKey()
          Gets the value of the key property.
 AnyType2AnyTypeMap getValue()
          Gets the value of the value property.
 void setKey(Object value)
          Sets the value of the key property.
 void setValue(AnyType2AnyTypeMap 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 AnyType2AnyTypeMap value
Constructor Detail

AnyType2AnyType2AnyTypeMapMap.Entry

public AnyType2AnyType2AnyTypeMapMap.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 AnyType2AnyTypeMap getValue()
Gets the value of the value property.

Returns:
possible object is AnyType2AnyTypeMap

setValue

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

Parameters:
value - allowed object is AnyType2AnyTypeMap


Copyright © 2005-2012 European Bioinformatics Institute (EBI). All Rights Reserved.