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

java.lang.Object
  extended by uk.ac.ebi.intenz.xml.jaxb.ReferenceType
Direct Known Subclasses:
PaperRefType, PatentType

public abstract class ReferenceType
extends Object

A bibliographic reference related to the enzyme.

Java class for referenceType complex type.

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

 <complexType name="referenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="authors" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="year" type="{http://www.w3.org/2001/XMLSchema}gYear"/>
       </sequence>
       <attGroup ref="{http://www.ebi.ac.uk/intenz}viewAtrGrp"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String authors
           
protected  String title
           
protected  ViewType view
           
protected  XMLGregorianCalendar year
           
 
Constructor Summary
ReferenceType()
           
 
Method Summary
 String getAuthors()
          Gets the value of the authors property.
 String getTitle()
          Gets the value of the title property.
 ViewType getView()
          Gets the value of the view property.
 XMLGregorianCalendar getYear()
          Gets the value of the year property.
 void setAuthors(String value)
          Sets the value of the authors property.
 void setTitle(String value)
          Sets the value of the title property.
 void setView(ViewType value)
          Sets the value of the view property.
 void setYear(XMLGregorianCalendar value)
          Sets the value of the year property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authors

protected String authors

title

protected String title

year

protected XMLGregorianCalendar year

view

protected ViewType view
Constructor Detail

ReferenceType

public ReferenceType()
Method Detail

getAuthors

public String getAuthors()
Gets the value of the authors property.

Returns:
possible object is String

setAuthors

public void setAuthors(String value)
Sets the value of the authors property.

Parameters:
value - allowed object is String

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getYear

public XMLGregorianCalendar getYear()
Gets the value of the year property.

Returns:
possible object is XMLGregorianCalendar

setYear

public void setYear(XMLGregorianCalendar value)
Sets the value of the year property.

Parameters:
value - allowed object is XMLGregorianCalendar

getView

public ViewType getView()
Gets the value of the view property.

Returns:
possible object is ViewType

setView

public void setView(ViewType value)
Sets the value of the view property.

Parameters:
value - allowed object is ViewType


Copyright © 2013 EMBL-EBI. All Rights Reserved.