Interface CTWebPublishObject
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTWebPublishObject extends XmlObject
An XML CT_WebPublishObject(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTWebPublishObject.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 booleangetAutoRepublish()Gets the "autoRepublish" attributejava.lang.StringgetDestinationFile()Gets the "destinationFile" attributejava.lang.StringgetDivId()Gets the "divId" attributelonggetId()Gets the "id" attributejava.lang.StringgetSourceObject()Gets the "sourceObject" attributejava.lang.StringgetTitle()Gets the "title" attributebooleanisSetAutoRepublish()True if has "autoRepublish" attributebooleanisSetSourceObject()True if has "sourceObject" attributebooleanisSetTitle()True if has "title" attributevoidsetAutoRepublish(boolean autoRepublish)Sets the "autoRepublish" attributevoidsetDestinationFile(java.lang.String destinationFile)Sets the "destinationFile" attributevoidsetDivId(java.lang.String divId)Sets the "divId" attributevoidsetId(long id)Sets the "id" attributevoidsetSourceObject(java.lang.String sourceObject)Sets the "sourceObject" attributevoidsetTitle(java.lang.String title)Sets the "title" attributevoidunsetAutoRepublish()Unsets the "autoRepublish" attributevoidunsetSourceObject()Unsets the "sourceObject" attributevoidunsetTitle()Unsets the "title" attributeXmlBooleanxgetAutoRepublish()Gets (as xml) the "autoRepublish" attributeSTXstringxgetDestinationFile()Gets (as xml) the "destinationFile" attributeSTXstringxgetDivId()Gets (as xml) the "divId" attributeXmlUnsignedIntxgetId()Gets (as xml) the "id" attributeSTXstringxgetSourceObject()Gets (as xml) the "sourceObject" attributeSTXstringxgetTitle()Gets (as xml) the "title" attributevoidxsetAutoRepublish(XmlBoolean autoRepublish)Sets (as xml) the "autoRepublish" attributevoidxsetDestinationFile(STXstring destinationFile)Sets (as xml) the "destinationFile" attributevoidxsetDivId(STXstring divId)Sets (as xml) the "divId" attributevoidxsetId(XmlUnsignedInt id)Sets (as xml) the "id" attributevoidxsetSourceObject(STXstring sourceObject)Sets (as xml) the "sourceObject" attributevoidxsetTitle(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
-
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
-
-