Package org.uniprot.uniprot
Class InteractantType
java.lang.Object
org.uniprot.uniprot.InteractantType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected DbReferenceTypeprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dbReference property.getId()Gets the value of the id property.Gets the value of the intactId property.getLabel()Gets the value of the label property.voidsetDbReference(DbReferenceType value) Sets the value of the dbReference property.voidSets the value of the id property.voidsetIntactId(String value) Sets the value of the intactId property.voidSets the value of the label property.
-
Field Details
-
id
-
label
-
dbReference
-
intactId
-
-
Constructor Details
-
InteractantType
public InteractantType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
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
-
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
-
getIntactId
Gets the value of the intactId property.- Returns:
- possible object is
String
-
setIntactId
Sets the value of the intactId property.- Parameters:
value- allowed object isString
-