uk.ac.ebi.cdb.webservice
Class PatentPriorityData

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

public class PatentPriorityData
extends Object

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

priorityNumber

protected String priorityNumber

priorityDate

protected XMLGregorianCalendar priorityDate

orderIn

protected Short orderIn
Constructor Detail

PatentPriorityData

public PatentPriorityData()
Method Detail

getPriorityNumber

public String getPriorityNumber()
Gets the value of the priorityNumber property.

Returns:
possible object is String

setPriorityNumber

public void setPriorityNumber(String value)
Sets the value of the priorityNumber property.

Parameters:
value - allowed object is String

getPriorityDate

public XMLGregorianCalendar getPriorityDate()
Gets the value of the priorityDate property.

Returns:
possible object is XMLGregorianCalendar

setPriorityDate

public void setPriorityDate(XMLGregorianCalendar value)
Sets the value of the priorityDate 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.