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