public class CTChangesData extends Object implements Child
Java class for CT_ChangesData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ChangesData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attGroup ref="{http://schemas.microsoft.com/office/drawing/2013/main/command}AG_ChangesUser"/>
<attGroup ref="{http://schemas.microsoft.com/office/drawing/2013/main/command}AG_ChangesVersion"/>
<attribute name="actId" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
actId |
protected String |
clId |
protected XMLGregorianCalendar |
dt |
protected String |
email |
protected CTOfficeArtExtensionList |
extLst |
protected String |
id |
protected String |
name |
protected String |
providerId |
protected String |
userId |
protected Long |
v |
| Constructor and Description |
|---|
CTChangesData() |
| 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.
|
Integer |
getActId()
Gets the value of the actId property.
|
String |
getClId()
Gets the value of the clId property.
|
XMLGregorianCalendar |
getDt()
Gets the value of the dt property.
|
String |
getEmail()
Gets the value of the email property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getProviderId()
Gets the value of the providerId property.
|
String |
getUserId()
Gets the value of the userId property.
|
Long |
getV()
Gets the value of the v property.
|
void |
setActId(Integer value)
Sets the value of the actId property.
|
void |
setClId(String value)
Sets the value of the clId property.
|
void |
setDt(XMLGregorianCalendar value)
Sets the value of the dt property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setProviderId(String value)
Sets the value of the providerId property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
void |
setV(Long value)
Sets the value of the v property.
|
protected CTOfficeArtExtensionList extLst
protected Integer actId
protected String name
protected String userId
protected String providerId
protected String clId
protected String email
protected XMLGregorianCalendar dt
protected Long v
protected String id
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic Integer getActId()
Integerpublic void setActId(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic String getProviderId()
Stringpublic void setProviderId(String value)
value - allowed object is
Stringpublic String getClId()
Stringpublic void setClId(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDt()
XMLGregorianCalendarpublic void setDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic void setV(Long value)
value - allowed object is
Longpublic void setId(String value)
value - allowed object is
Stringpublic 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-2021. All Rights Reserved.