public class Compatibility
extends java.lang.Object
Java class for compatibility complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="compatibility"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="serialize-byte-array-to-oracle-blob" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="serialize-char-array-to-bytes" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="allow-readonly-create-and-remove" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="disable-string-trimming" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="finders-return-nulls" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
allowReadonlyCreateAndRemove |
protected java.lang.Boolean |
disableStringTrimming |
protected java.lang.Boolean |
findersReturnNulls |
protected java.lang.String |
id |
protected java.lang.Boolean |
serializeByteArrayToOracleBlob |
protected java.lang.Boolean |
serializeCharArrayToBytes |
Constructor and Description |
---|
Compatibility() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAllowReadonlyCreateAndRemove()
Gets the value of the allowReadonlyCreateAndRemove property.
|
java.lang.Boolean |
getDisableStringTrimming()
Gets the value of the disableStringTrimming property.
|
java.lang.Boolean |
getFindersReturnNulls()
Gets the value of the findersReturnNulls property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.Boolean |
getSerializeByteArrayToOracleBlob()
Gets the value of the serializeByteArrayToOracleBlob property.
|
java.lang.Boolean |
getSerializeCharArrayToBytes()
Gets the value of the serializeCharArrayToBytes property.
|
void |
setAllowReadonlyCreateAndRemove(java.lang.Boolean value)
Sets the value of the allowReadonlyCreateAndRemove property.
|
void |
setDisableStringTrimming(java.lang.Boolean value)
Sets the value of the disableStringTrimming property.
|
void |
setFindersReturnNulls(java.lang.Boolean value)
Sets the value of the findersReturnNulls property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setSerializeByteArrayToOracleBlob(java.lang.Boolean value)
Sets the value of the serializeByteArrayToOracleBlob property.
|
void |
setSerializeCharArrayToBytes(java.lang.Boolean value)
Sets the value of the serializeCharArrayToBytes property.
|
protected java.lang.Boolean serializeByteArrayToOracleBlob
protected java.lang.Boolean serializeCharArrayToBytes
protected java.lang.Boolean allowReadonlyCreateAndRemove
protected java.lang.Boolean disableStringTrimming
protected java.lang.Boolean findersReturnNulls
protected java.lang.String id
public java.lang.Boolean getSerializeByteArrayToOracleBlob()
Boolean
public void setSerializeByteArrayToOracleBlob(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getSerializeCharArrayToBytes()
Boolean
public void setSerializeCharArrayToBytes(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getAllowReadonlyCreateAndRemove()
Boolean
public void setAllowReadonlyCreateAndRemove(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getDisableStringTrimming()
Boolean
public void setDisableStringTrimming(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getFindersReturnNulls()
Boolean
public void setFindersReturnNulls(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String