uk.ac.ebi.cdb.webservice
Class FullTextURLInfo

java.lang.Object
  extended by uk.ac.ebi.cdb.webservice.FullTextURLInfo

public class FullTextURLInfo
extends Object

Java class for fullTextURLInfo complex type.

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

 <complexType name="fullTextURLInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="availability" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="availabilityCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="documentStyle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="site" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String availability
           
protected  String availabilityCode
           
protected  String documentStyle
           
protected  String site
           
protected  String url
           
 
Constructor Summary
FullTextURLInfo()
           
 
Method Summary
 String getAvailability()
          Gets the value of the availability property.
 String getAvailabilityCode()
          Gets the value of the availabilityCode property.
 String getDocumentStyle()
          Gets the value of the documentStyle property.
 String getSite()
          Gets the value of the site property.
 String getUrl()
          Gets the value of the url property.
 void setAvailability(String value)
          Sets the value of the availability property.
 void setAvailabilityCode(String value)
          Sets the value of the availabilityCode property.
 void setDocumentStyle(String value)
          Sets the value of the documentStyle property.
 void setSite(String value)
          Sets the value of the site property.
 void setUrl(String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

availability

protected String availability

availabilityCode

protected String availabilityCode

documentStyle

protected String documentStyle

site

protected String site

url

protected String url
Constructor Detail

FullTextURLInfo

public FullTextURLInfo()
Method Detail

getAvailability

public String getAvailability()
Gets the value of the availability property.

Returns:
possible object is String

setAvailability

public void setAvailability(String value)
Sets the value of the availability property.

Parameters:
value - allowed object is String

getAvailabilityCode

public String getAvailabilityCode()
Gets the value of the availabilityCode property.

Returns:
possible object is String

setAvailabilityCode

public void setAvailabilityCode(String value)
Sets the value of the availabilityCode property.

Parameters:
value - allowed object is String

getDocumentStyle

public String getDocumentStyle()
Gets the value of the documentStyle property.

Returns:
possible object is String

setDocumentStyle

public void setDocumentStyle(String value)
Sets the value of the documentStyle property.

Parameters:
value - allowed object is String

getSite

public String getSite()
Gets the value of the site property.

Returns:
possible object is String

setSite

public void setSite(String value)
Sets the value of the site property.

Parameters:
value - allowed object is String

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String


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