Interface CTSlideSyncProperties
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTSlideSyncProperties extends XmlObject
An XML CT_SlideSyncProperties(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTSlideSyncProperties.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 CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementjava.util.CalendargetClientInsertedTime()Gets the "clientInsertedTime" attributeCTExtensionListgetExtLst()Gets the "extLst" elementjava.lang.StringgetServerSldId()Gets the "serverSldId" attributejava.util.CalendargetServerSldModifiedTime()Gets the "serverSldModifiedTime" attributebooleanisSetExtLst()True if has "extLst" elementvoidsetClientInsertedTime(java.util.Calendar clientInsertedTime)Sets the "clientInsertedTime" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetServerSldId(java.lang.String serverSldId)Sets the "serverSldId" attributevoidsetServerSldModifiedTime(java.util.Calendar serverSldModifiedTime)Sets the "serverSldModifiedTime" attributevoidunsetExtLst()Unsets the "extLst" elementXmlDateTimexgetClientInsertedTime()Gets (as xml) the "clientInsertedTime" attributeXmlStringxgetServerSldId()Gets (as xml) the "serverSldId" attributeXmlDateTimexgetServerSldModifiedTime()Gets (as xml) the "serverSldModifiedTime" attributevoidxsetClientInsertedTime(XmlDateTime clientInsertedTime)Sets (as xml) the "clientInsertedTime" attributevoidxsetServerSldId(XmlString serverSldId)Sets (as xml) the "serverSldId" attributevoidxsetServerSldModifiedTime(XmlDateTime serverSldModifiedTime)Sets (as xml) the "serverSldModifiedTime" 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
-
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
-
getServerSldId
java.lang.String getServerSldId()
Gets the "serverSldId" attribute
-
xgetServerSldId
XmlString xgetServerSldId()
Gets (as xml) the "serverSldId" attribute
-
setServerSldId
void setServerSldId(java.lang.String serverSldId)
Sets the "serverSldId" attribute
-
xsetServerSldId
void xsetServerSldId(XmlString serverSldId)
Sets (as xml) the "serverSldId" attribute
-
getServerSldModifiedTime
java.util.Calendar getServerSldModifiedTime()
Gets the "serverSldModifiedTime" attribute
-
xgetServerSldModifiedTime
XmlDateTime xgetServerSldModifiedTime()
Gets (as xml) the "serverSldModifiedTime" attribute
-
setServerSldModifiedTime
void setServerSldModifiedTime(java.util.Calendar serverSldModifiedTime)
Sets the "serverSldModifiedTime" attribute
-
xsetServerSldModifiedTime
void xsetServerSldModifiedTime(XmlDateTime serverSldModifiedTime)
Sets (as xml) the "serverSldModifiedTime" attribute
-
getClientInsertedTime
java.util.Calendar getClientInsertedTime()
Gets the "clientInsertedTime" attribute
-
xgetClientInsertedTime
XmlDateTime xgetClientInsertedTime()
Gets (as xml) the "clientInsertedTime" attribute
-
setClientInsertedTime
void setClientInsertedTime(java.util.Calendar clientInsertedTime)
Sets the "clientInsertedTime" attribute
-
xsetClientInsertedTime
void xsetClientInsertedTime(XmlDateTime clientInsertedTime)
Sets (as xml) the "clientInsertedTime" attribute
-
-