uk.ac.ebi.cdb.webservice
Class PatentApplication

java.lang.Object
  extended by uk.ac.ebi.cdb.webservice.PatentApplication

public class PatentApplication
extends Object

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

applicationNumber

protected String applicationNumber

applicationDate

protected XMLGregorianCalendar applicationDate

orderIn

protected Short orderIn
Constructor Detail

PatentApplication

public PatentApplication()
Method Detail

getApplicationNumber

public String getApplicationNumber()
Gets the value of the applicationNumber property.

Returns:
possible object is String

setApplicationNumber

public void setApplicationNumber(String value)
Sets the value of the applicationNumber property.

Parameters:
value - allowed object is String

getApplicationDate

public XMLGregorianCalendar getApplicationDate()
Gets the value of the applicationDate property.

Returns:
possible object is XMLGregorianCalendar

setApplicationDate

public void setApplicationDate(XMLGregorianCalendar value)
Sets the value of the applicationDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getOrderIn

public Short getOrderIn()
Gets the value of the orderIn property.

Returns:
possible object is Short

setOrderIn

public void setOrderIn(Short value)
Sets the value of the orderIn property.

Parameters:
value - allowed object is Short


Copyright © 2005-2013 European Bioinformatics Institute (EBI). All Rights Reserved.