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

java.lang.Object
  extended by uk.ac.ebi.intenz.xml.jaxb.ViewableType
      extended by uk.ac.ebi.intenz.xml.jaxb.LinkType

public class LinkType
extends ViewableType

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

db

protected DatabaseType db

accessionNumber

protected String accessionNumber

href

protected String href

comment

protected String comment
Constructor Detail

LinkType

public LinkType()
Method Detail

getDb

public DatabaseType getDb()
Gets the value of the db property.

Returns:
possible object is DatabaseType

setDb

public void setDb(DatabaseType value)
Sets the value of the db property.

Parameters:
value - allowed object is DatabaseType

getAccessionNumber

public String getAccessionNumber()
Gets the value of the accessionNumber property.

Returns:
possible object is String

setAccessionNumber

public void setAccessionNumber(String value)
Sets the value of the accessionNumber property.

Parameters:
value - allowed object is String

getHref

public String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getComment

public String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String


Copyright © 2013 EMBL-EBI. All Rights Reserved.