|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.PatentClassifierInfo
public class PatentClassifierInfo
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 |
---|
protected String classification
protected String classificationType
protected String hyperlink
Constructor Detail |
---|
public PatentClassifierInfo()
Method Detail |
---|
public String getClassification()
String
public void setClassification(String value)
value
- allowed object is
String
public String getClassificationType()
String
public void setClassificationType(String value)
value
- allowed object is
String
public String getHyperlink()
String
public void setHyperlink(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |