|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.intenz.xml.jaxb.ReferenceType
public abstract class ReferenceType
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 |
---|
protected String authors
protected String title
protected XMLGregorianCalendar year
protected ViewType view
Constructor Detail |
---|
public ReferenceType()
Method Detail |
---|
public String getAuthors()
String
public void setAuthors(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public XMLGregorianCalendar getYear()
XMLGregorianCalendar
public void setYear(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public ViewType getView()
ViewType
public void setView(ViewType value)
value
- allowed object is
ViewType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |