public class SpatialPoints extends AbstractSBase
ignoredExtensions, ignoredXMLElements, JSBML_WRONG_SBO_TERM, packageNamelistOfListeners, parent, resourceBundle| Constructor and Description |
|---|
SpatialPoints()
Creates an SpatialPoints instance
|
SpatialPoints(int level,
int version)
Creates a SpatialPoints instance with a level and version.
|
SpatialPoints(SpatialPoints sp)
Clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
append(String data)
Appends the variable data to arrayData.
|
SpatialPoints |
clone()
clones this class
|
boolean |
equals(Object object) |
String |
getArrayData()
Returns the value of
arrayData. |
int |
getArrayDataLength()
Returns the value of arrayDataLength.
|
CompressionKind |
getCompression()
Returns the value of compression.
|
DataKind |
getDataType()
Returns the value of dataType.
|
int |
hashCode() |
void |
initDefaults()
Initializes the default values using the namespace.
|
boolean |
isSetArrayData()
Returns whether
arrayData is set. |
boolean |
isSetArrayDataLength()
Returns whether arrayDataLength is set.
|
boolean |
isSetCompression()
Returns whether compression is set.
|
boolean |
isSetDataType()
Returns whether dataType is set.
|
boolean |
readAttribute(String attributeName,
String prefix,
String value) |
void |
setArrayData(String arrayData)
Sets the value of arrayData
|
void |
setArrayDataLength(int arrayDataLength)
Sets the value of arrayDataLength
|
void |
setCompression(CompressionKind compression)
Sets the value of compression
|
void |
setCompression(String compression)
Sets the value of compression
|
void |
setDataType(DataKind dataType)
Sets the value of dataType
|
void |
setDataType(String dataType)
Sets the value of dataType
|
boolean |
unsetArrayData()
Unsets the variable arrayData.
|
boolean |
unsetArrayDataLength()
Unsets the variable arrayDataLength.
|
boolean |
unsetCompression()
Unsets the variable compression.
|
boolean |
unsetDataType()
Unsets the variable dataType.
|
Map<String,String> |
writeXMLAttributes() |
addCVTerm, addDeclaredNamespace, addExtension, addPlugin, appendAnnotation, appendAnnotation, appendNotes, appendNotes, checkAndSetPackageNamespaceAndVersion, checkAndSetPackageNamespaceAndVersion, checkAttribute, checkLevelAndVersionCompatibility, createHistory, createPlugin, disablePackage, enablePackage, enablePackage, filterCVTerms, filterCVTerms, filterCVTerms, filterCVTerms, fireNodeRemovedEvent, firePropertyChange, getAllowsChildren, getAnnotation, getAnnotationString, getChildAt, getChildCount, getCVTerm, getCVTermCount, getCVTerms, getDeclaredNamespaces, getElementByMetaId, getElementBySId, getElementName, getExtension, getExtensionCount, getExtensionPackages, getHistory, getId, getIdManager, getLevel, getLevelAndVersion, getMetaId, getModel, getName, getNamespace, getNotes, getNotesString, getNumCVTerms, getNumPlugins, getPackageName, getPackageVersion, getParent, getParentSBMLObject, getPlugin, getSBMLDocument, getSBOTerm, getSBOTermID, getURI, getVersion, hasValidAnnotation, hasValidLevelVersionNamespaceCombination, isExtendedByOtherPackages, isIdMandatory, isPackageEnabled, isPackageURIEnabled, isPkgEnabled, isPkgURIEnabled, isSetAnnotation, isSetHistory, isSetId, isSetLevel, isSetLevelAndVersion, isSetMetaId, isSetName, isSetNotes, isSetPackageVErsion, isSetParentSBMLObject, isSetPlugin, isSetSBOTerm, isSetVersion, isValidLevelAndVersionCombination, isValidMetaId, notifyChildChange, registerChild, removeCVTerm, removeCVTerm, setAnnotation, setAnnotation, setAnnotation, setHistory, setId, setLevel, setMetaId, setName, setNamespace, setNotes, setNotes, setPackageVersion, setParentSBML, setParentSBMLObject, setSBOTerm, setSBOTerm, setThisAsParentSBMLObject, setVersion, unregisterChild, unsetAnnotation, unsetCVTerms, unsetExtension, unsetHistory, unsetId, unsetMetaId, unsetName, unsetNamespace, unsetNotes, unsetPlugin, unsetSBOTermaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, children, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getIndex, getListOfTreeNodeChangeListeners, getNumChildren, getRoot, getTreeNodeChangeListenerCount, getUserObject, indexOf, isLeaf, isReadingInProgress, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, setParent, toString, userObjectKeySetfinalize, getClass, notify, notifyAll, wait, wait, waitremoveTreeNodeChangeListeneraddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetpublic SpatialPoints()
public SpatialPoints(int level,
int version)
level - SBML Levelversion - SBML Versionpublic SpatialPoints(SpatialPoints sp)
public SpatialPoints clone()
clone in interface SBaseclone in class AbstractSBasepublic boolean equals(Object object)
equals in interface SBaseequals in class AbstractSBasepublic void initDefaults()
public CompressionKind getCompression()
public boolean isSetCompression()
public void setCompression(String compression)
compression - public void setCompression(CompressionKind compression)
compression - the value of compression to be set.public boolean unsetCompression()
true if compression was set before, otherwise false.public String getArrayData()
arrayData.arrayData.public boolean isSetArrayData()
arrayData is set.arrayData is set.public void setArrayData(String arrayData)
arrayData - the value of arrayData to be set.public boolean unsetArrayData()
true if arrayData was set before, otherwise false.public boolean append(String data)
true if data was appended to arrayData, otherwise false.public int getArrayDataLength()
public boolean isSetArrayDataLength()
public void setArrayDataLength(int arrayDataLength)
arrayDataLength - the value of arrayDataLength to be set.public boolean unsetArrayDataLength()
true if arrayDataLength was set before, otherwise false.public DataKind getDataType()
public boolean isSetDataType()
public void setDataType(String dataType)
dataType - public void setDataType(DataKind dataType)
dataType - the value of dataType to be set.public boolean unsetDataType()
true if dataType was set before, otherwise false.public int hashCode()
hashCode in interface SBasehashCode in class AbstractSBasepublic Map<String,String> writeXMLAttributes()
writeXMLAttributes in interface SBasewriteXMLAttributes in class AbstractSBasepublic boolean readAttribute(String attributeName, String prefix, String value)
readAttribute in interface SBasereadAttribute in class AbstractSBaseCopyright © 2009–2016. All rights reserved.