Package org.uniprot.uniprot
Class LigandType
java.lang.Object
org.uniprot.uniprot.LigandType
Describes a ligand.
Java class for ligandType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ligandType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dbReference" type="{https://uniprot.org/uniprot}dbReferenceType" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DbReferenceTypeprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dbReference property.getLabel()Gets the value of the label property.getName()Gets the value of the name property.getNote()Gets the value of the note property.voidsetDbReference(DbReferenceType value) Sets the value of the dbReference property.voidSets the value of the label property.voidSets the value of the name property.voidSets the value of the note property.
-
Field Details
-
name
-
dbReference
-
label
-
note
-
-
Constructor Details
-
LigandType
public LigandType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDbReference
Gets the value of the dbReference property.- Returns:
- possible object is
DbReferenceType
-
setDbReference
Sets the value of the dbReference property.- Parameters:
value- allowed object isDbReferenceType
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getNote
Gets the value of the note property.- Returns:
- possible object is
String
-
setNote
Sets the value of the note property.- Parameters:
value- allowed object isString
-