uk.ac.ebi.cdb.webservice
Class PatentClassifierInfo

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

public class PatentClassifierInfo
extends Object

Java class for patentClassifierInfo complex type.

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

 <complexType name="patentClassifierInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="classification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="classificationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hyperlink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String classification
           
protected  String classificationType
           
protected  String hyperlink
           
 
Constructor Summary
PatentClassifierInfo()
           
 
Method Summary
 String getClassification()
          Gets the value of the classification property.
 String getClassificationType()
          Gets the value of the classificationType property.
 String getHyperlink()
          Gets the value of the hyperlink property.
 void setClassification(String value)
          Sets the value of the classification property.
 void setClassificationType(String value)
          Sets the value of the classificationType property.
 void setHyperlink(String value)
          Sets the value of the hyperlink property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classification

protected String classification

classificationType

protected String classificationType

hyperlink

protected String hyperlink
Constructor Detail

PatentClassifierInfo

public PatentClassifierInfo()
Method Detail

getClassification

public String getClassification()
Gets the value of the classification property.

Returns:
possible object is String

setClassification

public void setClassification(String value)
Sets the value of the classification property.

Parameters:
value - allowed object is String

getClassificationType

public String getClassificationType()
Gets the value of the classificationType property.

Returns:
possible object is String

setClassificationType

public void setClassificationType(String value)
Sets the value of the classificationType property.

Parameters:
value - allowed object is String

getHyperlink

public String getHyperlink()
Gets the value of the hyperlink property.

Returns:
possible object is String

setHyperlink

public void setHyperlink(String value)
Sets the value of the hyperlink property.

Parameters:
value - allowed object is String


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