org.jopendocument.model.number
Class NumberTimeStyle

java.lang.Object
  extended by org.jopendocument.model.number.NumberTimeStyle

public class NumberTimeStyle
extends Object


Field Summary
protected  String numberCountry
           
protected  String numberFormatSource
           
protected  String numberLanguage
           
protected  List<Object> numberTextOrNumberHoursOrNumberAmPmOrNumberMinutesOrNumberSeconds
           
protected  String numberTitle
           
protected  String numberTransliterationCountry
           
protected  String numberTransliterationFormat
           
protected  String numberTransliterationLanguage
           
protected  String numberTransliterationStyle
           
protected  String numberTruncateOnOverflow
           
protected  String styleFamily
           
protected  List<StyleMap> styleMap
           
protected  String styleName
           
protected  StyleProperties styleProperties
           
protected  String styleVolatile
           
 
Constructor Summary
NumberTimeStyle()
           
 
Method Summary
 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> getNumberTextOrNumberHoursOrNumberAmPmOrNumberMinutesOrNumberSeconds()
          Gets the value of the numberTextOrNumberHoursOrNumberAmPmOrNumberMinutesOrNumberSeconds 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 getNumberTruncateOnOverflow()
          Gets the value of the numberTruncateOnOverflow 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 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 setNumberTruncateOnOverflow(String value)
          Sets the value of the numberTruncateOnOverflow 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numberCountry

protected String numberCountry

numberFormatSource

protected String numberFormatSource

numberLanguage

protected String numberLanguage

numberTextOrNumberHoursOrNumberAmPmOrNumberMinutesOrNumberSeconds

protected List<Object> numberTextOrNumberHoursOrNumberAmPmOrNumberMinutesOrNumberSeconds

numberTitle

protected String numberTitle

numberTransliterationCountry

protected String numberTransliterationCountry

numberTransliterationFormat

protected String numberTransliterationFormat

numberTransliterationLanguage

protected String numberTransliterationLanguage

numberTransliterationStyle

protected String numberTransliterationStyle

numberTruncateOnOverflow

protected String numberTruncateOnOverflow

styleFamily

protected String styleFamily

styleMap

protected List<StyleMap> styleMap

styleName

protected String styleName

styleProperties

protected StyleProperties styleProperties

styleVolatile

protected String styleVolatile
Constructor Detail

NumberTimeStyle

public NumberTimeStyle()
Method Detail

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

getNumberTextOrNumberHoursOrNumberAmPmOrNumberMinutesOrNumberSeconds

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

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

 getNumberTextOrNumberHoursOrNumberAmPmOrNumberMinutesOrNumberSeconds().add(newItem);
 

Objects of the following type(s) are allowed in the list NumberText 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

getNumberTruncateOnOverflow

public String getNumberTruncateOnOverflow()
Gets the value of the numberTruncateOnOverflow property.

Returns:
possible object is String

getStyleFamily

public String getStyleFamily()
Gets the value of the styleFamily 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


getStyleName

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

Returns:
possible object is String

getStyleProperties

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

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

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

setNumberTruncateOnOverflow

public void setNumberTruncateOnOverflow(String value)
Sets the value of the numberTruncateOnOverflow property.

Parameters:
value - allowed object is String

setStyleFamily

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

Parameters:
value - allowed object is String

setStyleName

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

Parameters:
value - allowed object is String

setStyleProperties

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

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.