java.lang.Object
org.pptx4j.com.microsoft.schemas.office.powerpoint.x201510.main.CTClientRevision
All Implemented Interfaces:
Child

public class CTClientRevision
extends java.lang.Object
implements 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 
    Modifier and Type Field Description
    protected javax.xml.datatype.XMLGregorianCalendar dt  
    protected java.lang.String id  
    protected java.lang.Long v  
    protected java.lang.Long vWet  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTClientRevision()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    javax.xml.datatype.XMLGregorianCalendar getDt()
    Gets the value of the dt property.
    java.lang.String getId()
    Gets the value of the id property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    long getV()
    Gets the value of the v property.
    long getVWet()
    Gets the value of the vWet property.
    void setDt​(javax.xml.datatype.XMLGregorianCalendar value)
    Sets the value of the dt property.
    void setId​(java.lang.String value)
    Sets the value of the id property.
    void setParent​(java.lang.Object parent)  
    void setV​(java.lang.Long value)
    Sets the value of the v property.
    void setVWet​(java.lang.Long value)
    Sets the value of the vWet property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      protected java.lang.String id
    • v

      protected java.lang.Long v
    • vWet

      protected java.lang.Long vWet
    • dt

      protected javax.xml.datatype.XMLGregorianCalendar dt
  • Constructor Details

  • Method Details

    • getId

      public java.lang.String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId​(java.lang.String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getV

      public long getV()
      Gets the value of the v property.
      Returns:
      possible object is Long
    • setV

      public void setV​(java.lang.Long value)
      Sets the value of the v property.
      Parameters:
      value - allowed object is Long
    • getVWet

      public long getVWet()
      Gets the value of the vWet property.
      Returns:
      possible object is Long
    • setVWet

      public void setVWet​(java.lang.Long value)
      Sets the value of the vWet property.
      Parameters:
      value - allowed object is Long
    • getDt

      public javax.xml.datatype.XMLGregorianCalendar getDt()
      Gets the value of the dt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDt

      public void setDt​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the dt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      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.