uk.ac.ebi.cdb.webservice
Class PatentFamilyData

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

public class PatentFamilyData
extends Object

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

familyNumber

protected String familyNumber

orderIn

protected Short orderIn
Constructor Detail

PatentFamilyData

public PatentFamilyData()
Method Detail

getFamilyNumber

public String getFamilyNumber()
Gets the value of the familyNumber property.

Returns:
possible object is String

setFamilyNumber

public void setFamilyNumber(String value)
Sets the value of the familyNumber property.

Parameters:
value - allowed object is String

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.