A B C D E G H I L M P R S T U W X

S

Sequence - interface commonj.sdo.Sequence.
A sequence is a heterogeneous list of properties and corresponding values.
save(DataObject, String, String) - Method in interface commonj.sdo.helper.XMLHelper
Returns the DataObject saved as an XML document with the specified root element.
save(DataObject, String, String, OutputStream) - Method in interface commonj.sdo.helper.XMLHelper
Saves the DataObject as an XML document with the specified root element.
save(XMLDocument, OutputStream, Object) - Method in interface commonj.sdo.helper.XMLHelper
Serializes an XMLDocument as an XML document into the outputStream.
save(XMLDocument, Writer, Object) - Method in interface commonj.sdo.helper.XMLHelper
Serializes an XMLDocument as an XML document into the outputWriter.
set(String, Object) - Method in interface commonj.sdo.DataObject
Sets a property of either this object or an object reachable from it, as identified by the specified path, to the specified value.
set(int, Object) - Method in interface commonj.sdo.DataObject
Sets the property at the specified index in property list of this object's type, to the specified value.
set(Property, Object) - Method in interface commonj.sdo.DataObject
Sets the value of the given property of the object to the new value.
setBigDecimal(String, BigDecimal) - Method in interface commonj.sdo.DataObject
Sets the value of a BigDecimal property identified by the specified path, to the specified value.
setBigDecimal(int, BigDecimal) - Method in interface commonj.sdo.DataObject
Sets the value of a BigDecimal property identified by the specified property index, to the specified value.
setBigDecimal(Property, BigDecimal) - Method in interface commonj.sdo.DataObject
Sets the value of the specified BigDecimal property, to the specified value.
setBigInteger(String, BigInteger) - Method in interface commonj.sdo.DataObject
Sets the value of a BigInteger property identified by the specified path, to the specified value.
setBigInteger(int, BigInteger) - Method in interface commonj.sdo.DataObject
Sets the value of a BigInteger property identified by the specified property index, to the specified value.
setBigInteger(Property, BigInteger) - Method in interface commonj.sdo.DataObject
Sets the value of the specified BigInteger property, to the specified value.
setBoolean(String, boolean) - Method in interface commonj.sdo.DataObject
Sets the value of a boolean property identified by the specified path, to the specified value.
setBoolean(int, boolean) - Method in interface commonj.sdo.DataObject
Sets the value of a boolean property identified by the specified property index, to the specified value.
setBoolean(Property, boolean) - Method in interface commonj.sdo.DataObject
Sets the value of the specified boolean property, to the specified value.
setByte(String, byte) - Method in interface commonj.sdo.DataObject
Sets the value of a byte property identified by the specified path, to the specified value.
setByte(int, byte) - Method in interface commonj.sdo.DataObject
Sets the value of a byte property identified by the specified property index, to the specified value.
setByte(Property, byte) - Method in interface commonj.sdo.DataObject
Sets the value of the specified byte property, to the specified value.
setBytes(String, byte[]) - Method in interface commonj.sdo.DataObject
Sets the value of a byte[] property identified by the specified path, to the specified value.
setBytes(int, byte[]) - Method in interface commonj.sdo.DataObject
Sets the value of a byte[] property identified by the specified property index, to the specified value.
setBytes(Property, byte[]) - Method in interface commonj.sdo.DataObject
Sets the value of the specified byte[] property, to the specified value.
setChar(String, char) - Method in interface commonj.sdo.DataObject
Sets the value of a char property identified by the specified path, to the specified value.
setChar(int, char) - Method in interface commonj.sdo.DataObject
Sets the value of a char property identified by the specified property index, to the specified value.
setChar(Property, char) - Method in interface commonj.sdo.DataObject
Sets the value of the specified char property, to the specified value.
setDataObject(String, DataObject) - Method in interface commonj.sdo.DataObject
Sets the value of a DataObject property identified by the specified path, to the specified value.
setDataObject(int, DataObject) - Method in interface commonj.sdo.DataObject
Sets the value of a DataObject property identified by the specified property index, to the specified value.
setDataObject(Property, DataObject) - Method in interface commonj.sdo.DataObject
Sets the value of the specified DataObject property, to the specified value.
setDate(String, Date) - Method in interface commonj.sdo.DataObject
Sets the value of a Date property identified by the specified path, to the specified value.
setDate(int, Date) - Method in interface commonj.sdo.DataObject
Sets the value of a Date property identified by the specified property index, to the specified value.
setDate(Property, Date) - Method in interface commonj.sdo.DataObject
Sets the value of the specified Date property, to the specified value.
setDouble(String, double) - Method in interface commonj.sdo.DataObject
Sets the value of a double property identified by the specified path, to the specified value.
setDouble(int, double) - Method in interface commonj.sdo.DataObject
Sets the value of a double property identified by the specified property index, to the specified value.
setDouble(Property, double) - Method in interface commonj.sdo.DataObject
Sets the value of the specified double property, to the specified value.
setEncoding(String) - Method in interface commonj.sdo.helper.XMLDocument
Set the XML encoding of the document, or null if not specified.
setFloat(String, float) - Method in interface commonj.sdo.DataObject
Sets the value of a float property identified by the specified path, to the specified value.
setFloat(int, float) - Method in interface commonj.sdo.DataObject
Sets the value of a float property identified by the specified property index, to the specified value.
setFloat(Property, float) - Method in interface commonj.sdo.DataObject
Sets the value of the specified float property, to the specified value.
setInt(String, int) - Method in interface commonj.sdo.DataObject
Sets the value of a int property identified by the specified path, to the specified value.
setInt(int, int) - Method in interface commonj.sdo.DataObject
Sets the value of a int property identified by the specified property index, to the specified value.
setInt(Property, int) - Method in interface commonj.sdo.DataObject
Sets the value of the specified int property, to the specified value.
setList(String, List) - Method in interface commonj.sdo.DataObject
Sets the value of a List property identified by the specified path, to the specified value.
setList(int, List) - Method in interface commonj.sdo.DataObject
Sets the value of a List property identified by the specified property index, to the specified value.
setList(Property, List) - Method in interface commonj.sdo.DataObject
Sets the value of the specified List property, to the specified value.
setLong(String, long) - Method in interface commonj.sdo.DataObject
Sets the value of a long property identified by the specified path, to the specified value.
setLong(int, long) - Method in interface commonj.sdo.DataObject
Sets the value of a long property identified by the specified property index, to the specified value.
setLong(Property, long) - Method in interface commonj.sdo.DataObject
Sets the value of the specified long property, to the specified value.
setNoNamespaceSchemaLocation(String) - Method in interface commonj.sdo.helper.XMLDocument
Sets the value of the noNamespaceSchemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if it should not be present.
setSchemaLocation(String) - Method in interface commonj.sdo.helper.XMLDocument
Sets the value of the schemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if it should not be present.
setShort(String, short) - Method in interface commonj.sdo.DataObject
Sets the value of a short property identified by the specified path, to the specified value.
setShort(int, short) - Method in interface commonj.sdo.DataObject
Sets the value of a short property identified by the specified property index, to the specified value.
setShort(Property, short) - Method in interface commonj.sdo.DataObject
Sets the value of the specified short property, to the specified value.
setString(String, String) - Method in interface commonj.sdo.DataObject
Sets the value of a String property identified by the specified path, to the specified value.
setString(int, String) - Method in interface commonj.sdo.DataObject
Sets the value of a String property identified by the specified property index, to the specified value.
setString(Property, String) - Method in interface commonj.sdo.DataObject
Sets the value of the specified String property, to the specified value.
setValue(int, Object) - Method in interface commonj.sdo.Sequence
Sets the entry at a specified index to the new value.
setXMLDeclaration(boolean) - Method in interface commonj.sdo.helper.XMLDocument
Set the XML declaration version of the document.
setXMLVersion(String) - Method in interface commonj.sdo.helper.XMLDocument
Set the XML version of the document, or null if not specified.
size() - Method in interface commonj.sdo.Sequence
Returns the number of entries in the sequence.

A B C D E G H I L M P R S T U W X