Class Schema

  • All Implemented Interfaces:
    java.io.Serializable, XMLAppendable

    public class Schema
    extends java.lang.Object
    implements java.io.Serializable, XMLAppendable

    Java class for Schema complex type.

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

     <complexType name="Schema">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="catalog_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="schema_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String catalogName  
      protected java.lang.String comment  
      protected java.lang.String schemaName  
    • Constructor Summary

      Constructors 
      Constructor Description
      Schema()  
    • Field Detail

      • catalogName

        protected java.lang.String catalogName
      • schemaName

        protected java.lang.String schemaName
      • comment

        protected java.lang.String comment
    • Constructor Detail

      • Schema

        public Schema()
    • Method Detail

      • getCatalogName

        public java.lang.String getCatalogName()
        Gets the value of the catalogName property.
        Returns:
        possible object is String
      • setCatalogName

        public void setCatalogName​(java.lang.String value)
        Sets the value of the catalogName property.
        Parameters:
        value - allowed object is String
      • getSchemaName

        public java.lang.String getSchemaName()
        Gets the value of the schemaName property.
        Returns:
        possible object is String
      • setSchemaName

        public void setSchemaName​(java.lang.String value)
        Sets the value of the schemaName property.
        Parameters:
        value - allowed object is String
      • getComment

        public java.lang.String getComment()
        Gets the value of the comment property.
        Returns:
        possible object is String
      • setComment

        public void setComment​(java.lang.String value)
        Sets the value of the comment property.
        Parameters:
        value - allowed object is String
      • withCatalogName

        public Schema withCatalogName​(java.lang.String value)
      • withSchemaName

        public Schema withSchemaName​(java.lang.String value)
      • withComment

        public Schema withComment​(java.lang.String value)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object