|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.PatentDetailsInfo
public class PatentDetailsInfo
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 |
---|
protected String countryCode
protected String country
protected String typeCode
protected String typeDescription
protected PatentClassifierList classifierList
protected PatentApplication application
protected PatentPriorityList priorityList
protected PatentFamilyList familyList
Constructor Detail |
---|
public PatentDetailsInfo()
Method Detail |
---|
public String getCountryCode()
String
public void setCountryCode(String value)
value
- allowed object is
String
public String getCountry()
String
public void setCountry(String value)
value
- allowed object is
String
public String getTypeCode()
String
public void setTypeCode(String value)
value
- allowed object is
String
public String getTypeDescription()
String
public void setTypeDescription(String value)
value
- allowed object is
String
public PatentClassifierList getClassifierList()
PatentClassifierList
public void setClassifierList(PatentClassifierList value)
value
- allowed object is
PatentClassifierList
public PatentApplication getApplication()
PatentApplication
public void setApplication(PatentApplication value)
value
- allowed object is
PatentApplication
public PatentPriorityList getPriorityList()
PatentPriorityList
public void setPriorityList(PatentPriorityList value)
value
- allowed object is
PatentPriorityList
public PatentFamilyList getFamilyList()
PatentFamilyList
public void setFamilyList(PatentFamilyList value)
value
- allowed object is
PatentFamilyList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |