public class CTTrackChangesView extends java.lang.Object implements Child
Java class for CT_TrackChangesView complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TrackChangesView">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="markup" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="comments" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="insDel" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="formatting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="inkAnnotations" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
comments |
protected java.lang.Boolean |
formatting |
protected java.lang.Boolean |
inkAnnotations |
protected java.lang.Boolean |
insDel |
protected java.lang.Boolean |
markup |
| Constructor and Description |
|---|
CTTrackChangesView() |
| Modifier and Type | Method and 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.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
boolean |
isComments()
Gets the value of the comments property.
|
boolean |
isFormatting()
Gets the value of the formatting property.
|
boolean |
isInkAnnotations()
Gets the value of the inkAnnotations property.
|
boolean |
isInsDel()
Gets the value of the insDel property.
|
boolean |
isMarkup()
Gets the value of the markup property.
|
void |
setComments(java.lang.Boolean value)
Sets the value of the comments property.
|
void |
setFormatting(java.lang.Boolean value)
Sets the value of the formatting property.
|
void |
setInkAnnotations(java.lang.Boolean value)
Sets the value of the inkAnnotations property.
|
void |
setInsDel(java.lang.Boolean value)
Sets the value of the insDel property.
|
void |
setMarkup(java.lang.Boolean value)
Sets the value of the markup property.
|
void |
setParent(java.lang.Object parent) |
protected java.lang.Boolean markup
protected java.lang.Boolean comments
protected java.lang.Boolean insDel
protected java.lang.Boolean formatting
protected java.lang.Boolean inkAnnotations
public boolean isMarkup()
Booleanpublic void setMarkup(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isComments()
Booleanpublic void setComments(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isInsDel()
Booleanpublic void setInsDel(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isFormatting()
Booleanpublic void setFormatting(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isInkAnnotations()
Booleanpublic void setInkAnnotations(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.