public class SqlShape
extends java.lang.Object
Java class for sql-shape complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sql-shape"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.bea.com/ns/weblogic/90}description" minOccurs="0"/> <element name="sql-shape-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="table" type="{http://www.bea.com/ns/weblogic/90}table" maxOccurs="unbounded" minOccurs="0"/> <element name="pass-through-columns" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="ejb-relation-name" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Description |
description |
protected java.util.List<java.lang.String> |
ejbRelationName |
protected java.math.BigInteger |
passThroughColumns |
protected java.lang.String |
sqlShapeName |
protected java.util.List<Table> |
table |
Constructor and Description |
---|
SqlShape() |
Modifier and Type | Method and Description |
---|---|
Description |
getDescription()
Gets the value of the description property.
|
java.util.List<java.lang.String> |
getEjbRelationName()
Gets the value of the ejbRelationName property.
|
java.math.BigInteger |
getPassThroughColumns()
Gets the value of the passThroughColumns property.
|
java.lang.String |
getSqlShapeName()
Gets the value of the sqlShapeName property.
|
java.util.List<Table> |
getTable()
Gets the value of the table property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setPassThroughColumns(java.math.BigInteger value)
Sets the value of the passThroughColumns property.
|
void |
setSqlShapeName(java.lang.String value)
Sets the value of the sqlShapeName property.
|
protected Description description
protected java.lang.String sqlShapeName
protected java.util.List<Table> table
protected java.math.BigInteger passThroughColumns
protected java.util.List<java.lang.String> ejbRelationName
public Description getDescription()
Description
public void setDescription(Description value)
value
- allowed object is
Description
public java.lang.String getSqlShapeName()
String
public void setSqlShapeName(java.lang.String value)
value
- allowed object is
String
public java.util.List<Table> getTable()
set
method for the table property.
For example, to add a new item, do as follows:
getTable().add(newItem);Objects of the following type(s) are allowed in the list
Table
public java.math.BigInteger getPassThroughColumns()
BigInteger
public void setPassThroughColumns(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.util.List<java.lang.String> getEjbRelationName()
set
method for the ejbRelationName property.
For example, to add a new item, do as follows:
getEjbRelationName().add(newItem);Objects of the following type(s) are allowed in the list
String