|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.wls.Compatibility
public class Compatibility
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 |
---|
protected Boolean serializeByteArrayToOracleBlob
protected Boolean serializeCharArrayToBytes
protected Boolean allowReadonlyCreateAndRemove
protected Boolean disableStringTrimming
protected Boolean findersReturnNulls
protected String id
Constructor Detail |
---|
public Compatibility()
Method Detail |
---|
public Boolean getSerializeByteArrayToOracleBlob()
Boolean
public void setSerializeByteArrayToOracleBlob(Boolean value)
value
- allowed object is
Boolean
public Boolean getSerializeCharArrayToBytes()
Boolean
public void setSerializeCharArrayToBytes(Boolean value)
value
- allowed object is
Boolean
public Boolean getAllowReadonlyCreateAndRemove()
Boolean
public void setAllowReadonlyCreateAndRemove(Boolean value)
value
- allowed object is
Boolean
public Boolean getDisableStringTrimming()
Boolean
public void setDisableStringTrimming(Boolean value)
value
- allowed object is
Boolean
public Boolean getFindersReturnNulls()
Boolean
public void setFindersReturnNulls(Boolean value)
value
- allowed object is
Boolean
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |