java.lang.Object
com.independentsoft.office.spreadsheet.Schema

public class Schema extends Object
The Class Schema.
  • Constructor Details

    • Schema

      public Schema()
      Instantiates a new schema.
  • Method Details

    • clone

      public Schema clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getID

      public String getID()
      Gets the id.
      Returns:
      the id
    • setID

      public void setID(String id)
      Sets the id.
      Parameters:
      id - the new id
    • getNamespace

      public String getNamespace()
      Gets the namespace.
      Returns:
      the namespace
    • setNamespace

      public void setNamespace(String ns)
      Sets the namespace.
      Parameters:
      ns - the new namespace
    • getReference

      public String getReference()
      Gets the reference.
      Returns:
      the reference
    • setReference

      public void setReference(String reference)
      Sets the reference.
      Parameters:
      reference - the new reference
    • getInnerXml

      public String getInnerXml()
      Gets the inner xml.
      Returns:
      the inner xml
    • setInnerXml

      public void setInnerXml(String innerXml)
      Sets the inner xml.
      Parameters:
      innerXml - the new inner xml