uk.ac.ebi.ebinocle.webservice
Class EntryReferences

java.lang.Object
  extended by uk.ac.ebi.ebinocle.webservice.EntryReferences

public class EntryReferences
extends Object

Java class for EntryReferences complex type.

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

 <complexType name="EntryReferences">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/>
         <element name="references" type="{http://www.ebi.ac.uk/EBISearchService}ArrayOfArrayOfString" minOccurs="0" form="qualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<String> entry
           
protected  javax.xml.bind.JAXBElement<ArrayOfArrayOfString> references
           
 
Constructor Summary
EntryReferences()
           
 
Method Summary
 javax.xml.bind.JAXBElement<String> getEntry()
          Gets the value of the entry property.
 javax.xml.bind.JAXBElement<ArrayOfArrayOfString> getReferences()
          Gets the value of the references property.
 void setEntry(javax.xml.bind.JAXBElement<String> value)
          Sets the value of the entry property.
 void setReferences(javax.xml.bind.JAXBElement<ArrayOfArrayOfString> value)
          Sets the value of the references property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entry

protected javax.xml.bind.JAXBElement<String> entry

references

protected javax.xml.bind.JAXBElement<ArrayOfArrayOfString> references
Constructor Detail

EntryReferences

public EntryReferences()
Method Detail

getEntry

public javax.xml.bind.JAXBElement<String> getEntry()
Gets the value of the entry property.

Returns:
possible object is JAXBElement<String>

setEntry

public void setEntry(javax.xml.bind.JAXBElement<String> value)
Sets the value of the entry property.

Parameters:
value - allowed object is JAXBElement<String>

getReferences

public javax.xml.bind.JAXBElement<ArrayOfArrayOfString> getReferences()
Gets the value of the references property.

Returns:
possible object is JAXBElement<ArrayOfArrayOfString>

setReferences

public void setReferences(javax.xml.bind.JAXBElement<ArrayOfArrayOfString> value)
Sets the value of the references property.

Parameters:
value - allowed object is JAXBElement<ArrayOfArrayOfString>


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