org.jopendocument.model.number
Class NumberNumberStyle

java.lang.Object
  extended by org.jopendocument.model.style.StyleStyle
      extended by org.jopendocument.model.number.NumberNumberStyle

public class NumberNumberStyle
extends StyleStyle


Field Summary
protected  String numberCountry
           
protected  String numberLanguage
           
protected  List<Object> numberTextOrNumberNumberOrNumberScientificNumberOrNumberFraction
           
protected  String numberTitle
           
protected  String numberTransliterationCountry
           
protected  String numberTransliterationFormat
           
protected  String numberTransliterationLanguage
           
protected  String numberTransliterationStyle
           
protected  String styleFamily
           
protected  List<StyleMap> styleMap
           
protected  String styleName
           
protected  StyleProperties styleProperties
           
protected  String styleVolatile
           
 
Fields inherited from class org.jopendocument.model.style.StyleStyle
officeEvents, styleAutoUpdate, styleClass, styleDataStyleName, styleListStyleName, styleNextStyleName, styleParentStyleName
 
Constructor Summary
NumberNumberStyle()
           
 
Method Summary
 String getNumberCountry()
          Gets the value of the numberCountry property.
 String getNumberLanguage()
          Gets the value of the numberLanguage property.
 List<Object> getNumberTextOrNumberNumberOrNumberScientificNumberOrNumberFraction()
          Gets the value of the numberTextOrNumberNumberOrNumberScientificNumberOrNumberFraction property.
 String getNumberTitle()
          Gets the value of the numberTitle property.
 String getNumberTransliterationCountry()
          Gets the value of the numberTransliterationCountry property.
 String getNumberTransliterationFormat()
          Gets the value of the numberTransliterationFormat property.
 String getNumberTransliterationLanguage()
          Gets the value of the numberTransliterationLanguage property.
 String getNumberTransliterationStyle()
          Gets the value of the numberTransliterationStyle property.
 String getStyleFamily()
          Gets the value of the styleFamily property.
 List<StyleMap> getStyleMap()
          Gets the value of the styleMap property.
 String getStyleName()
          Gets the value of the styleName property.
 StyleProperties getStyleProperties()
          Gets the value of the styleProperties property.
 String getStyleVolatile()
          Gets the value of the styleVolatile property.
 void setNumberCountry(String value)
          Sets the value of the numberCountry property.
 void setNumberLanguage(String value)
          Sets the value of the numberLanguage property.
 void setNumberTitle(String value)
          Sets the value of the numberTitle property.
 void setNumberTransliterationCountry(String value)
          Sets the value of the numberTransliterationCountry property.
 void setNumberTransliterationFormat(String value)
          Sets the value of the numberTransliterationFormat property.
 void setNumberTransliterationLanguage(String value)
          Sets the value of the numberTransliterationLanguage property.
 void setNumberTransliterationStyle(String value)
          Sets the value of the numberTransliterationStyle property.
 void setStyleFamily(String value)
          Sets the value of the styleFamily property.
 void setStyleName(String value)
          Sets the value of the styleName property.
 void setStyleProperties(StyleProperties value)
          Sets the value of the styleProperties property.
 void setStyleVolatile(String value)
          Sets the value of the styleVolatile property.
 
Methods inherited from class org.jopendocument.model.style.StyleStyle
getMasterPageName, getOfficeEvents, getParagraphProperties, getStyleAutoUpdate, getStyleClass, getStyleDataStyleName, getStyleGraphicProperties, getStyleListStyleName, getStyleNextStyleName, getStyleParentStyleName, getStyleSectionProperties, getStyleTableCellProperties, getStyleTableColumnProperties, getStyleTableRowProperties, getStyleTextProperties, getTableProperties, getWidth, setGraphicProperties, setMasterPageName, setOfficeEvents, setParagraphProperties, setSectionProperties, setStyleAutoUpdate, setStyleClass, setStyleDataStyleName, setStyleListStyleName, setStyleNextStyleName, setStyleParentStyleName, setTableCellProperties, setTableColumnProperties, setTableProperties, setTableRowProperties, setTextProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

numberCountry

protected String numberCountry

numberLanguage

protected String numberLanguage

numberTextOrNumberNumberOrNumberScientificNumberOrNumberFraction

protected List<Object> numberTextOrNumberNumberOrNumberScientificNumberOrNumberFraction

numberTitle

protected String numberTitle

numberTransliterationCountry

protected String numberTransliterationCountry

numberTransliterationFormat

protected String numberTransliterationFormat

numberTransliterationLanguage

protected String numberTransliterationLanguage

numberTransliterationStyle

protected String numberTransliterationStyle

styleFamily

protected String styleFamily

styleMap

protected List<StyleMap> styleMap

styleName

protected String styleName

styleProperties

protected StyleProperties styleProperties

styleVolatile

protected String styleVolatile
Constructor Detail

NumberNumberStyle

public NumberNumberStyle()
Method Detail

getNumberCountry

public String getNumberCountry()
Gets the value of the numberCountry property.

Returns:
possible object is String

getNumberLanguage

public String getNumberLanguage()
Gets the value of the numberLanguage property.

Returns:
possible object is String

getNumberTextOrNumberNumberOrNumberScientificNumberOrNumberFraction

public List<Object> getNumberTextOrNumberNumberOrNumberScientificNumberOrNumberFraction()
Gets the value of the numberTextOrNumberNumberOrNumberScientificNumberOrNumberFraction 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 numberTextOrNumberNumberOrNumberScientificNumberOrNumberFraction property.

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

 getNumberTextOrNumberNumberOrNumberScientificNumberOrNumberFraction().add(newItem);
 

Objects of the following type(s) are allowed in the list NumberText NumberNumber NumberScientificNumber NumberFraction


getNumberTitle

public String getNumberTitle()
Gets the value of the numberTitle property.

Returns:
possible object is String

getNumberTransliterationCountry

public String getNumberTransliterationCountry()
Gets the value of the numberTransliterationCountry property.

Returns:
possible object is String

getNumberTransliterationFormat

public String getNumberTransliterationFormat()
Gets the value of the numberTransliterationFormat property.

Returns:
possible object is String

getNumberTransliterationLanguage

public String getNumberTransliterationLanguage()
Gets the value of the numberTransliterationLanguage property.

Returns:
possible object is String

getNumberTransliterationStyle

public String getNumberTransliterationStyle()
Gets the value of the numberTransliterationStyle property.

Returns:
possible object is String

getStyleFamily

public String getStyleFamily()
Gets the value of the styleFamily property.

Overrides:
getStyleFamily in class StyleStyle
Returns:
possible object is String

getStyleMap

public List<StyleMap> getStyleMap()
Gets the value of the styleMap 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 styleMap property.

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

 getStyleMap().add(newItem);
 

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

Overrides:
getStyleMap in class StyleStyle

getStyleName

public String getStyleName()
Gets the value of the styleName property.

Overrides:
getStyleName in class StyleStyle
Returns:
possible object is String

getStyleProperties

public StyleProperties getStyleProperties()
Gets the value of the styleProperties property.

Overrides:
getStyleProperties in class StyleStyle
Returns:
possible object is StyleProperties

getStyleVolatile

public String getStyleVolatile()
Gets the value of the styleVolatile property.

Returns:
possible object is String

setNumberCountry

public void setNumberCountry(String value)
Sets the value of the numberCountry property.

Parameters:
value - allowed object is String

setNumberLanguage

public void setNumberLanguage(String value)
Sets the value of the numberLanguage property.

Parameters:
value - allowed object is String

setNumberTitle

public void setNumberTitle(String value)
Sets the value of the numberTitle property.

Parameters:
value - allowed object is String

setNumberTransliterationCountry

public void setNumberTransliterationCountry(String value)
Sets the value of the numberTransliterationCountry property.

Parameters:
value - allowed object is String

setNumberTransliterationFormat

public void setNumberTransliterationFormat(String value)
Sets the value of the numberTransliterationFormat property.

Parameters:
value - allowed object is String

setNumberTransliterationLanguage

public void setNumberTransliterationLanguage(String value)
Sets the value of the numberTransliterationLanguage property.

Parameters:
value - allowed object is String

setNumberTransliterationStyle

public void setNumberTransliterationStyle(String value)
Sets the value of the numberTransliterationStyle property.

Parameters:
value - allowed object is String

setStyleFamily

public void setStyleFamily(String value)
Sets the value of the styleFamily property.

Overrides:
setStyleFamily in class StyleStyle
Parameters:
value - allowed object is String

setStyleName

public void setStyleName(String value)
Sets the value of the styleName property.

Overrides:
setStyleName in class StyleStyle
Parameters:
value - allowed object is String

setStyleProperties

public void setStyleProperties(StyleProperties value)
Sets the value of the styleProperties property.

Overrides:
setStyleProperties in class StyleStyle
Parameters:
value - allowed object is StyleProperties

setStyleVolatile

public void setStyleVolatile(String value)
Sets the value of the styleVolatile property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.