Skip to content

com.inscoper.nbo.BinaryFile

Represents the XML element BinaryFile. More...

Inherits from com.inscoper.nbo.NBOBaseClass

Public Functions

Name
synchronized void delete()
BinaryFile()
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 setFileName(String value, boolean validate)
Sets the value of the FileName attribute.
void setFileName(String value)
Sets the value of the FileName attribute.
String getFileName()
Returns the value of the FileName attribute.
void resetFileName()
Resets the FileName attribute to an unset state.
boolean hasFileName()
Checks whether the FileName attribute is present.
void setSize(NonNegativeLong_Type value, boolean validate)
Sets the value of the Size attribute.
void setSize(NonNegativeLong_Type value)
Sets the value of the Size attribute.
NonNegativeLong_Type getSize()
Returns the value of the Size attribute.
void resetSize()
Resets the Size attribute to an unset state.
boolean hasSize()
Checks whether the optional Size attribute is present.
void setMIMEType(String value, boolean validate)
Sets the value of the MIMEType attribute.
void setMIMEType(String value)
Sets the value of the MIMEType attribute.
String getMIMEType()
Returns the value of the MIMEType attribute.
void resetMIMEType()
Resets the MIMEType attribute to an unset state.
boolean hasMIMEType()
Checks whether the MIMEType attribute is present.
void setbinaryfile_choice(BinaryFile_Choice value, boolean validate)
Sets the value of the binaryfile_choice element.
void setbinaryfile_choice(BinaryFile_Choice value)
Sets the value of the binaryfile_choice element.
BinaryFile_Choice getbinaryfile_choice()
Returns the value of the binaryfile_choice element.
void resetbinaryfile_choice()
Resets the binaryfile_choice element to an unset state.
boolean hasbinaryfile_choice()
Checks whether the optional binaryfile_choice element is present.
BinaryFile __internal_create(long cPtr, boolean own)
BinaryFile fromBase(NBOBaseClass base)
Cast a NBOBaseClass to a BinaryFile.
StringSet getFileNameAllowedValues()
Returns the allowed values for this attribut.
StringSet getMIMETypeAllowedValues()
Returns the allowed values for this attribut.

Protected Functions

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

Represents the XML element BinaryFile.

Size of the uncompressed file. [unit:bytes]

Public Functions Documentation

function delete

function BinaryFile

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 setFileName

function setFileName

function getFileName

function resetFileName

function hasFileName

function setSize

function setSize

function getSize

function resetSize

function hasSize

function setMIMEType

function setMIMEType

function getMIMEType

function resetMIMEType

function hasMIMEType

function setbinaryfile_choice

function setbinaryfile_choice

function getbinaryfile_choice

function resetbinaryfile_choice

function hasbinaryfile_choice

function __internal_create

function fromBase

function getFileNameAllowedValues

function getMIMETypeAllowedValues

Protected Functions Documentation

function BinaryFile

function swigSetCMemOwn

function finalize

function getCPtr