public class SqlShape extends 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 List<String> |
ejbRelationName |
protected BigInteger |
passThroughColumns |
protected String |
sqlShapeName |
protected List<Table> |
table |
| Constructor and Description |
|---|
SqlShape() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected Description description
protected String sqlShapeName
protected BigInteger passThroughColumns
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic String getSqlShapeName()
Stringpublic void setSqlShapeName(String value)
value - allowed object is
Stringpublic 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()
BigIntegerpublic void setPassThroughColumns(BigInteger value)
value - allowed object is
BigIntegerpublic 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
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.