public class CTComment extends Object implements Child
Java class for CT_Comment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Comment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pos" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Point2D"/>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionListModify" minOccurs="0"/>
</sequence>
<attribute name="authorId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="dt" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<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 XMLGregorianCalendar |
dt |
protected CTExtensionListModify |
extLst |
protected long |
idx |
protected CTPoint2D |
pos |
protected String |
text |
| Constructor and Description |
|---|
CTComment() |
| 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.
|
XMLGregorianCalendar |
getDt()
Gets the value of the dt property.
|
CTExtensionListModify |
getExtLst()
Gets the value of the extLst 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.
|
CTPoint2D |
getPos()
Gets the value of the pos property.
|
String |
getText()
Gets the value of the text property.
|
void |
setAuthorId(long value)
Sets the value of the authorId property.
|
void |
setDt(XMLGregorianCalendar value)
Sets the value of the dt property.
|
void |
setExtLst(CTExtensionListModify value)
Sets the value of the extLst property.
|
void |
setIdx(long value)
Sets the value of the idx property.
|
void |
setParent(Object parent) |
void |
setPos(CTPoint2D value)
Sets the value of the pos property.
|
void |
setText(String value)
Sets the value of the text property.
|
protected CTPoint2D pos
protected String text
protected CTExtensionListModify extLst
protected long authorId
protected XMLGregorianCalendar dt
protected long idx
public CTPoint2D getPos()
CTPoint2Dpublic void setPos(CTPoint2D value)
value - allowed object is
CTPoint2Dpublic String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic CTExtensionListModify getExtLst()
CTExtensionListModifypublic void setExtLst(CTExtensionListModify value)
value - allowed object is
CTExtensionListModifypublic long getAuthorId()
public void setAuthorId(long value)
public XMLGregorianCalendar getDt()
XMLGregorianCalendarpublic void setDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic 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.