org.jopendocument.model.number
Class NumberDateStyle

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

public class NumberDateStyle
extends StyleStyle


Field Summary
 
Fields inherited from class org.jopendocument.model.style.StyleStyle
officeEvents, styleAutoUpdate, styleClass, styleDataStyleName, styleFamily, styleListStyleName, styleName, styleNextStyleName, styleParentStyleName, styleProperties
 
Constructor Summary
NumberDateStyle()
           
 
Method Summary
 void addElement(Object e)
           
 String getNumberAutomaticOrder()
          Gets the value of the numberAutomaticOrder property.
 String getNumberCountry()
          Gets the value of the numberCountry property.
 String getNumberFormatSource()
          Gets the value of the numberFormatSource property.
 String getNumberLanguage()
          Gets the value of the numberLanguage property.
 List<Object> getNumberTextOrNumberDayOrNumberMonthOrNumberYearOrNumberEraOrNumberDayOfWeekOrNumberWeekOfYearOrNumberQuarterOrNumberHoursOrNumberAmPmOrNumberMinutesOrNumberSeconds()
          GetsthevalueofthenumberTextOrNumberDayOrNumberMonthOrNumberYearOrNumberEraOrNumberDayOfWeekOrNumberWeekOfYearOrNumberQuarterOrNumberHoursOrNumberAmPmOrNumberMinutesOrNumberSeconds 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.
 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 setNumberAutomaticOrder(String value)
          Sets the value of the numberAutomaticOrder property.
 void setNumberCountry(String value)
          Sets the value of the numberCountry property.
 void setNumberFormatSource(String value)
          Sets the value of the numberFormatSource 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 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, getStyleFamily, getStyleGraphicProperties, getStyleListStyleName, getStyleNextStyleName, getStyleParentStyleName, getStyleSectionProperties, getStyleTableCellProperties, getStyleTableColumnProperties, getStyleTableRowProperties, getStyleTextProperties, getTableProperties, getWidth, setGraphicProperties, setMasterPageName, setOfficeEvents, setParagraphProperties, setSectionProperties, setStyleAutoUpdate, setStyleClass, setStyleDataStyleName, setStyleFamily, setStyleListStyleName, setStyleName, setStyleNextStyleName, setStyleParentStyleName, setStyleProperties, setTableCellProperties, setTableColumnProperties, setTableProperties, setTableRowProperties, setTextProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumberDateStyle

public NumberDateStyle()
Method Detail

getNumberAutomaticOrder

public String getNumberAutomaticOrder()
Gets the value of the numberAutomaticOrder property.

Returns:
possible object is String

getNumberCountry

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

Returns:
possible object is String

getNumberFormatSource

public String getNumberFormatSource()
Gets the value of the numberFormatSource property.

Returns:
possible object is String

getNumberLanguage

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

Returns:
possible object is String

getNumberTextOrNumberDayOrNumberMonthOrNumberYearOrNumberEraOrNumberDayOfWeekOrNumberWeekOfYearOrNumberQuarterOrNumberHoursOrNumberAmPmOrNumberMinutesOrNumberSeconds

public List<Object> getNumberTextOrNumberDayOrNumberMonthOrNumberYearOrNumberEraOrNumberDayOfWeekOrNumberWeekOfYearOrNumberQuarterOrNumberHoursOrNumberAmPmOrNumberMinutesOrNumberSeconds()
GetsthevalueofthenumberTextOrNumberDayOrNumberMonthOrNumberYearOrNumberEraOrNumberDayOfWeekOrNumberWeekOfYearOrNumberQuarterOrNumberHoursOrNumberAmPmOrNumberMinutesOrNumberSeconds 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 setmethodforthenumberTextOrNumberDayOrNumberMonthOrNumberYearOrNumberEraOrNumberDayOfWeekOrNumberWeekOfYearOrNumberQuarterOrNumberHoursOrNumberAmPmOrNumberMinutesOrNumberSeconds property.

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

 getNumberTextOrNumberDayOrNumberMonthOrNumberYearOrNumberEraOrNumberDayOfWeekOrNumberWeekOfYearOrNumberQuarterOrNumberHoursOrNumberAmPmOrNumberMinutesOrNumberSeconds().add(newItem);
 

Objects of the following type(s) are allowed in the list NumberText NumberDay NumberMonth NumberYear NumberEra NumberDayOfWeek NumberWeekOfYear NumberQuarter NumberHours NumberAmPm NumberMinutes NumberSeconds


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

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

setNumberAutomaticOrder

public void setNumberAutomaticOrder(String value)
Sets the value of the numberAutomaticOrder property.

Parameters:
value - allowed object is String

setNumberCountry

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

Parameters:
value - allowed object is String

setNumberFormatSource

public void setNumberFormatSource(String value)
Sets the value of the numberFormatSource 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

setStyleVolatile

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

Parameters:
value - allowed object is String

addElement

public void addElement(Object e)


Copyright © 2010 jOpenDocument All Rights Reserved.