public class Protein extends Object
Java class for protein complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="protein">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="notes" type="{http://www.sbml.org/2001/ns/celldesigner}notes" minOccurs="0"/>
<element name="listOfBindingRegions" type="{http://www.sbml.org/2001/ns/celldesigner}listOfBindingRegions" minOccurs="0"/>
<element name="listOfModificationResidues" type="{http://www.sbml.org/2001/ns/celldesigner}listOfModificationResidues" minOccurs="0"/>
<element name="listOfStructuralStates" type="{http://www.sbml.org/2001/ns/celldesigner}listOfStructuralStates" minOccurs="0"/>
</sequence>
<attribute name="id" use="required">
<simpleType>
<restriction base="{http://www.sbml.org/2001/ns/celldesigner}SId">
</restriction>
</simpleType>
</attribute>
<attribute name="name" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GENERIC"/>
<enumeration value="ION_CHANNEL"/>
<enumeration value="RECEPTOR"/>
<enumeration value="TRUNCATED"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected ListOfBindingRegions |
listOfBindingRegions |
protected ListOfModificationResidues |
listOfModificationResidues |
protected ListOfStructuralStates |
listOfStructuralStates |
protected String |
name |
protected Notes |
notes |
protected String |
type |
| Constructor and Description |
|---|
Protein() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
ListOfBindingRegions |
getListOfBindingRegions()
Gets the value of the listOfBindingRegions property.
|
ListOfModificationResidues |
getListOfModificationResidues()
Gets the value of the listOfModificationResidues property.
|
ListOfStructuralStates |
getListOfStructuralStates()
Gets the value of the listOfStructuralStates property.
|
String |
getName()
Gets the value of the name property.
|
Notes |
getNotes()
Gets the value of the notes property.
|
String |
getType()
Gets the value of the type property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setListOfBindingRegions(ListOfBindingRegions value)
Sets the value of the listOfBindingRegions property.
|
void |
setListOfModificationResidues(ListOfModificationResidues value)
Sets the value of the listOfModificationResidues property.
|
void |
setListOfStructuralStates(ListOfStructuralStates value)
Sets the value of the listOfStructuralStates property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNotes(Notes value)
Sets the value of the notes property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected Notes notes
protected ListOfBindingRegions listOfBindingRegions
protected ListOfModificationResidues listOfModificationResidues
protected ListOfStructuralStates listOfStructuralStates
protected String id
protected String name
protected String type
public Notes getNotes()
Notespublic void setNotes(Notes value)
value - allowed object is
Notespublic ListOfBindingRegions getListOfBindingRegions()
ListOfBindingRegionspublic void setListOfBindingRegions(ListOfBindingRegions value)
value - allowed object is
ListOfBindingRegionspublic ListOfModificationResidues getListOfModificationResidues()
ListOfModificationResiduespublic void setListOfModificationResidues(ListOfModificationResidues value)
value - allowed object is
ListOfModificationResiduespublic ListOfStructuralStates getListOfStructuralStates()
ListOfStructuralStatespublic void setListOfStructuralStates(ListOfStructuralStates value)
value - allowed object is
ListOfStructuralStatespublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2018. All rights reserved.