|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.ebi.ebisearchservice.AnyType2AnyType2AnyTypeMapMap.Entry
public static class AnyType2AnyType2AnyTypeMapMap.Entry
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 |
---|
protected Object key
protected AnyType2AnyTypeMap value
Constructor Detail |
---|
public AnyType2AnyType2AnyTypeMapMap.Entry()
Method Detail |
---|
public Object getKey()
Object
public void setKey(Object value)
value
- allowed object is
Object
public AnyType2AnyTypeMap getValue()
AnyType2AnyTypeMap
public void setValue(AnyType2AnyTypeMap value)
value
- allowed object is
AnyType2AnyTypeMap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |