|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.wls.SqlShape
public class SqlShape
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>
Field Summary | |
---|---|
protected Description |
description
|
protected List<String> |
ejbRelationName
|
protected BigInteger |
passThroughColumns
|
protected String |
sqlShapeName
|
protected List<Table> |
table
|
Constructor Summary | |
---|---|
SqlShape()
|
Method Summary | |
---|---|
Description |
getDescription()
Gets the value of the description property. |
List<String> |
getEjbRelationName()
Gets the value of the ejbRelationName property. |
BigInteger |
getPassThroughColumns()
Gets the value of the passThroughColumns property. |
String |
getSqlShapeName()
Gets the value of the sqlShapeName property. |
List<Table> |
getTable()
Gets the value of the table property. |
void |
setDescription(Description value)
Sets the value of the description property. |
void |
setPassThroughColumns(BigInteger value)
Sets the value of the passThroughColumns property. |
void |
setSqlShapeName(String value)
Sets the value of the sqlShapeName property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Description description
protected String sqlShapeName
protected List<Table> table
protected BigInteger passThroughColumns
protected List<String> ejbRelationName
Constructor Detail |
---|
public SqlShape()
Method Detail |
---|
public Description getDescription()
Description
public void setDescription(Description value)
value
- allowed object is
Description
public String getSqlShapeName()
String
public void setSqlShapeName(String value)
value
- allowed object is
String
public List<Table> getTable()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a 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 BigInteger getPassThroughColumns()
BigInteger
public void setPassThroughColumns(BigInteger value)
value
- allowed object is
BigInteger
public List<String> getEjbRelationName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |