org.apache.openejb.jee.wls
Class Compatibility

java.lang.Object
  extended by 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
protected  Boolean allowReadonlyCreateAndRemove
           
protected  Boolean disableStringTrimming
           
protected  Boolean findersReturnNulls
           
protected  String id
           
protected  Boolean serializeByteArrayToOracleBlob
           
protected  Boolean serializeCharArrayToBytes
           
 
Constructor Summary
Compatibility()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

Compatibility

public Compatibility()
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 is Boolean

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 is Boolean

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 is Boolean

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 is Boolean

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 is Boolean

getId

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

Returns:
possible object is String

setId

public void setId(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.