public class Compatibility extends 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 Boolean |
allowReadonlyCreateAndRemove |
protected Boolean |
disableStringTrimming |
protected Boolean |
findersReturnNulls |
protected String |
id |
protected Boolean |
serializeByteArrayToOracleBlob |
protected Boolean |
serializeCharArrayToBytes |
| Constructor and Description |
|---|
Compatibility() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowReadonlyCreateAndRemove()
Gets the value of the allowReadonlyCreateAndRemove property.
|
Boolean |
getDisableStringTrimming()
Gets the value of the disableStringTrimming property.
|
Boolean |
getFindersReturnNulls()
Gets the value of the findersReturnNulls property.
|
String |
getId()
Gets the value of the id property.
|
Boolean |
getSerializeByteArrayToOracleBlob()
Gets the value of the serializeByteArrayToOracleBlob property.
|
Boolean |
getSerializeCharArrayToBytes()
Gets the value of the serializeCharArrayToBytes property.
|
void |
setAllowReadonlyCreateAndRemove(Boolean value)
Sets the value of the allowReadonlyCreateAndRemove property.
|
void |
setDisableStringTrimming(Boolean value)
Sets the value of the disableStringTrimming property.
|
void |
setFindersReturnNulls(Boolean value)
Sets the value of the findersReturnNulls property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSerializeByteArrayToOracleBlob(Boolean value)
Sets the value of the serializeByteArrayToOracleBlob property.
|
void |
setSerializeCharArrayToBytes(Boolean value)
Sets the value of the serializeCharArrayToBytes property.
|
protected Boolean serializeByteArrayToOracleBlob
protected Boolean serializeCharArrayToBytes
protected Boolean allowReadonlyCreateAndRemove
protected Boolean disableStringTrimming
protected Boolean findersReturnNulls
protected String id
public Boolean getSerializeByteArrayToOracleBlob()
Booleanpublic void setSerializeByteArrayToOracleBlob(Boolean value)
value - allowed object is
Booleanpublic Boolean getSerializeCharArrayToBytes()
Booleanpublic void setSerializeCharArrayToBytes(Boolean value)
value - allowed object is
Booleanpublic Boolean getAllowReadonlyCreateAndRemove()
Booleanpublic void setAllowReadonlyCreateAndRemove(Boolean value)
value - allowed object is
Booleanpublic Boolean getDisableStringTrimming()
Booleanpublic void setDisableStringTrimming(Boolean value)
value - allowed object is
Booleanpublic Boolean getFindersReturnNulls()
Booleanpublic void setFindersReturnNulls(Boolean value)
value - allowed object is
BooleanCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.