|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.PatentFamilyData
public class PatentFamilyData
Java class for patentFamilyData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="patentFamilyData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="familyNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orderIn" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
familyNumber
|
protected Short |
orderIn
|
Constructor Summary | |
---|---|
PatentFamilyData()
|
Method Summary | |
---|---|
String |
getFamilyNumber()
Gets the value of the familyNumber property. |
Short |
getOrderIn()
Gets the value of the orderIn property. |
void |
setFamilyNumber(String value)
Sets the value of the familyNumber property. |
void |
setOrderIn(Short value)
Sets the value of the orderIn property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String familyNumber
protected Short orderIn
Constructor Detail |
---|
public PatentFamilyData()
Method Detail |
---|
public String getFamilyNumber()
String
public void setFamilyNumber(String value)
value
- allowed object is
String
public Short getOrderIn()
Short
public void setOrderIn(Short value)
value
- allowed object is
Short
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |