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

      • serializeByteArrayToOracleBlob

        protected Boolean serializeByteArrayToOracleBlob
      • serializeCharArrayToBytes

        protected Boolean serializeCharArrayToBytes
      • allowReadonlyCreateAndRemove

        protected Boolean allowReadonlyCreateAndRemove
      • disableStringTrimming

        protected Boolean disableStringTrimming
      • findersReturnNulls

        protected Boolean findersReturnNulls
    • 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