uk.ac.ebi.intenz.xml.jaxb
Class PatentType

java.lang.Object
  extended by uk.ac.ebi.intenz.xml.jaxb.ReferenceType
      extended by uk.ac.ebi.intenz.xml.jaxb.PatentType

public class PatentType
extends ReferenceType

Java class for patentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="patentType">
   <complexContent>
     <extension base="{http://www.ebi.ac.uk/intenz}referenceType">
       <sequence>
         <element name="number" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String number
           
 
Fields inherited from class uk.ac.ebi.intenz.xml.jaxb.ReferenceType
authors, title, view, year
 
Constructor Summary
PatentType()
           
 
Method Summary
 String getNumber()
          Gets the value of the number property.
 void setNumber(String value)
          Sets the value of the number property.
 
Methods inherited from class uk.ac.ebi.intenz.xml.jaxb.ReferenceType
getAuthors, getTitle, getView, getYear, setAuthors, setTitle, setView, setYear
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

number

protected String number
Constructor Detail

PatentType

public PatentType()
Method Detail

getNumber

public String getNumber()
Gets the value of the number property.

Returns:
possible object is String

setNumber

public void setNumber(String value)
Sets the value of the number property.

Parameters:
value - allowed object is String


Copyright © 2013 EMBL-EBI. All Rights Reserved.