Package org.pptx4j.pml
Class CTSlideSyncProperties
java.lang.Object
org.pptx4j.pml.CTSlideSyncProperties
- All Implemented Interfaces:
Child
Java class for CT_SlideSyncProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SlideSyncProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="serverSldId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="serverSldModifiedTime" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="clientInsertedTime" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected CTExtensionListprotected Stringprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the clientInsertedTime property.Gets the value of the extLst property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the serverSldId property.Gets the value of the serverSldModifiedTime property.voidSets the value of the clientInsertedTime property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidvoidsetServerSldId(String value) Sets the value of the serverSldId property.voidSets the value of the serverSldModifiedTime property.
-
Field Details
-
extLst
-
serverSldId
-
serverSldModifiedTime
-
clientInsertedTime
-
-
Constructor Details
-
CTSlideSyncProperties
public CTSlideSyncProperties()
-
-
Method Details
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getServerSldId
Gets the value of the serverSldId property.- Returns:
- possible object is
String
-
setServerSldId
Sets the value of the serverSldId property.- Parameters:
value- allowed object isString
-
getServerSldModifiedTime
Gets the value of the serverSldModifiedTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setServerSldModifiedTime
Sets the value of the serverSldModifiedTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getClientInsertedTime
Gets the value of the clientInsertedTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setClientInsertedTime
Sets the value of the clientInsertedTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-