org.apache.openejb.jee.wls
Class Compatibility

java.lang.Object
  extended by org.apache.openejb.jee.wls.Compatibility

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>
 


Field Summary
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 Summary
Compatibility()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serializeByteArrayToOracleBlob

protected java.lang.Boolean serializeByteArrayToOracleBlob

serializeCharArrayToBytes

protected java.lang.Boolean serializeCharArrayToBytes

allowReadonlyCreateAndRemove

protected java.lang.Boolean allowReadonlyCreateAndRemove

disableStringTrimming

protected java.lang.Boolean disableStringTrimming

findersReturnNulls

protected java.lang.Boolean findersReturnNulls

id

protected java.lang.String id
Constructor Detail

Compatibility

public Compatibility()
Method Detail

getSerializeByteArrayToOracleBlob

public java.lang.Boolean getSerializeByteArrayToOracleBlob()
Gets the value of the serializeByteArrayToOracleBlob property.

Returns:
possible object is Boolean

setSerializeByteArrayToOracleBlob

public void setSerializeByteArrayToOracleBlob(java.lang.Boolean value)
Sets the value of the serializeByteArrayToOracleBlob property.

Parameters:
value - allowed object is Boolean

getSerializeCharArrayToBytes

public java.lang.Boolean getSerializeCharArrayToBytes()
Gets the value of the serializeCharArrayToBytes property.

Returns:
possible object is Boolean

setSerializeCharArrayToBytes

public void setSerializeCharArrayToBytes(java.lang.Boolean value)
Sets the value of the serializeCharArrayToBytes property.

Parameters:
value - allowed object is Boolean

getAllowReadonlyCreateAndRemove

public java.lang.Boolean getAllowReadonlyCreateAndRemove()
Gets the value of the allowReadonlyCreateAndRemove property.

Returns:
possible object is Boolean

setAllowReadonlyCreateAndRemove

public void setAllowReadonlyCreateAndRemove(java.lang.Boolean value)
Sets the value of the allowReadonlyCreateAndRemove property.

Parameters:
value - allowed object is Boolean

getDisableStringTrimming

public java.lang.Boolean getDisableStringTrimming()
Gets the value of the disableStringTrimming property.

Returns:
possible object is Boolean

setDisableStringTrimming

public void setDisableStringTrimming(java.lang.Boolean value)
Sets the value of the disableStringTrimming property.

Parameters:
value - allowed object is Boolean

getFindersReturnNulls

public java.lang.Boolean getFindersReturnNulls()
Gets the value of the findersReturnNulls property.

Returns:
possible object is Boolean

setFindersReturnNulls

public void setFindersReturnNulls(java.lang.Boolean value)
Sets the value of the findersReturnNulls property.

Parameters:
value - allowed object is Boolean

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.