Interface CTSharedUser

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getExtLst

      CTExtensionList getExtLst()
      Gets the "extLst" element
    • isSetExtLst

      boolean isSetExtLst()
      True if has "extLst" element
    • setExtLst

      void setExtLst(CTExtensionList extLst)
      Sets the "extLst" element
    • addNewExtLst

      CTExtensionList addNewExtLst()
      Appends and returns a new empty "extLst" element
    • unsetExtLst

      void unsetExtLst()
      Unsets the "extLst" element
    • getGuid

      String getGuid()
      Gets the "guid" attribute
    • xgetGuid

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetGuid()
      Gets (as xml) the "guid" attribute
    • setGuid

      void setGuid(String guid)
      Sets the "guid" attribute
    • xsetGuid

      void xsetGuid(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid guid)
      Sets (as xml) the "guid" attribute
    • getName

      String getName()
      Gets the "name" attribute
    • xgetName

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()
      Gets (as xml) the "name" attribute
    • setName

      void setName(String name)
      Sets the "name" attribute
    • xsetName

      void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name)
      Sets (as xml) the "name" attribute
    • getId

      int getId()
      Gets the "id" attribute
    • xgetId

      XmlInt xgetId()
      Gets (as xml) the "id" attribute
    • setId

      void setId(int id)
      Sets the "id" attribute
    • xsetId

      void xsetId(XmlInt id)
      Sets (as xml) the "id" attribute
    • getDateTime

      Calendar getDateTime()
      Gets the "dateTime" attribute
    • xgetDateTime

      XmlDateTime xgetDateTime()
      Gets (as xml) the "dateTime" attribute
    • setDateTime

      void setDateTime(Calendar dateTime)
      Sets the "dateTime" attribute
    • xsetDateTime

      void xsetDateTime(XmlDateTime dateTime)
      Sets (as xml) the "dateTime" attribute