Class SqlShape


  • 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>
     
    • Constructor Detail

      • SqlShape

        public SqlShape()
    • Method Detail

      • getDescription

        public Description getDescription()
        Gets the value of the description property.
        Returns:
        possible object is Description
      • setDescription

        public void setDescription​(Description value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is Description
      • getSqlShapeName

        public String getSqlShapeName()
        Gets the value of the sqlShapeName property.
        Returns:
        possible object is String
      • setSqlShapeName

        public void setSqlShapeName​(String value)
        Sets the value of the sqlShapeName property.
        Parameters:
        value - allowed object is String
      • getTable

        public List<Table> getTable()
        Gets the value of the table property. 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
      • getPassThroughColumns

        public BigInteger getPassThroughColumns()
        Gets the value of the passThroughColumns property.
        Returns:
        possible object is BigInteger
      • setPassThroughColumns

        public void setPassThroughColumns​(BigInteger value)
        Sets the value of the passThroughColumns property.
        Parameters:
        value - allowed object is BigInteger
      • getEjbRelationName

        public List<String> getEjbRelationName()
        Gets the value of the ejbRelationName property. 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