Interface CTWebPublishItem
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTWebPublishItem extends XmlObject
An XML CT_WebPublishItem(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTWebPublishItem.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getAutoRepublish()
Gets the "autoRepublish" attributejava.lang.String
getDestinationFile()
Gets the "destinationFile" attributejava.lang.String
getDivId()
Gets the "divId" attributelong
getId()
Gets the "id" attributejava.lang.String
getSourceObject()
Gets the "sourceObject" attributejava.lang.String
getSourceRef()
Gets the "sourceRef" attributeSTWebSourceType.Enum
getSourceType()
Gets the "sourceType" attributejava.lang.String
getTitle()
Gets the "title" attributeboolean
isSetAutoRepublish()
True if has "autoRepublish" attributeboolean
isSetSourceObject()
True if has "sourceObject" attributeboolean
isSetSourceRef()
True if has "sourceRef" attributeboolean
isSetTitle()
True if has "title" attributevoid
setAutoRepublish(boolean autoRepublish)
Sets the "autoRepublish" attributevoid
setDestinationFile(java.lang.String destinationFile)
Sets the "destinationFile" attributevoid
setDivId(java.lang.String divId)
Sets the "divId" attributevoid
setId(long id)
Sets the "id" attributevoid
setSourceObject(java.lang.String sourceObject)
Sets the "sourceObject" attributevoid
setSourceRef(java.lang.String sourceRef)
Sets the "sourceRef" attributevoid
setSourceType(STWebSourceType.Enum sourceType)
Sets the "sourceType" attributevoid
setTitle(java.lang.String title)
Sets the "title" attributevoid
unsetAutoRepublish()
Unsets the "autoRepublish" attributevoid
unsetSourceObject()
Unsets the "sourceObject" attributevoid
unsetSourceRef()
Unsets the "sourceRef" attributevoid
unsetTitle()
Unsets the "title" attributeXmlBoolean
xgetAutoRepublish()
Gets (as xml) the "autoRepublish" attributeSTXstring
xgetDestinationFile()
Gets (as xml) the "destinationFile" attributeSTXstring
xgetDivId()
Gets (as xml) the "divId" attributeXmlUnsignedInt
xgetId()
Gets (as xml) the "id" attributeSTXstring
xgetSourceObject()
Gets (as xml) the "sourceObject" attributeSTRef
xgetSourceRef()
Gets (as xml) the "sourceRef" attributeSTWebSourceType
xgetSourceType()
Gets (as xml) the "sourceType" attributeSTXstring
xgetTitle()
Gets (as xml) the "title" attributevoid
xsetAutoRepublish(XmlBoolean autoRepublish)
Sets (as xml) the "autoRepublish" attributevoid
xsetDestinationFile(STXstring destinationFile)
Sets (as xml) the "destinationFile" attributevoid
xsetDivId(STXstring divId)
Sets (as xml) the "divId" attributevoid
xsetId(XmlUnsignedInt id)
Sets (as xml) the "id" attributevoid
xsetSourceObject(STXstring sourceObject)
Sets (as xml) the "sourceObject" attributevoid
xsetSourceRef(STRef sourceRef)
Sets (as xml) the "sourceRef" attributevoid
xsetSourceType(STWebSourceType sourceType)
Sets (as xml) the "sourceType" attributevoid
xsetTitle(STXstring title)
Sets (as xml) the "title" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getId
long getId()
Gets the "id" attribute
-
xgetId
XmlUnsignedInt xgetId()
Gets (as xml) the "id" attribute
-
setId
void setId(long id)
Sets the "id" attribute
-
xsetId
void xsetId(XmlUnsignedInt id)
Sets (as xml) the "id" attribute
-
getDivId
java.lang.String getDivId()
Gets the "divId" attribute
-
xgetDivId
STXstring xgetDivId()
Gets (as xml) the "divId" attribute
-
setDivId
void setDivId(java.lang.String divId)
Sets the "divId" attribute
-
xsetDivId
void xsetDivId(STXstring divId)
Sets (as xml) the "divId" attribute
-
getSourceType
STWebSourceType.Enum getSourceType()
Gets the "sourceType" attribute
-
xgetSourceType
STWebSourceType xgetSourceType()
Gets (as xml) the "sourceType" attribute
-
setSourceType
void setSourceType(STWebSourceType.Enum sourceType)
Sets the "sourceType" attribute
-
xsetSourceType
void xsetSourceType(STWebSourceType sourceType)
Sets (as xml) the "sourceType" attribute
-
getSourceRef
java.lang.String getSourceRef()
Gets the "sourceRef" attribute
-
xgetSourceRef
STRef xgetSourceRef()
Gets (as xml) the "sourceRef" attribute
-
isSetSourceRef
boolean isSetSourceRef()
True if has "sourceRef" attribute
-
setSourceRef
void setSourceRef(java.lang.String sourceRef)
Sets the "sourceRef" attribute
-
xsetSourceRef
void xsetSourceRef(STRef sourceRef)
Sets (as xml) the "sourceRef" attribute
-
unsetSourceRef
void unsetSourceRef()
Unsets the "sourceRef" attribute
-
getSourceObject
java.lang.String getSourceObject()
Gets the "sourceObject" attribute
-
xgetSourceObject
STXstring xgetSourceObject()
Gets (as xml) the "sourceObject" attribute
-
isSetSourceObject
boolean isSetSourceObject()
True if has "sourceObject" attribute
-
setSourceObject
void setSourceObject(java.lang.String sourceObject)
Sets the "sourceObject" attribute
-
xsetSourceObject
void xsetSourceObject(STXstring sourceObject)
Sets (as xml) the "sourceObject" attribute
-
unsetSourceObject
void unsetSourceObject()
Unsets the "sourceObject" attribute
-
getDestinationFile
java.lang.String getDestinationFile()
Gets the "destinationFile" attribute
-
xgetDestinationFile
STXstring xgetDestinationFile()
Gets (as xml) the "destinationFile" attribute
-
setDestinationFile
void setDestinationFile(java.lang.String destinationFile)
Sets the "destinationFile" attribute
-
xsetDestinationFile
void xsetDestinationFile(STXstring destinationFile)
Sets (as xml) the "destinationFile" attribute
-
getTitle
java.lang.String getTitle()
Gets the "title" attribute
-
xgetTitle
STXstring xgetTitle()
Gets (as xml) the "title" attribute
-
isSetTitle
boolean isSetTitle()
True if has "title" attribute
-
setTitle
void setTitle(java.lang.String title)
Sets the "title" attribute
-
xsetTitle
void xsetTitle(STXstring title)
Sets (as xml) the "title" attribute
-
unsetTitle
void unsetTitle()
Unsets the "title" attribute
-
getAutoRepublish
boolean getAutoRepublish()
Gets the "autoRepublish" attribute
-
xgetAutoRepublish
XmlBoolean xgetAutoRepublish()
Gets (as xml) the "autoRepublish" attribute
-
isSetAutoRepublish
boolean isSetAutoRepublish()
True if has "autoRepublish" attribute
-
setAutoRepublish
void setAutoRepublish(boolean autoRepublish)
Sets the "autoRepublish" attribute
-
xsetAutoRepublish
void xsetAutoRepublish(XmlBoolean autoRepublish)
Sets (as xml) the "autoRepublish" attribute
-
unsetAutoRepublish
void unsetAutoRepublish()
Unsets the "autoRepublish" attribute
-
-