public class CTClientRevision extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dt |
protected String |
id |
protected Long |
v |
protected Long |
vWet |
| Constructor and Description |
|---|
CTClientRevision() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
XMLGregorianCalendar |
getDt()
Gets the value of the dt property.
|
String |
getId()
Gets the value of the id property.
|
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(XMLGregorianCalendar value)
Sets the value of the dt property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setParent(Object parent) |
void |
setV(Long value)
Sets the value of the v property.
|
void |
setVWet(Long value)
Sets the value of the vWet property.
|
protected String id
protected Long v
protected Long vWet
protected XMLGregorianCalendar dt
public void setId(String value)
value - allowed object is
Stringpublic long getV()
Longpublic void setV(Long value)
value - allowed object is
Longpublic long getVWet()
Longpublic void setVWet(Long value)
value - allowed object is
Longpublic XMLGregorianCalendar getDt()
XMLGregorianCalendarpublic void setDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.