org.jopendocument.model.text
Class TextSectionSource

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

public class TextSectionSource
extends Object


Field Summary
protected  String textFilterName
           
protected  String textSectionName
           
protected  String xlinkHref
           
protected  String xlinkShow
           
protected  String xlinkType
           
 
Constructor Summary
TextSectionSource()
           
 
Method Summary
 String getTextFilterName()
          Gets the value of the textFilterName property.
 String getTextSectionName()
          Gets the value of the textSectionName property.
 String getXlinkHref()
          Gets the value of the xlinkHref property.
 String getXlinkShow()
          Gets the value of the xlinkShow property.
 String getXlinkType()
          Gets the value of the xlinkType property.
 void setTextFilterName(String value)
          Sets the value of the textFilterName property.
 void setTextSectionName(String value)
          Sets the value of the textSectionName property.
 void setXlinkHref(String value)
          Sets the value of the xlinkHref property.
 void setXlinkShow(String value)
          Sets the value of the xlinkShow property.
 void setXlinkType(String value)
          Sets the value of the xlinkType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textFilterName

protected String textFilterName

textSectionName

protected String textSectionName

xlinkHref

protected String xlinkHref

xlinkShow

protected String xlinkShow

xlinkType

protected String xlinkType
Constructor Detail

TextSectionSource

public TextSectionSource()
Method Detail

getTextFilterName

public String getTextFilterName()
Gets the value of the textFilterName property.

Returns:
possible object is String

getTextSectionName

public String getTextSectionName()
Gets the value of the textSectionName property.

Returns:
possible object is String

getXlinkHref

public String getXlinkHref()
Gets the value of the xlinkHref property.

Returns:
possible object is String

getXlinkShow

public String getXlinkShow()
Gets the value of the xlinkShow property.

Returns:
possible object is String

getXlinkType

public String getXlinkType()
Gets the value of the xlinkType property.

Returns:
possible object is String

setTextFilterName

public void setTextFilterName(String value)
Sets the value of the textFilterName property.

Parameters:
value - allowed object is String

setTextSectionName

public void setTextSectionName(String value)
Sets the value of the textSectionName property.

Parameters:
value - allowed object is String

setXlinkHref

public void setXlinkHref(String value)
Sets the value of the xlinkHref property.

Parameters:
value - allowed object is String

setXlinkShow

public void setXlinkShow(String value)
Sets the value of the xlinkShow property.

Parameters:
value - allowed object is String

setXlinkType

public void setXlinkType(String value)
Sets the value of the xlinkType property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.