Package org.apache.openejb.jee.wls
Class Compatibility
- java.lang.Object
-
- org.apache.openejb.jee.wls.Compatibility
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanallowReadonlyCreateAndRemoveprotected BooleandisableStringTrimmingprotected BooleanfindersReturnNullsprotected Stringidprotected BooleanserializeByteArrayToOracleBlobprotected BooleanserializeCharArrayToBytes
-
Constructor Summary
Constructors Constructor Description Compatibility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAllowReadonlyCreateAndRemove()Gets the value of the allowReadonlyCreateAndRemove property.BooleangetDisableStringTrimming()Gets the value of the disableStringTrimming property.BooleangetFindersReturnNulls()Gets the value of the findersReturnNulls property.StringgetId()Gets the value of the id property.BooleangetSerializeByteArrayToOracleBlob()Gets the value of the serializeByteArrayToOracleBlob property.BooleangetSerializeCharArrayToBytes()Gets the value of the serializeCharArrayToBytes property.voidsetAllowReadonlyCreateAndRemove(Boolean value)Sets the value of the allowReadonlyCreateAndRemove property.voidsetDisableStringTrimming(Boolean value)Sets the value of the disableStringTrimming property.voidsetFindersReturnNulls(Boolean value)Sets the value of the findersReturnNulls property.voidsetId(String value)Sets the value of the id property.voidsetSerializeByteArrayToOracleBlob(Boolean value)Sets the value of the serializeByteArrayToOracleBlob property.voidsetSerializeCharArrayToBytes(Boolean value)Sets the value of the serializeCharArrayToBytes property.
-
-
-
Field Detail
-
serializeByteArrayToOracleBlob
protected Boolean serializeByteArrayToOracleBlob
-
serializeCharArrayToBytes
protected Boolean serializeCharArrayToBytes
-
allowReadonlyCreateAndRemove
protected Boolean allowReadonlyCreateAndRemove
-
disableStringTrimming
protected Boolean disableStringTrimming
-
findersReturnNulls
protected Boolean findersReturnNulls
-
id
protected String id
-
-
Method Detail
-
getSerializeByteArrayToOracleBlob
public Boolean getSerializeByteArrayToOracleBlob()
Gets the value of the serializeByteArrayToOracleBlob property.- Returns:
- possible object is
Boolean
-
setSerializeByteArrayToOracleBlob
public void setSerializeByteArrayToOracleBlob(Boolean value)
Sets the value of the serializeByteArrayToOracleBlob property.- Parameters:
value- allowed object isBoolean
-
getSerializeCharArrayToBytes
public Boolean getSerializeCharArrayToBytes()
Gets the value of the serializeCharArrayToBytes property.- Returns:
- possible object is
Boolean
-
setSerializeCharArrayToBytes
public void setSerializeCharArrayToBytes(Boolean value)
Sets the value of the serializeCharArrayToBytes property.- Parameters:
value- allowed object isBoolean
-
getAllowReadonlyCreateAndRemove
public Boolean getAllowReadonlyCreateAndRemove()
Gets the value of the allowReadonlyCreateAndRemove property.- Returns:
- possible object is
Boolean
-
setAllowReadonlyCreateAndRemove
public void setAllowReadonlyCreateAndRemove(Boolean value)
Sets the value of the allowReadonlyCreateAndRemove property.- Parameters:
value- allowed object isBoolean
-
getDisableStringTrimming
public Boolean getDisableStringTrimming()
Gets the value of the disableStringTrimming property.- Returns:
- possible object is
Boolean
-
setDisableStringTrimming
public void setDisableStringTrimming(Boolean value)
Sets the value of the disableStringTrimming property.- Parameters:
value- allowed object isBoolean
-
getFindersReturnNulls
public Boolean getFindersReturnNulls()
Gets the value of the findersReturnNulls property.- Returns:
- possible object is
Boolean
-
setFindersReturnNulls
public void setFindersReturnNulls(Boolean value)
Sets the value of the findersReturnNulls property.- Parameters:
value- allowed object isBoolean
-
-