|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.PatentApplication
public class PatentApplication
Java class for patentApplication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="patentApplication"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="applicationNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="applicationDate" 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 XMLGregorianCalendar |
applicationDate
|
protected String |
applicationNumber
|
protected Short |
orderIn
|
Constructor Summary | |
---|---|
PatentApplication()
|
Method Summary | |
---|---|
XMLGregorianCalendar |
getApplicationDate()
Gets the value of the applicationDate property. |
String |
getApplicationNumber()
Gets the value of the applicationNumber property. |
Short |
getOrderIn()
Gets the value of the orderIn property. |
void |
setApplicationDate(XMLGregorianCalendar value)
Sets the value of the applicationDate property. |
void |
setApplicationNumber(String value)
Sets the value of the applicationNumber 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 applicationNumber
protected XMLGregorianCalendar applicationDate
protected Short orderIn
Constructor Detail |
---|
public PatentApplication()
Method Detail |
---|
public String getApplicationNumber()
String
public void setApplicationNumber(String value)
value
- allowed object is
String
public XMLGregorianCalendar getApplicationDate()
XMLGregorianCalendar
public void setApplicationDate(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 |