Interface CTSharedItems

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTSharedItems extends XmlObject
An XML CT_SharedItems(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getMList

      List<CTMissing> getMList()
      Gets a List of "m" elements
    • getMArray

      CTMissing[] getMArray()
      Gets array of all "m" elements
    • getMArray

      CTMissing getMArray(int i)
      Gets ith "m" element
    • sizeOfMArray

      int sizeOfMArray()
      Returns number of "m" element
    • setMArray

      void setMArray(CTMissing[] mArray)
      Sets array of all "m" element
    • setMArray

      void setMArray(int i, CTMissing m)
      Sets ith "m" element
    • insertNewM

      CTMissing insertNewM(int i)
      Inserts and returns a new empty value (as xml) as the ith "m" element
    • addNewM

      CTMissing addNewM()
      Appends and returns a new empty value (as xml) as the last "m" element
    • removeM

      void removeM(int i)
      Removes the ith "m" element
    • getNList

      List<CTNumber> getNList()
      Gets a List of "n" elements
    • getNArray

      CTNumber[] getNArray()
      Gets array of all "n" elements
    • getNArray

      CTNumber getNArray(int i)
      Gets ith "n" element
    • sizeOfNArray

      int sizeOfNArray()
      Returns number of "n" element
    • setNArray

      void setNArray(CTNumber[] nArray)
      Sets array of all "n" element
    • setNArray

      void setNArray(int i, CTNumber n)
      Sets ith "n" element
    • insertNewN

      CTNumber insertNewN(int i)
      Inserts and returns a new empty value (as xml) as the ith "n" element
    • addNewN

      CTNumber addNewN()
      Appends and returns a new empty value (as xml) as the last "n" element
    • removeN

      void removeN(int i)
      Removes the ith "n" element
    • getBList

      List<CTBoolean> getBList()
      Gets a List of "b" elements
    • getBArray

      CTBoolean[] getBArray()
      Gets array of all "b" elements
    • getBArray

      CTBoolean getBArray(int i)
      Gets ith "b" element
    • sizeOfBArray

      int sizeOfBArray()
      Returns number of "b" element
    • setBArray

      void setBArray(CTBoolean[] bArray)
      Sets array of all "b" element
    • setBArray

      void setBArray(int i, CTBoolean b)
      Sets ith "b" element
    • insertNewB

      CTBoolean insertNewB(int i)
      Inserts and returns a new empty value (as xml) as the ith "b" element
    • addNewB

      CTBoolean addNewB()
      Appends and returns a new empty value (as xml) as the last "b" element
    • removeB

      void removeB(int i)
      Removes the ith "b" element
    • getEList

      List<CTError> getEList()
      Gets a List of "e" elements
    • getEArray

      CTError[] getEArray()
      Gets array of all "e" elements
    • getEArray

      CTError getEArray(int i)
      Gets ith "e" element
    • sizeOfEArray

      int sizeOfEArray()
      Returns number of "e" element
    • setEArray

      void setEArray(CTError[] eArray)
      Sets array of all "e" element
    • setEArray

      void setEArray(int i, CTError e)
      Sets ith "e" element
    • insertNewE

      CTError insertNewE(int i)
      Inserts and returns a new empty value (as xml) as the ith "e" element
    • addNewE

      CTError addNewE()
      Appends and returns a new empty value (as xml) as the last "e" element
    • removeE

      void removeE(int i)
      Removes the ith "e" element
    • getSList

      List<CTString> getSList()
      Gets a List of "s" elements
    • getSArray

      CTString[] getSArray()
      Gets array of all "s" elements
    • getSArray

      CTString getSArray(int i)
      Gets ith "s" element
    • sizeOfSArray

      int sizeOfSArray()
      Returns number of "s" element
    • setSArray

      void setSArray(CTString[] sArray)
      Sets array of all "s" element
    • setSArray

      void setSArray(int i, CTString s)
      Sets ith "s" element
    • insertNewS

      CTString insertNewS(int i)
      Inserts and returns a new empty value (as xml) as the ith "s" element
    • addNewS

      CTString addNewS()
      Appends and returns a new empty value (as xml) as the last "s" element
    • removeS

      void removeS(int i)
      Removes the ith "s" element
    • getDList

      List<CTDateTime> getDList()
      Gets a List of "d" elements
    • getDArray

      CTDateTime[] getDArray()
      Gets array of all "d" elements
    • getDArray

      CTDateTime getDArray(int i)
      Gets ith "d" element
    • sizeOfDArray

      int sizeOfDArray()
      Returns number of "d" element
    • setDArray

      void setDArray(CTDateTime[] dArray)
      Sets array of all "d" element
    • setDArray

      void setDArray(int i, CTDateTime d)
      Sets ith "d" element
    • insertNewD

      CTDateTime insertNewD(int i)
      Inserts and returns a new empty value (as xml) as the ith "d" element
    • addNewD

      CTDateTime addNewD()
      Appends and returns a new empty value (as xml) as the last "d" element
    • removeD

      void removeD(int i)
      Removes the ith "d" element
    • getContainsSemiMixedTypes

      boolean getContainsSemiMixedTypes()
      Gets the "containsSemiMixedTypes" attribute
    • xgetContainsSemiMixedTypes

      XmlBoolean xgetContainsSemiMixedTypes()
      Gets (as xml) the "containsSemiMixedTypes" attribute
    • isSetContainsSemiMixedTypes

      boolean isSetContainsSemiMixedTypes()
      True if has "containsSemiMixedTypes" attribute
    • setContainsSemiMixedTypes

      void setContainsSemiMixedTypes(boolean containsSemiMixedTypes)
      Sets the "containsSemiMixedTypes" attribute
    • xsetContainsSemiMixedTypes

      void xsetContainsSemiMixedTypes(XmlBoolean containsSemiMixedTypes)
      Sets (as xml) the "containsSemiMixedTypes" attribute
    • unsetContainsSemiMixedTypes

      void unsetContainsSemiMixedTypes()
      Unsets the "containsSemiMixedTypes" attribute
    • getContainsNonDate

      boolean getContainsNonDate()
      Gets the "containsNonDate" attribute
    • xgetContainsNonDate

      XmlBoolean xgetContainsNonDate()
      Gets (as xml) the "containsNonDate" attribute
    • isSetContainsNonDate

      boolean isSetContainsNonDate()
      True if has "containsNonDate" attribute
    • setContainsNonDate

      void setContainsNonDate(boolean containsNonDate)
      Sets the "containsNonDate" attribute
    • xsetContainsNonDate

      void xsetContainsNonDate(XmlBoolean containsNonDate)
      Sets (as xml) the "containsNonDate" attribute
    • unsetContainsNonDate

      void unsetContainsNonDate()
      Unsets the "containsNonDate" attribute
    • getContainsDate

      boolean getContainsDate()
      Gets the "containsDate" attribute
    • xgetContainsDate

      XmlBoolean xgetContainsDate()
      Gets (as xml) the "containsDate" attribute
    • isSetContainsDate

      boolean isSetContainsDate()
      True if has "containsDate" attribute
    • setContainsDate

      void setContainsDate(boolean containsDate)
      Sets the "containsDate" attribute
    • xsetContainsDate

      void xsetContainsDate(XmlBoolean containsDate)
      Sets (as xml) the "containsDate" attribute
    • unsetContainsDate

      void unsetContainsDate()
      Unsets the "containsDate" attribute
    • getContainsString

      boolean getContainsString()
      Gets the "containsString" attribute
    • xgetContainsString

      XmlBoolean xgetContainsString()
      Gets (as xml) the "containsString" attribute
    • isSetContainsString

      boolean isSetContainsString()
      True if has "containsString" attribute
    • setContainsString

      void setContainsString(boolean containsString)
      Sets the "containsString" attribute
    • xsetContainsString

      void xsetContainsString(XmlBoolean containsString)
      Sets (as xml) the "containsString" attribute
    • unsetContainsString

      void unsetContainsString()
      Unsets the "containsString" attribute
    • getContainsBlank

      boolean getContainsBlank()
      Gets the "containsBlank" attribute
    • xgetContainsBlank

      XmlBoolean xgetContainsBlank()
      Gets (as xml) the "containsBlank" attribute
    • isSetContainsBlank

      boolean isSetContainsBlank()
      True if has "containsBlank" attribute
    • setContainsBlank

      void setContainsBlank(boolean containsBlank)
      Sets the "containsBlank" attribute
    • xsetContainsBlank

      void xsetContainsBlank(XmlBoolean containsBlank)
      Sets (as xml) the "containsBlank" attribute
    • unsetContainsBlank

      void unsetContainsBlank()
      Unsets the "containsBlank" attribute
    • getContainsMixedTypes

      boolean getContainsMixedTypes()
      Gets the "containsMixedTypes" attribute
    • xgetContainsMixedTypes

      XmlBoolean xgetContainsMixedTypes()
      Gets (as xml) the "containsMixedTypes" attribute
    • isSetContainsMixedTypes

      boolean isSetContainsMixedTypes()
      True if has "containsMixedTypes" attribute
    • setContainsMixedTypes

      void setContainsMixedTypes(boolean containsMixedTypes)
      Sets the "containsMixedTypes" attribute
    • xsetContainsMixedTypes

      void xsetContainsMixedTypes(XmlBoolean containsMixedTypes)
      Sets (as xml) the "containsMixedTypes" attribute
    • unsetContainsMixedTypes

      void unsetContainsMixedTypes()
      Unsets the "containsMixedTypes" attribute
    • getContainsNumber

      boolean getContainsNumber()
      Gets the "containsNumber" attribute
    • xgetContainsNumber

      XmlBoolean xgetContainsNumber()
      Gets (as xml) the "containsNumber" attribute
    • isSetContainsNumber

      boolean isSetContainsNumber()
      True if has "containsNumber" attribute
    • setContainsNumber

      void setContainsNumber(boolean containsNumber)
      Sets the "containsNumber" attribute
    • xsetContainsNumber

      void xsetContainsNumber(XmlBoolean containsNumber)
      Sets (as xml) the "containsNumber" attribute
    • unsetContainsNumber

      void unsetContainsNumber()
      Unsets the "containsNumber" attribute
    • getContainsInteger

      boolean getContainsInteger()
      Gets the "containsInteger" attribute
    • xgetContainsInteger

      XmlBoolean xgetContainsInteger()
      Gets (as xml) the "containsInteger" attribute
    • isSetContainsInteger

      boolean isSetContainsInteger()
      True if has "containsInteger" attribute
    • setContainsInteger

      void setContainsInteger(boolean containsInteger)
      Sets the "containsInteger" attribute
    • xsetContainsInteger

      void xsetContainsInteger(XmlBoolean containsInteger)
      Sets (as xml) the "containsInteger" attribute
    • unsetContainsInteger

      void unsetContainsInteger()
      Unsets the "containsInteger" attribute
    • getMinValue

      double getMinValue()
      Gets the "minValue" attribute
    • xgetMinValue

      XmlDouble xgetMinValue()
      Gets (as xml) the "minValue" attribute
    • isSetMinValue

      boolean isSetMinValue()
      True if has "minValue" attribute
    • setMinValue

      void setMinValue(double minValue)
      Sets the "minValue" attribute
    • xsetMinValue

      void xsetMinValue(XmlDouble minValue)
      Sets (as xml) the "minValue" attribute
    • unsetMinValue

      void unsetMinValue()
      Unsets the "minValue" attribute
    • getMaxValue

      double getMaxValue()
      Gets the "maxValue" attribute
    • xgetMaxValue

      XmlDouble xgetMaxValue()
      Gets (as xml) the "maxValue" attribute
    • isSetMaxValue

      boolean isSetMaxValue()
      True if has "maxValue" attribute
    • setMaxValue

      void setMaxValue(double maxValue)
      Sets the "maxValue" attribute
    • xsetMaxValue

      void xsetMaxValue(XmlDouble maxValue)
      Sets (as xml) the "maxValue" attribute
    • unsetMaxValue

      void unsetMaxValue()
      Unsets the "maxValue" attribute
    • getMinDate

      Calendar getMinDate()
      Gets the "minDate" attribute
    • xgetMinDate

      XmlDateTime xgetMinDate()
      Gets (as xml) the "minDate" attribute
    • isSetMinDate

      boolean isSetMinDate()
      True if has "minDate" attribute
    • setMinDate

      void setMinDate(Calendar minDate)
      Sets the "minDate" attribute
    • xsetMinDate

      void xsetMinDate(XmlDateTime minDate)
      Sets (as xml) the "minDate" attribute
    • unsetMinDate

      void unsetMinDate()
      Unsets the "minDate" attribute
    • getMaxDate

      Calendar getMaxDate()
      Gets the "maxDate" attribute
    • xgetMaxDate

      XmlDateTime xgetMaxDate()
      Gets (as xml) the "maxDate" attribute
    • isSetMaxDate

      boolean isSetMaxDate()
      True if has "maxDate" attribute
    • setMaxDate

      void setMaxDate(Calendar maxDate)
      Sets the "maxDate" attribute
    • xsetMaxDate

      void xsetMaxDate(XmlDateTime maxDate)
      Sets (as xml) the "maxDate" attribute
    • unsetMaxDate

      void unsetMaxDate()
      Unsets the "maxDate" attribute
    • getCount

      long getCount()
      Gets the "count" attribute
    • xgetCount

      XmlUnsignedInt xgetCount()
      Gets (as xml) the "count" attribute
    • isSetCount

      boolean isSetCount()
      True if has "count" attribute
    • setCount

      void setCount(long count)
      Sets the "count" attribute
    • xsetCount

      void xsetCount(XmlUnsignedInt count)
      Sets (as xml) the "count" attribute
    • unsetCount

      void unsetCount()
      Unsets the "count" attribute
    • getLongText

      boolean getLongText()
      Gets the "longText" attribute
    • xgetLongText

      XmlBoolean xgetLongText()
      Gets (as xml) the "longText" attribute
    • isSetLongText

      boolean isSetLongText()
      True if has "longText" attribute
    • setLongText

      void setLongText(boolean longText)
      Sets the "longText" attribute
    • xsetLongText

      void xsetLongText(XmlBoolean longText)
      Sets (as xml) the "longText" attribute
    • unsetLongText

      void unsetLongText()
      Unsets the "longText" attribute