org.jopendocument.model.number
Class NumberBooleanStyle

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

public class NumberBooleanStyle
extends java.lang.Object


Constructor Summary
NumberBooleanStyle()
           
 
Method Summary
 java.lang.String getNumberCountry()
          Gets the value of the numberCountry property.
 java.lang.String getNumberLanguage()
          Gets the value of the numberLanguage property.
 java.util.List<java.lang.Object> getNumberTextOrNumberBoolean()
          Gets the value of the numberTextOrNumberBoolean property.
 java.lang.String getNumberTitle()
          Gets the value of the numberTitle property.
 java.lang.String getNumberTransliterationCountry()
          Gets the value of the numberTransliterationCountry property.
 java.lang.String getNumberTransliterationFormat()
          Gets the value of the numberTransliterationFormat property.
 java.lang.String getNumberTransliterationLanguage()
          Gets the value of the numberTransliterationLanguage property.
 java.lang.String getNumberTransliterationStyle()
          Gets the value of the numberTransliterationStyle property.
 java.lang.String getStyleFamily()
          Gets the value of the styleFamily property.
 java.util.List<StyleMap> getStyleMap()
          Gets the value of the styleMap property.
 java.lang.String getStyleName()
          Gets the value of the styleName property.
 StyleProperties getStyleProperties()
          Gets the value of the styleProperties property.
 java.lang.String getStyleVolatile()
          Gets the value of the styleVolatile property.
 void setNumberCountry(java.lang.String value)
          Sets the value of the numberCountry property.
 void setNumberLanguage(java.lang.String value)
          Sets the value of the numberLanguage property.
 void setNumberTitle(java.lang.String value)
          Sets the value of the numberTitle property.
 void setNumberTransliterationCountry(java.lang.String value)
          Sets the value of the numberTransliterationCountry property.
 void setNumberTransliterationFormat(java.lang.String value)
          Sets the value of the numberTransliterationFormat property.
 void setNumberTransliterationLanguage(java.lang.String value)
          Sets the value of the numberTransliterationLanguage property.
 void setNumberTransliterationStyle(java.lang.String value)
          Sets the value of the numberTransliterationStyle property.
 void setStyleFamily(java.lang.String value)
          Sets the value of the styleFamily property.
 void setStyleName(java.lang.String value)
          Sets the value of the styleName property.
 void setStyleProperties(StyleProperties value)
          Sets the value of the styleProperties property.
 void setStyleVolatile(java.lang.String value)
          Sets the value of the styleVolatile property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberBooleanStyle

public NumberBooleanStyle()
Method Detail

getNumberCountry

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

Returns:
possible object is String

getNumberLanguage

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

Returns:
possible object is String

getNumberTextOrNumberBoolean

public java.util.List<java.lang.Object> getNumberTextOrNumberBoolean()
Gets the value of the numberTextOrNumberBoolean 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 numberTextOrNumberBoolean property.

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

 getNumberTextOrNumberBoolean().add(newItem);
 

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


getNumberTitle

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

Returns:
possible object is String

getNumberTransliterationCountry

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

Returns:
possible object is String

getNumberTransliterationFormat

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

Returns:
possible object is String

getNumberTransliterationLanguage

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

Returns:
possible object is String

getNumberTransliterationStyle

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

Returns:
possible object is String

getStyleFamily

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

Returns:
possible object is String

getStyleMap

public java.util.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 java.lang.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 java.lang.String getStyleVolatile()
Gets the value of the styleVolatile property.

Returns:
possible object is String

setNumberCountry

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

Parameters:
value - allowed object is String

setNumberLanguage

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

Parameters:
value - allowed object is String

setNumberTitle

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

Parameters:
value - allowed object is String

setNumberTransliterationCountry

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

Parameters:
value - allowed object is String

setNumberTransliterationFormat

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

Parameters:
value - allowed object is String

setNumberTransliterationLanguage

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

Parameters:
value - allowed object is String

setNumberTransliterationStyle

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

Parameters:
value - allowed object is String

setStyleFamily

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

Parameters:
value - allowed object is String

setStyleName

public void setStyleName(java.lang.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(java.lang.String value)
Sets the value of the styleVolatile property.

Parameters:
value - allowed object is String