com.inscoper.nbo.BinData¶
Represents the XML element BinData. More...
Inherits from com.inscoper.nbo.base64Binary_Type, com.inscoper.nbo.NBOBaseClass
Public Functions¶
| Name | |
|---|---|
| synchronized void | delete() |
| BinData() | |
| 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 | 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. |
| void | setBigEndian(boolean value, boolean validate) Sets the value of the BigEndian attribute. |
| void | setBigEndian(boolean value) Sets the value of the BigEndian attribute. |
| boolean | getBigEndian() Returns the value of the BigEndian attribute. |
| void | resetBigEndian() Resets the BigEndian attribute to an unset state. |
| boolean | hasBigEndian() Checks whether the BigEndian attribute is present. |
| void | setLength(NonNegativeLong_Type value, boolean validate) Sets the value of the Length attribute. |
| void | setLength(NonNegativeLong_Type value) Sets the value of the Length attribute. |
| NonNegativeLong_Type | getLength() Returns the value of the Length attribute. |
| void | resetLength() Resets the Length attribute to an unset state. |
| boolean | hasLength() Checks whether the optional Length attribute is present. |
| BinData | __internal_create(long cPtr, boolean own) |
| BinData | fromBase(NBOBaseClass base) Cast a NBOBaseClass to a BinData. |
| StringSet | getCompressionAllowedValues() Returns the allowed values for this attribut. |
Protected Functions¶
| Name | |
|---|---|
| BinData(long cPtr, boolean cMemoryOwn) | |
| void | swigSetCMemOwn(boolean own) |
| void | finalize() |
| long | getCPtr(BinData obj) |
Additional inherited members¶
Public Functions inherited from com.inscoper.nbo.base64Binary_Type
| Name | |
|---|---|
| base64Binary_Type() | |
| void | set(String v, boolean validate) Assigns a new value to this object. |
| void | set(String v) Assigns a new value to this object. |
| String | get() Returns the value of this object. |
| StringSet | getAllowedValues() Returns the allowed values for this object. |
| String | getPattern() Returns the pattern for this object. |
Protected Functions inherited from com.inscoper.nbo.base64Binary_Type
| Name | |
|---|---|
| base64Binary_Type(long cPtr, boolean cMemoryOwn) |
Protected Functions inherited from com.inscoper.nbo.NBOBaseClass
| Name | |
|---|---|
| NBOBaseClass(long cPtr, boolean cMemoryOwn) |
Detailed Description¶
Represents the XML element BinData.
The contents of this element are base64-encoded. These are not CDATA sections, just a base64 stream.