Skip to content

com.inscoper.nbo.External

Represents the XML element External. More...

Inherits from com.inscoper.nbo.NBOBaseClass

Public Functions

Name
synchronized void delete()
External()
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 sethref(String value, boolean validate)
Sets the value of the href attribute.
void sethref(String value)
Sets the value of the href attribute.
String gethref()
Returns the value of the href attribute.
void resethref()
Resets the href attribute to an unset state.
boolean hashref()
Checks whether the href attribute is present.
void setSHA1(Hex40_Type value, boolean validate)
Sets the value of the SHA1 attribute.
void setSHA1(Hex40_Type value)
Sets the value of the SHA1 attribute.
Hex40_Type getSHA1()
Returns the value of the SHA1 attribute.
void resetSHA1()
Resets the SHA1 attribute to an unset state.
boolean hasSHA1()
Checks whether the optional SHA1 attribute is present.
void setCompression(String value, boolean validate)
Sets the value of the Compression attribute.
void setCompression(String value)
Sets the value of the Compression attribute.
String getCompression()
Returns the value of the Compression attribute.
void resetCompression()
Resets the Compression attribute to an unset state.
boolean hasCompression()
Checks whether the Compression attribute is present.
External __internal_create(long cPtr, boolean own)
External fromBase(NBOBaseClass base)
Cast a NBOBaseClass to a External.
StringSet gethrefAllowedValues()
Returns the allowed values for this attribut.
StringSet getCompressionAllowedValues()
Returns the allowed values for this attribut.

Protected Functions

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

Represents the XML element External.

No description available in the XSD standard.

Public Functions Documentation

function delete

function External

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 sethref

function sethref

function gethref

function resethref

function hashref

function setSHA1

function setSHA1

function getSHA1

function resetSHA1

function hasSHA1

function setCompression

function setCompression

function getCompression

function resetCompression

function hasCompression

function __internal_create

function fromBase

function gethrefAllowedValues

function getCompressionAllowedValues

Protected Functions Documentation

function External

function swigSetCMemOwn

function finalize

function getCPtr