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 class
CTSlideSyncProperties.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 CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementjava.util.Calendar
getClientInsertedTime()
Gets the "clientInsertedTime" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementjava.lang.String
getServerSldId()
Gets the "serverSldId" attributejava.util.Calendar
getServerSldModifiedTime()
Gets the "serverSldModifiedTime" attributeboolean
isSetExtLst()
True if has "extLst" elementvoid
setClientInsertedTime(java.util.Calendar clientInsertedTime)
Sets the "clientInsertedTime" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setServerSldId(java.lang.String serverSldId)
Sets the "serverSldId" attributevoid
setServerSldModifiedTime(java.util.Calendar serverSldModifiedTime)
Sets the "serverSldModifiedTime" attributevoid
unsetExtLst()
Unsets the "extLst" elementXmlDateTime
xgetClientInsertedTime()
Gets (as xml) the "clientInsertedTime" attributeXmlString
xgetServerSldId()
Gets (as xml) the "serverSldId" attributeXmlDateTime
xgetServerSldModifiedTime()
Gets (as xml) the "serverSldModifiedTime" attributevoid
xsetClientInsertedTime(XmlDateTime clientInsertedTime)
Sets (as xml) the "clientInsertedTime" attributevoid
xsetServerSldId(XmlString serverSldId)
Sets (as xml) the "serverSldId" attributevoid
xsetServerSldModifiedTime(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
-
-