public class CTCommentMoniker extends Object implements Child
Java class for CT_CommentMoniker complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CommentMoniker">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="authorId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="idx" use="required" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_Index" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
authorId |
protected long |
idx |
| Constructor and Description |
|---|
CTCommentMoniker() |
| 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.
|
long |
getAuthorId()
Gets the value of the authorId property.
|
long |
getIdx()
Gets the value of the idx property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setAuthorId(long value)
Sets the value of the authorId property.
|
void |
setIdx(long value)
Sets the value of the idx property.
|
void |
setParent(Object parent) |
public long getAuthorId()
public void setAuthorId(long value)
public long getIdx()
public void setIdx(long value)
public 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.