|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ebi.intenz.xml.jaxb.ViewableType
uk.ac.ebi.intenz.xml.jaxb.LinkType
public class LinkType
A link to other databases.
Java class for linkType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="linkType">
<complexContent>
<extension base="{http://www.ebi.ac.uk/intenz}viewableType">
<attribute name="db" use="required" type="{http://www.ebi.ac.uk/intenz}databaseType" />
<attribute name="accession_number" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
accessionNumber
|
protected String |
comment
|
protected DatabaseType |
db
|
protected String |
href
|
| Fields inherited from class uk.ac.ebi.intenz.xml.jaxb.ViewableType |
|---|
content, view |
| Constructor Summary | |
|---|---|
LinkType()
|
|
| Method Summary | |
|---|---|
String |
getAccessionNumber()
Gets the value of the accessionNumber property. |
String |
getComment()
Gets the value of the comment property. |
DatabaseType |
getDb()
Gets the value of the db property. |
String |
getHref()
Gets the value of the href property. |
void |
setAccessionNumber(String value)
Sets the value of the accessionNumber property. |
void |
setComment(String value)
Sets the value of the comment property. |
void |
setDb(DatabaseType value)
Sets the value of the db property. |
void |
setHref(String value)
Sets the value of the href property. |
| Methods inherited from class uk.ac.ebi.intenz.xml.jaxb.ViewableType |
|---|
getContent, getView, setView |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DatabaseType db
protected String accessionNumber
protected String href
protected String comment
| Constructor Detail |
|---|
public LinkType()
| Method Detail |
|---|
public DatabaseType getDb()
DatabaseTypepublic void setDb(DatabaseType value)
value - allowed object is
DatabaseTypepublic String getAccessionNumber()
Stringpublic void setAccessionNumber(String value)
value - allowed object is
Stringpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||