Class DefaultTablespace


  • public class DefaultTablespace
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="tables" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="indexes" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="history" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Detail

      • getTables

        public String getTables()
        Gets the value of the tables property.
        Returns:
        possible object is String
      • setTables

        public void setTables​(String value)
        Sets the value of the tables property.
        Parameters:
        value - allowed object is String
      • getIndexes

        public String getIndexes()
        Gets the value of the indexes property.
        Returns:
        possible object is String
      • setIndexes

        public void setIndexes​(String value)
        Sets the value of the indexes property.
        Parameters:
        value - allowed object is String
      • getHistory

        public String getHistory()
        Gets the value of the history property.
        Returns:
        possible object is String
      • setHistory

        public void setHistory​(String value)
        Sets the value of the history property.
        Parameters:
        value - allowed object is String