uk.ac.ebi.cdb.webservice
Class PatentDetailsInfo

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

public class PatentDetailsInfo
extends Object

Java class for patentDetailsInfo complex type.

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

 <complexType name="patentDetailsInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="countryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="typeCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="typeDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="classifierList" type="{http://webservice.cdb.ebi.ac.uk/}patentClassifierList" minOccurs="0"/>
         <element name="application" type="{http://webservice.cdb.ebi.ac.uk/}patentApplication" minOccurs="0"/>
         <element name="priorityList" type="{http://webservice.cdb.ebi.ac.uk/}patentPriorityList" minOccurs="0"/>
         <element name="familyList" type="{http://webservice.cdb.ebi.ac.uk/}patentFamilyList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  PatentApplication application
           
protected  PatentClassifierList classifierList
           
protected  String country
           
protected  String countryCode
           
protected  PatentFamilyList familyList
           
protected  PatentPriorityList priorityList
           
protected  String typeCode
           
protected  String typeDescription
           
 
Constructor Summary
PatentDetailsInfo()
           
 
Method Summary
 PatentApplication getApplication()
          Gets the value of the application property.
 PatentClassifierList getClassifierList()
          Gets the value of the classifierList property.
 String getCountry()
          Gets the value of the country property.
 String getCountryCode()
          Gets the value of the countryCode property.
 PatentFamilyList getFamilyList()
          Gets the value of the familyList property.
 PatentPriorityList getPriorityList()
          Gets the value of the priorityList property.
 String getTypeCode()
          Gets the value of the typeCode property.
 String getTypeDescription()
          Gets the value of the typeDescription property.
 void setApplication(PatentApplication value)
          Sets the value of the application property.
 void setClassifierList(PatentClassifierList value)
          Sets the value of the classifierList property.
 void setCountry(String value)
          Sets the value of the country property.
 void setCountryCode(String value)
          Sets the value of the countryCode property.
 void setFamilyList(PatentFamilyList value)
          Sets the value of the familyList property.
 void setPriorityList(PatentPriorityList value)
          Sets the value of the priorityList property.
 void setTypeCode(String value)
          Sets the value of the typeCode property.
 void setTypeDescription(String value)
          Sets the value of the typeDescription property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

countryCode

protected String countryCode

country

protected String country

typeCode

protected String typeCode

typeDescription

protected String typeDescription

classifierList

protected PatentClassifierList classifierList

application

protected PatentApplication application

priorityList

protected PatentPriorityList priorityList

familyList

protected PatentFamilyList familyList
Constructor Detail

PatentDetailsInfo

public PatentDetailsInfo()
Method Detail

getCountryCode

public String getCountryCode()
Gets the value of the countryCode property.

Returns:
possible object is String

setCountryCode

public void setCountryCode(String value)
Sets the value of the countryCode property.

Parameters:
value - allowed object is String

getCountry

public String getCountry()
Gets the value of the country property.

Returns:
possible object is String

setCountry

public void setCountry(String value)
Sets the value of the country property.

Parameters:
value - allowed object is String

getTypeCode

public String getTypeCode()
Gets the value of the typeCode property.

Returns:
possible object is String

setTypeCode

public void setTypeCode(String value)
Sets the value of the typeCode property.

Parameters:
value - allowed object is String

getTypeDescription

public String getTypeDescription()
Gets the value of the typeDescription property.

Returns:
possible object is String

setTypeDescription

public void setTypeDescription(String value)
Sets the value of the typeDescription property.

Parameters:
value - allowed object is String

getClassifierList

public PatentClassifierList getClassifierList()
Gets the value of the classifierList property.

Returns:
possible object is PatentClassifierList

setClassifierList

public void setClassifierList(PatentClassifierList value)
Sets the value of the classifierList property.

Parameters:
value - allowed object is PatentClassifierList

getApplication

public PatentApplication getApplication()
Gets the value of the application property.

Returns:
possible object is PatentApplication

setApplication

public void setApplication(PatentApplication value)
Sets the value of the application property.

Parameters:
value - allowed object is PatentApplication

getPriorityList

public PatentPriorityList getPriorityList()
Gets the value of the priorityList property.

Returns:
possible object is PatentPriorityList

setPriorityList

public void setPriorityList(PatentPriorityList value)
Sets the value of the priorityList property.

Parameters:
value - allowed object is PatentPriorityList

getFamilyList

public PatentFamilyList getFamilyList()
Gets the value of the familyList property.

Returns:
possible object is PatentFamilyList

setFamilyList

public void setFamilyList(PatentFamilyList value)
Sets the value of the familyList property.

Parameters:
value - allowed object is PatentFamilyList


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