com.inscoper.nbo.Reagent
Represents the XML element Reagent. More...
Inherits from com.inscoper.nbo.NBOBaseClass
Public Functions
|
Name |
| synchronized void |
delete() |
|
Reagent() |
| String |
getTypeName() Returns the class type name. |
| String |
getXMLName() Returns the XML element name corresponding to this class. |
| ENBOType |
getNBOType() Returns the NBO Type corresponding to this class. |
| NBOBaseClassVector |
getChildren() Returns a list of all classes derived from this class. |
| NBOBaseClassVector |
getSubElements() Returns a list of all child elements contained in this class. |
| void |
fromJsonFile(String path, boolean validate) Populates this object from a JSON file. |
| void |
fromJsonFile(String path) Populates this object from a JSON file. |
| void |
fromJsonString(String json_string, boolean validate) Populates this object from a JSON string. |
| void |
fromJsonString(String json_string) Populates this object from a JSON string. |
| void |
fromXmlFile(String path, boolean validate) Populates this object from a XML file. |
| void |
fromXmlFile(String path) Populates this object from a XML file. |
| void |
fromXmlString(String xml_string, boolean validate) Populates this object from a XML string. |
| void |
fromXmlString(String xml_string) Populates this object from a XML string. |
| void |
toXmlFile(String filename, boolean validate) Serializes this object to an XML file. |
| void |
toXmlFile(String filename) Serializes this object to an XML file. |
| String |
toXmlString(boolean validate) Serializes this object to an XML string. |
| String |
toXmlString() Serializes this object to an XML string. |
| void |
setID(ReagentID_Type value, boolean validate) Sets the value of the ID attribute. |
| void |
setID(ReagentID_Type value) Sets the value of the ID attribute. |
| ReagentID_Type |
getID() Returns the value of the ID attribute. |
| void |
resetID() Resets the ID attribute to an unset state. |
| boolean |
hasID() Checks whether the optional ID attribute is present. |
| void |
setName(String value, boolean validate) Sets the value of the Name attribute. |
| void |
setName(String value) Sets the value of the Name attribute. |
| String |
getName() Returns the value of the Name attribute. |
| void |
resetName() Resets the Name attribute to an unset state. |
| boolean |
hasName() Checks whether the Name attribute is present. |
| void |
setReagentIdentifier(String value, boolean validate) Sets the value of the ReagentIdentifier attribute. |
| void |
setReagentIdentifier(String value) Sets the value of the ReagentIdentifier attribute. |
| String |
getReagentIdentifier() Returns the value of the ReagentIdentifier attribute. |
| void |
resetReagentIdentifier() Resets the ReagentIdentifier attribute to an unset state. |
| boolean |
hasReagentIdentifier() Checks whether the ReagentIdentifier attribute is present. |
| void |
setDescription(Reagent_InlineDescription value, boolean validate) Sets the value of the Description element. |
| void |
setDescription(Reagent_InlineDescription value) Sets the value of the Description element. |
| Reagent_InlineDescription |
getDescription() Returns the value of the Description element. |
| void |
resetDescription() Resets the Description element to an unset state. |
| boolean |
hasDescription() Checks whether the optional Description element is present. |
| void |
setAnnotationRef_List(AnnotationRefVector value, boolean validate) Sets the list of AnnotationRef elements. |
| void |
setAnnotationRef_List(AnnotationRefVector value) Sets the list of AnnotationRef elements. |
| AnnotationRefVector |
getAnnotationRef_List() Returns the list of AnnotationRef elements. |
| void |
addToAnnotationRef_List(AnnotationRef value, boolean validate) Adds a new AnnotationRef element to this object. |
| void |
addToAnnotationRef_List(AnnotationRef value) Adds a new AnnotationRef element to this object. |
| void |
clearAnnotationRef_List() Clear the list of AnnotationRef. |
| Reagent |
__internal_create(long cPtr, boolean own) |
| Reagent |
fromBase(NBOBaseClass base) Cast a NBOBaseClass to a Reagent. |
| StringSet |
getNameAllowedValues() Returns the allowed values for this attribut. |
| StringSet |
getReagentIdentifierAllowedValues() Returns the allowed values for this attribut. |
Protected Functions
Additional inherited members
Protected Functions inherited from com.inscoper.nbo.NBOBaseClass
Detailed Description
public class com.inscoper.nbo.Reagent;
Represents the XML element Reagent.
Reagent is used to describe a chemical or some other physical experimental parameter.
Public Functions Documentation
function delete
function Reagent
function getTypeName
function getXMLName
function getNBOType
function getChildren
function getSubElements
function fromJsonFile
function fromJsonFile
function fromJsonString
function fromJsonString
function fromXmlFile
function fromXmlFile
function fromXmlString
function fromXmlString
function toXmlFile
function toXmlFile
function toXmlString
function toXmlString
function setID
function setID
function getID
function resetID
function hasID
function setName
function setName
function getName
function resetName
function hasName
function setReagentIdentifier
function setReagentIdentifier
function getReagentIdentifier
function resetReagentIdentifier
function hasReagentIdentifier
function setDescription
function setDescription
function getDescription
function resetDescription
function hasDescription
function setAnnotationRef_List
function setAnnotationRef_List
function getAnnotationRef_List
function addToAnnotationRef_List
function addToAnnotationRef_List
function clearAnnotationRef_List
function __internal_create
function fromBase
function getNameAllowedValues
function getReagentIdentifierAllowedValues
Protected Functions Documentation
function Reagent
function swigSetCMemOwn
function finalize
function getCPtr