org.jopendocument.model.text
Class TextBibliography

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

public class TextBibliography
extends Object


Field Summary
protected  TextBibliographySource textBibliographySource
           
protected  TextIndexBody textIndexBody
           
protected  String textName
           
protected  String textProtected
           
protected  String textStyleName
           
 
Constructor Summary
TextBibliography()
           
 
Method Summary
 TextBibliographySource getTextBibliographySource()
          Gets the value of the textBibliographySource property.
 TextIndexBody getTextIndexBody()
          Gets the value of the textIndexBody property.
 String getTextName()
          Gets the value of the textName property.
 String getTextProtected()
          Gets the value of the textProtected property.
 String getTextStyleName()
          Gets the value of the textStyleName property.
 void setTextBibliographySource(TextBibliographySource value)
          Sets the value of the textBibliographySource property.
 void setTextIndexBody(TextIndexBody value)
          Sets the value of the textIndexBody property.
 void setTextName(String value)
          Sets the value of the textName property.
 void setTextProtected(String value)
          Sets the value of the textProtected property.
 void setTextStyleName(String value)
          Sets the value of the textStyleName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textBibliographySource

protected TextBibliographySource textBibliographySource

textIndexBody

protected TextIndexBody textIndexBody

textName

protected String textName

textProtected

protected String textProtected

textStyleName

protected String textStyleName
Constructor Detail

TextBibliography

public TextBibliography()
Method Detail

getTextBibliographySource

public TextBibliographySource getTextBibliographySource()
Gets the value of the textBibliographySource property.

Returns:
possible object is TextBibliographySource

getTextIndexBody

public TextIndexBody getTextIndexBody()
Gets the value of the textIndexBody property.

Returns:
possible object is TextIndexBody

getTextName

public String getTextName()
Gets the value of the textName property.

Returns:
possible object is String

getTextProtected

public String getTextProtected()
Gets the value of the textProtected property.

Returns:
possible object is String

getTextStyleName

public String getTextStyleName()
Gets the value of the textStyleName property.

Returns:
possible object is String

setTextBibliographySource

public void setTextBibliographySource(TextBibliographySource value)
Sets the value of the textBibliographySource property.

Parameters:
value - allowed object is TextBibliographySource

setTextIndexBody

public void setTextIndexBody(TextIndexBody value)
Sets the value of the textIndexBody property.

Parameters:
value - allowed object is TextIndexBody

setTextName

public void setTextName(String value)
Sets the value of the textName property.

Parameters:
value - allowed object is String

setTextProtected

public void setTextProtected(String value)
Sets the value of the textProtected property.

Parameters:
value - allowed object is String

setTextStyleName

public void setTextStyleName(String value)
Sets the value of the textStyleName property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.