Class LigandPartType

java.lang.Object
org.uniprot.uniprot.LigandPartType

public class LigandPartType extends Object
Describes a ligand part.

Java class for ligandPartType complex type

.

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


 <complexType name="ligandPartType">
   <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 Details

  • Constructor Details

    • LigandPartType

      public LigandPartType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getDbReference

      public DbReferenceType getDbReference()
      Gets the value of the dbReference property.
      Returns:
      possible object is DbReferenceType
    • setDbReference

      public void setDbReference(DbReferenceType value)
      Sets the value of the dbReference property.
      Parameters:
      value - allowed object is DbReferenceType
    • getLabel

      public String getLabel()
      Gets the value of the label property.
      Returns:
      possible object is String
    • setLabel

      public void setLabel(String value)
      Sets the value of the label property.
      Parameters:
      value - allowed object is String
    • getNote

      public String getNote()
      Gets the value of the note property.
      Returns:
      possible object is String
    • setNote

      public void setNote(String value)
      Sets the value of the note property.
      Parameters:
      value - allowed object is String