Interface CTWebPublishItem
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_WebPublishItem(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTWebPublishItem> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the "autoRepublish" attributeGets the "destinationFile" attributegetDivId()Gets the "divId" attributelonggetId()Gets the "id" attributeGets the "sourceObject" attributeGets the "sourceRef" attributeGets the "sourceType" attributegetTitle()Gets the "title" attributebooleanTrue if has "autoRepublish" attributebooleanTrue if has "sourceObject" attributebooleanTrue if has "sourceRef" attributebooleanTrue if has "title" attributevoidsetAutoRepublish(boolean autoRepublish) Sets the "autoRepublish" attributevoidsetDestinationFile(String destinationFile) Sets the "destinationFile" attributevoidSets the "divId" attributevoidsetId(long id) Sets the "id" attributevoidsetSourceObject(String sourceObject) Sets the "sourceObject" attributevoidsetSourceRef(String sourceRef) Sets the "sourceRef" attributevoidsetSourceType(STWebSourceType.Enum sourceType) Sets the "sourceType" attributevoidSets the "title" attributevoidUnsets the "autoRepublish" attributevoidUnsets the "sourceObject" attributevoidUnsets the "sourceRef" attributevoidUnsets the "title" attributeGets (as xml) the "autoRepublish" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "destinationFile" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "divId" attributexgetId()Gets (as xml) the "id" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "sourceObject" attributeGets (as xml) the "sourceRef" attributeGets (as xml) the "sourceType" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "title" attributevoidxsetAutoRepublish(XmlBoolean autoRepublish) Sets (as xml) the "autoRepublish" attributevoidxsetDestinationFile(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring destinationFile) Sets (as xml) the "destinationFile" attributevoidxsetDivId(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring divId) Sets (as xml) the "divId" attributevoidxsetId(XmlUnsignedInt id) Sets (as xml) the "id" attributevoidxsetSourceObject(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring sourceObject) Sets (as xml) the "sourceObject" attributevoidxsetSourceRef(STRef sourceRef) Sets (as xml) the "sourceRef" attributevoidxsetSourceType(STWebSourceType sourceType) Sets (as xml) the "sourceType" attributevoidxsetTitle(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring title) Sets (as xml) the "title" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
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
Sets (as xml) the "id" attribute -
getDivId
String getDivId()Gets the "divId" attribute -
xgetDivId
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetDivId()Gets (as xml) the "divId" attribute -
setDivId
Sets the "divId" attribute -
getSourceType
STWebSourceType.Enum getSourceType()Gets the "sourceType" attribute -
xgetSourceType
STWebSourceType xgetSourceType()Gets (as xml) the "sourceType" attribute -
setSourceType
Sets the "sourceType" attribute -
xsetSourceType
Sets (as xml) the "sourceType" attribute -
getSourceRef
String getSourceRef()Gets the "sourceRef" attribute -
xgetSourceRef
STRef xgetSourceRef()Gets (as xml) the "sourceRef" attribute -
isSetSourceRef
boolean isSetSourceRef()True if has "sourceRef" attribute -
setSourceRef
Sets the "sourceRef" attribute -
xsetSourceRef
Sets (as xml) the "sourceRef" attribute -
unsetSourceRef
void unsetSourceRef()Unsets the "sourceRef" attribute -
getSourceObject
String getSourceObject()Gets the "sourceObject" attribute -
xgetSourceObject
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetSourceObject()Gets (as xml) the "sourceObject" attribute -
isSetSourceObject
boolean isSetSourceObject()True if has "sourceObject" attribute -
setSourceObject
Sets the "sourceObject" attribute -
unsetSourceObject
void unsetSourceObject()Unsets the "sourceObject" attribute -
getDestinationFile
String getDestinationFile()Gets the "destinationFile" attribute -
xgetDestinationFile
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetDestinationFile()Gets (as xml) the "destinationFile" attribute -
setDestinationFile
Sets the "destinationFile" attribute -
getTitle
String getTitle()Gets the "title" attribute -
xgetTitle
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetTitle()Gets (as xml) the "title" attribute -
isSetTitle
boolean isSetTitle()True if has "title" attribute -
setTitle
Sets 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
Sets (as xml) the "autoRepublish" attribute -
unsetAutoRepublish
void unsetAutoRepublish()Unsets the "autoRepublish" attribute
-