Class CTClientRevision
java.lang.Object
org.pptx4j.com.microsoft.schemas.office.powerpoint.x201510.main.CTClientRevision
- All Implemented Interfaces:
Child
Java class for CT_ClientRevision complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ClientRevision">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://schemas.microsoft.com/office/powerpoint/2015/10/main}ST_ClientID" />
<attribute name="v" type="{http://schemas.microsoft.com/office/powerpoint/2015/10/main}ST_ClientRevisionNumber" default="0" />
<attribute name="vWet" type="{http://schemas.microsoft.com/office/powerpoint/2015/10/main}ST_ClientRevisionNumber" default="0" />
<attribute name="dt" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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.getDt()Gets the value of the dt property.getId()Gets the value of the id property.Gets the parent object in the object tree representing the unmarshalled xml document.longgetV()Gets the value of the v property.longgetVWet()Gets the value of the vWet property.voidsetDt(XMLGregorianCalendar value) Sets the value of the dt property.voidSets the value of the id property.voidvoidSets the value of the v property.voidSets the value of the vWet property.
-
Field Details
-
id
-
v
-
vWet
-
dt
-
-
Constructor Details
-
CTClientRevision
public CTClientRevision()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getV
public long getV()Gets the value of the v property.- Returns:
- possible object is
Long
-
setV
Sets the value of the v property.- Parameters:
value- allowed object isLong
-
getVWet
public long getVWet()Gets the value of the vWet property.- Returns:
- possible object is
Long
-
setVWet
Sets the value of the vWet property.- Parameters:
value- allowed object isLong
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
Sets the value of the dt 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.
-