org.jopendocument.model.text
Class TextTrackedChanges

java.lang.Object
  extended by org.jopendocument.model.text.TextTrackedChanges

public class TextTrackedChanges
extends Object


Field Summary
protected  List<TextChangedRegion> textChangedRegion
           
protected  String textProtectionKey
           
protected  String textTrackChanges
           
 
Constructor Summary
TextTrackedChanges()
           
 
Method Summary
 List<TextChangedRegion> getTextChangedRegion()
          Gets the value of the textChangedRegion property.
 String getTextProtectionKey()
          Gets the value of the textProtectionKey property.
 String getTextTrackChanges()
          Gets the value of the textTrackChanges property.
 void setTextProtectionKey(String value)
          Sets the value of the textProtectionKey property.
 void setTextTrackChanges(String value)
          Sets the value of the textTrackChanges property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textChangedRegion

protected List<TextChangedRegion> textChangedRegion

textProtectionKey

protected String textProtectionKey

textTrackChanges

protected String textTrackChanges
Constructor Detail

TextTrackedChanges

public TextTrackedChanges()
Method Detail

getTextChangedRegion

public List<TextChangedRegion> getTextChangedRegion()
Gets the value of the textChangedRegion property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the textChangedRegion property.

For example, to add a new item, do as follows:

 getTextChangedRegion().add(newItem);
 

Objects of the following type(s) are allowed in the list TextChangedRegion


getTextProtectionKey

public String getTextProtectionKey()
Gets the value of the textProtectionKey property.

Returns:
possible object is String

getTextTrackChanges

public String getTextTrackChanges()
Gets the value of the textTrackChanges property.

Returns:
possible object is String

setTextProtectionKey

public void setTextProtectionKey(String value)
Sets the value of the textProtectionKey property.

Parameters:
value - allowed object is String

setTextTrackChanges

public void setTextTrackChanges(String value)
Sets the value of the textTrackChanges property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.