Skip to content

com.inscoper.nbo.Folder

Represents the XML element Folder. More...

Inherits from com.inscoper.nbo.NBOBaseClass

Public Functions

Name
synchronized void delete()
Folder()
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(FolderID_Type value, boolean validate)
Sets the value of the ID attribute.
void setID(FolderID_Type value)
Sets the value of the ID attribute.
FolderID_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 setDescription(Folder_InlineDescription value, boolean validate)
Sets the value of the Description element.
void setDescription(Folder_InlineDescription value)
Sets the value of the Description element.
Folder_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 setFolderRef_List(FolderRefVector value, boolean validate)
Sets the list of FolderRef elements.
void setFolderRef_List(FolderRefVector value)
Sets the list of FolderRef elements.
FolderRefVector getFolderRef_List()
Returns the list of FolderRef elements.
void addToFolderRef_List(FolderRef value, boolean validate)
Adds a new FolderRef element to this object.
void addToFolderRef_List(FolderRef value)
Adds a new FolderRef element to this object.
void clearFolderRef_List()
Clear the list of FolderRef.
void setImageRef_List(ImageRefVector value, boolean validate)
Sets the list of ImageRef elements.
void setImageRef_List(ImageRefVector value)
Sets the list of ImageRef elements.
ImageRefVector getImageRef_List()
Returns the list of ImageRef elements.
void addToImageRef_List(ImageRef value, boolean validate)
Adds a new ImageRef element to this object.
void addToImageRef_List(ImageRef value)
Adds a new ImageRef element to this object.
void clearImageRef_List()
Clear the list of ImageRef.
void setROIRef_List(ROIRefVector value, boolean validate)
Sets the list of ROIRef elements.
void setROIRef_List(ROIRefVector value)
Sets the list of ROIRef elements.
ROIRefVector getROIRef_List()
Returns the list of ROIRef elements.
void addToROIRef_List(ROIRef value, boolean validate)
Adds a new ROIRef element to this object.
void addToROIRef_List(ROIRef value)
Adds a new ROIRef element to this object.
void clearROIRef_List()
Clear the list of ROIRef.
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.
Folder __internal_create(long cPtr, boolean own)
Folder fromBase(NBOBaseClass base)
Cast a NBOBaseClass to a Folder.
StringSet getNameAllowedValues()
Returns the allowed values for this attribut.

Protected Functions

Name
Folder(long cPtr, boolean cMemoryOwn)
void swigSetCMemOwn(boolean own)
void finalize()
long getCPtr(Folder 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.Folder;

Represents the XML element Folder.

An element specifying a possibly heterogeneous collection of data. Folders may contain Folders so that data may be organized within a tree of Folders. Data may be in multiple Folders but a Folder may not be in more than one other Folder.

Public Functions Documentation

function delete

function Folder

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 setDescription

function setDescription

function getDescription

function resetDescription

function hasDescription

function setFolderRef_List

function setFolderRef_List

function getFolderRef_List

function addToFolderRef_List

function addToFolderRef_List

function clearFolderRef_List

function setImageRef_List

function setImageRef_List

function getImageRef_List

function addToImageRef_List

function addToImageRef_List

function clearImageRef_List

function setROIRef_List

function setROIRef_List

function getROIRef_List

function addToROIRef_List

function addToROIRef_List

function clearROIRef_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

Protected Functions Documentation

function Folder

function swigSetCMemOwn

function finalize

function getCPtr