.. java:import:: java.io IOException .. java:import:: java.util Map .. java:import:: org.json JSONArray .. java:import:: org.json JSONException .. java:import:: org.json JSONObject .. java:import:: org.json JSONTokener .. java:import:: com.fasterxml.jackson.core.util ByteArrayBuilder DataContainer ============= .. java:package:: com.idopte.scmapi :noindex: .. java:type:: public class DataContainer extends TokenObject This class describes a data container object. Inherits from \ :java:ref:`TokenObject`\ . Note that the constructor is not intended to be called by user code. Such objects are constructed internally by the API. Constructors ------------ DataContainer ^^^^^^^^^^^^^ .. java:constructor:: DataContainer(JSONObject objectInfos, Token parent) throws SCMException :outertype: DataContainer Methods ------- getApplication ^^^^^^^^^^^^^^ .. java:method:: public String getApplication() :outertype: DataContainer getLabel ^^^^^^^^ .. java:method:: public String getLabel() :outertype: DataContainer Gets the label of the data container. :return: the label of the data container. getModifiable ^^^^^^^^^^^^^ .. java:method:: public boolean getModifiable() :outertype: DataContainer getPrivate ^^^^^^^^^^ .. java:method:: public boolean getPrivate() :outertype: DataContainer getToken ^^^^^^^^ .. java:method:: public boolean getToken() :outertype: DataContainer getValue ^^^^^^^^ .. java:method:: public byte[] getValue() throws SCMException :outertype: DataContainer setValue ^^^^^^^^ .. java:method:: public void setValue(byte[] value) throws SCMException, IOException, JSONException :outertype: DataContainer