Class InteractantType

java.lang.Object
org.uniprot.uniprot.InteractantType

public class InteractantType extends Object

Java class for interactantType complex type

.

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


 <complexType name="interactantType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{https://uniprot.org/uniprot}interactantGroup" minOccurs="0"/>
       <attribute name="intactId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • InteractantType

      public InteractantType()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • 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
    • 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
    • getIntactId

      public String getIntactId()
      Gets the value of the intactId property.
      Returns:
      possible object is String
    • setIntactId

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