org.jopendocument.model.text
Class TextBookmarkRef

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

public class TextBookmarkRef
extends Object


Field Summary
protected  String textReferenceFormat
           
protected  String textRefName
           
protected  String value
           
 
Constructor Summary
TextBookmarkRef()
           
 
Method Summary
 String getTextReferenceFormat()
          Gets the value of the textReferenceFormat property.
 String getTextRefName()
          Gets the value of the textRefName property.
 String getvalue()
          Gets the value of the value property.
 void setTextReferenceFormat(String value)
          Sets the value of the textReferenceFormat property.
 void setTextRefName(String value)
          Sets the value of the textRefName property.
 void setvalue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textReferenceFormat

protected String textReferenceFormat

textRefName

protected String textRefName

value

protected String value
Constructor Detail

TextBookmarkRef

public TextBookmarkRef()
Method Detail

getTextReferenceFormat

public String getTextReferenceFormat()
Gets the value of the textReferenceFormat property.

Returns:
possible object is String

getTextRefName

public String getTextRefName()
Gets the value of the textRefName property.

Returns:
possible object is String

getvalue

public String getvalue()
Gets the value of the value property.

Returns:
possible object is String

setTextReferenceFormat

public void setTextReferenceFormat(String value)
Sets the value of the textReferenceFormat property.

Parameters:
value - allowed object is String

setTextRefName

public void setTextRefName(String value)
Sets the value of the textRefName property.

Parameters:
value - allowed object is String

setvalue

public void setvalue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.