public class CTTrackChangesView extends 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 Boolean |
comments |
protected Boolean |
formatting |
protected Boolean |
inkAnnotations |
protected Boolean |
insDel |
protected Boolean |
markup |
Constructor and Description |
---|
CTTrackChangesView() |
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.
|
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(Boolean value)
Sets the value of the comments property.
|
void |
setFormatting(Boolean value)
Sets the value of the formatting property.
|
void |
setInkAnnotations(Boolean value)
Sets the value of the inkAnnotations property.
|
void |
setInsDel(Boolean value)
Sets the value of the insDel property.
|
void |
setMarkup(Boolean value)
Sets the value of the markup property.
|
void |
setParent(Object parent) |
protected Boolean markup
protected Boolean comments
protected Boolean insDel
protected Boolean formatting
protected Boolean inkAnnotations
public boolean isMarkup()
Boolean
public void setMarkup(Boolean value)
value
- allowed object is
Boolean
public boolean isComments()
Boolean
public void setComments(Boolean value)
value
- allowed object is
Boolean
public boolean isInsDel()
Boolean
public void setInsDel(Boolean value)
value
- allowed object is
Boolean
public boolean isFormatting()
Boolean
public void setFormatting(Boolean value)
value
- allowed object is
Boolean
public boolean isInkAnnotations()
Boolean
public void setInkAnnotations(Boolean value)
value
- allowed object is
Boolean
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-2019. All Rights Reserved.