uk.ac.ebi.ebisearchservice
Class GetEntriesFieldUrls

java.lang.Object
  extended by uk.ac.ebi.ebisearchservice.GetEntriesFieldUrls

public class GetEntriesFieldUrls
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="domain" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="entries" type="{http://www.ebi.ac.uk/EBISearchService}ArrayOfString"/>
         <element name="fields" type="{http://www.ebi.ac.uk/EBISearchService}ArrayOfString"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String domain
           
protected  ArrayOfString entries
           
protected  ArrayOfString fields
           
 
Constructor Summary
GetEntriesFieldUrls()
           
 
Method Summary
 String getDomain()
          Gets the value of the domain property.
 ArrayOfString getEntries()
          Gets the value of the entries property.
 ArrayOfString getFields()
          Gets the value of the fields property.
 void setDomain(String value)
          Sets the value of the domain property.
 void setEntries(ArrayOfString value)
          Sets the value of the entries property.
 void setFields(ArrayOfString value)
          Sets the value of the fields property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domain

protected String domain

entries

protected ArrayOfString entries

fields

protected ArrayOfString fields
Constructor Detail

GetEntriesFieldUrls

public GetEntriesFieldUrls()
Method Detail

getDomain

public String getDomain()
Gets the value of the domain property.

Returns:
possible object is String

setDomain

public void setDomain(String value)
Sets the value of the domain property.

Parameters:
value - allowed object is String

getEntries

public ArrayOfString getEntries()
Gets the value of the entries property.

Returns:
possible object is ArrayOfString

setEntries

public void setEntries(ArrayOfString value)
Sets the value of the entries property.

Parameters:
value - allowed object is ArrayOfString

getFields

public ArrayOfString getFields()
Gets the value of the fields property.

Returns:
possible object is ArrayOfString

setFields

public void setFields(ArrayOfString value)
Sets the value of the fields property.

Parameters:
value - allowed object is ArrayOfString


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