Skip to content

com.inscoper.nbo.Screen

Represents the XML element Screen. More...

Inherits from com.inscoper.nbo.NBOBaseClass

Public Functions

Name
synchronized void delete()
Screen()
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(ScreenID_Type value, boolean validate)
Sets the value of the ID attribute.
void setID(ScreenID_Type value)
Sets the value of the ID attribute.
ScreenID_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 setProtocolIdentifier(String value, boolean validate)
Sets the value of the ProtocolIdentifier attribute.
void setProtocolIdentifier(String value)
Sets the value of the ProtocolIdentifier attribute.
String getProtocolIdentifier()
Returns the value of the ProtocolIdentifier attribute.
void resetProtocolIdentifier()
Resets the ProtocolIdentifier attribute to an unset state.
boolean hasProtocolIdentifier()
Checks whether the ProtocolIdentifier attribute is present.
void setProtocolDescription(String value, boolean validate)
Sets the value of the ProtocolDescription attribute.
void setProtocolDescription(String value)
Sets the value of the ProtocolDescription attribute.
String getProtocolDescription()
Returns the value of the ProtocolDescription attribute.
void resetProtocolDescription()
Resets the ProtocolDescription attribute to an unset state.
boolean hasProtocolDescription()
Checks whether the ProtocolDescription attribute is present.
void setReagentSetDescription(String value, boolean validate)
Sets the value of the ReagentSetDescription attribute.
void setReagentSetDescription(String value)
Sets the value of the ReagentSetDescription attribute.
String getReagentSetDescription()
Returns the value of the ReagentSetDescription attribute.
void resetReagentSetDescription()
Resets the ReagentSetDescription attribute to an unset state.
boolean hasReagentSetDescription()
Checks whether the ReagentSetDescription attribute is present.
void setReagentSetIdentifier(String value, boolean validate)
Sets the value of the ReagentSetIdentifier attribute.
void setReagentSetIdentifier(String value)
Sets the value of the ReagentSetIdentifier attribute.
String getReagentSetIdentifier()
Returns the value of the ReagentSetIdentifier attribute.
void resetReagentSetIdentifier()
Resets the ReagentSetIdentifier attribute to an unset state.
boolean hasReagentSetIdentifier()
Checks whether the ReagentSetIdentifier attribute is present.
void setType(String value, boolean validate)
Sets the value of the Type attribute.
void setType(String value)
Sets the value of the Type attribute.
String getType()
Returns the value of the Type attribute.
void resetType()
Resets the Type attribute to an unset state.
boolean hasType()
Checks whether the Type attribute is present.
void setDescription(Screen_InlineDescription value, boolean validate)
Sets the value of the Description element.
void setDescription(Screen_InlineDescription value)
Sets the value of the Description element.
Screen_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 setReagent_List(ReagentVector value, boolean validate)
Sets the list of Reagent elements.
void setReagent_List(ReagentVector value)
Sets the list of Reagent elements.
ReagentVector getReagent_List()
Returns the list of Reagent elements.
void addToReagent_List(Reagent value, boolean validate)
Adds a new Reagent element to this object.
void addToReagent_List(Reagent value)
Adds a new Reagent element to this object.
void clearReagent_List()
Clear the list of Reagent.
void setPlateRef_List(Screen_InlinePlateRefVector value, boolean validate)
Sets the list of PlateRef elements.
void setPlateRef_List(Screen_InlinePlateRefVector value)
Sets the list of PlateRef elements.
Screen_InlinePlateRefVector getPlateRef_List()
Returns the list of PlateRef elements.
void addToPlateRef_List(Screen_InlinePlateRef value, boolean validate)
Adds a new PlateRef element to this object.
void addToPlateRef_List(Screen_InlinePlateRef value)
Adds a new PlateRef element to this object.
void clearPlateRef_List()
Clear the list of PlateRef.
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.
Screen __internal_create(long cPtr, boolean own)
Screen fromBase(NBOBaseClass base)
Cast a NBOBaseClass to a Screen.
StringSet getNameAllowedValues()
Returns the allowed values for this attribut.
StringSet getProtocolIdentifierAllowedValues()
Returns the allowed values for this attribut.
StringSet getProtocolDescriptionAllowedValues()
Returns the allowed values for this attribut.
StringSet getReagentSetDescriptionAllowedValues()
Returns the allowed values for this attribut.
StringSet getReagentSetIdentifierAllowedValues()
Returns the allowed values for this attribut.
StringSet getTypeAllowedValues()
Returns the allowed values for this attribut.

Protected Functions

Name
Screen(long cPtr, boolean cMemoryOwn)
void swigSetCMemOwn(boolean own)
void finalize()
long getCPtr(Screen obj)

Additional inherited members

Protected Functions inherited from com.inscoper.nbo.NBOBaseClass

Name
NBOBaseClass(long cPtr, boolean cMemoryOwn)

Detailed Description

public class com.inscoper.nbo.Screen;

Represents the XML element Screen.

The Screen element is a grouping for Plates. The required attribute is the Screen's Name and ID - both must be unique within the document. The Screen element may contain an ExternalRef attribute that refers to an external database. A description of the screen may be specified in the Description element. Screens may contain overlapping sets of Plates i.e. Screens and Plates have a many-to-many relationship. Plates contain one or more ScreenRef elements to specify what screens they belong to.

Public Functions Documentation

function delete

function Screen

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 setProtocolIdentifier

function setProtocolIdentifier

function getProtocolIdentifier

function resetProtocolIdentifier

function hasProtocolIdentifier

function setProtocolDescription

function setProtocolDescription

function getProtocolDescription

function resetProtocolDescription

function hasProtocolDescription

function setReagentSetDescription

function setReagentSetDescription

function getReagentSetDescription

function resetReagentSetDescription

function hasReagentSetDescription

function setReagentSetIdentifier

function setReagentSetIdentifier

function getReagentSetIdentifier

function resetReagentSetIdentifier

function hasReagentSetIdentifier

function setType

function setType

function getType

function resetType

function hasType

function setDescription

function setDescription

function getDescription

function resetDescription

function hasDescription

function setReagent_List

function setReagent_List

function getReagent_List

function addToReagent_List

function addToReagent_List

function clearReagent_List

function setPlateRef_List

function setPlateRef_List

function getPlateRef_List

function addToPlateRef_List

function addToPlateRef_List

function clearPlateRef_List

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 getProtocolIdentifierAllowedValues

function getProtocolDescriptionAllowedValues

function getReagentSetDescriptionAllowedValues

function getReagentSetIdentifierAllowedValues

function getTypeAllowedValues

Protected Functions Documentation

function Screen

function swigSetCMemOwn

function finalize

function getCPtr