com.businessobjects.enterprise.infoobject
Interface LocalizedProperties

All Known Subinterfaces:
ConfigPropMLDisplayNames, MLDescriptions, MLDescriptions

public interface LocalizedProperties

An XML LocalizedProperties(@http://enterprise.businessobjects.com/3.0/infoobject). This is a complex type.


Nested Class Summary
static interface LocalizedProperties.CustomLocale
          An XML CustomLocale(@http://enterprise.businessobjects.com/3.0/infoobject).
static class LocalizedProperties.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 LocalizedProperties.CustomLocale addNewCustomLocale()
          Appends and returns a new empty value (as xml) as the last "CustomLocale" element
 LocalizedProperties.CustomLocale[] getCustomLocaleArray()
          Gets array of all "CustomLocale" elements
 LocalizedProperties.CustomLocale getCustomLocaleArray(int i)
          Gets ith "CustomLocale" element
 java.lang.String getDE()
          Gets the "DE" element
 java.lang.String getEN()
          Gets the "EN" element
 java.lang.String getES()
          Gets the "ES" element
 java.lang.String getFR()
          Gets the "FR" element
 java.lang.String getIT()
          Gets the "IT" element
 java.lang.String getJA()
          Gets the "JA" element
 java.lang.String getKO()
          Gets the "KO" element
 java.lang.String getNL()
          Gets the "NL" element
 java.lang.String getPT()
          Gets the "PT" element
 java.lang.String getSV()
          Gets the "SV" element
 java.lang.String getZH()
          Gets the "ZH" element
 LocalizedProperties.CustomLocale insertNewCustomLocale(int i)
          Inserts and returns a new empty value (as xml) as the ith "CustomLocale" element
 boolean isSetDE()
          True if has "DE" element
 boolean isSetEN()
          True if has "EN" element
 boolean isSetES()
          True if has "ES" element
 boolean isSetFR()
          True if has "FR" element
 boolean isSetIT()
          True if has "IT" element
 boolean isSetJA()
          True if has "JA" element
 boolean isSetKO()
          True if has "KO" element
 boolean isSetNL()
          True if has "NL" element
 boolean isSetPT()
          True if has "PT" element
 boolean isSetSV()
          True if has "SV" element
 boolean isSetZH()
          True if has "ZH" element
 void removeCustomLocale(int i)
          Removes the ith "CustomLocale" element
 void setCustomLocaleArray(int i, LocalizedProperties.CustomLocale customLocale)
          Sets ith "CustomLocale" element
 void setCustomLocaleArray(LocalizedProperties.CustomLocale[] customLocaleArray)
          Sets array of all "CustomLocale" element
 void setDE(java.lang.String de)
          Sets the "DE" element
 void setEN(java.lang.String en)
          Sets the "EN" element
 void setES(java.lang.String es)
          Sets the "ES" element
 void setFR(java.lang.String fr)
          Sets the "FR" element
 void setIT(java.lang.String it)
          Sets the "IT" element
 void setJA(java.lang.String ja)
          Sets the "JA" element
 void setKO(java.lang.String ko)
          Sets the "KO" element
 void setNL(java.lang.String nl)
          Sets the "NL" element
 void setPT(java.lang.String pt)
          Sets the "PT" element
 void setSV(java.lang.String sv)
          Sets the "SV" element
 void setZH(java.lang.String zh)
          Sets the "ZH" element
 int sizeOfCustomLocaleArray()
          Returns number of "CustomLocale" element
 void unsetDE()
          Unsets the "DE" element
 void unsetEN()
          Unsets the "EN" element
 void unsetES()
          Unsets the "ES" element
 void unsetFR()
          Unsets the "FR" element
 void unsetIT()
          Unsets the "IT" element
 void unsetJA()
          Unsets the "JA" element
 void unsetKO()
          Unsets the "KO" element
 void unsetNL()
          Unsets the "NL" element
 void unsetPT()
          Unsets the "PT" element
 void unsetSV()
          Unsets the "SV" element
 void unsetZH()
          Unsets the "ZH" element
 org.apache.xmlbeans.XmlString xgetDE()
          Gets (as xml) the "DE" element
 org.apache.xmlbeans.XmlString xgetEN()
          Gets (as xml) the "EN" element
 org.apache.xmlbeans.XmlString xgetES()
          Gets (as xml) the "ES" element
 org.apache.xmlbeans.XmlString xgetFR()
          Gets (as xml) the "FR" element
 org.apache.xmlbeans.XmlString xgetIT()
          Gets (as xml) the "IT" element
 org.apache.xmlbeans.XmlString xgetJA()
          Gets (as xml) the "JA" element
 org.apache.xmlbeans.XmlString xgetKO()
          Gets (as xml) the "KO" element
 org.apache.xmlbeans.XmlString xgetNL()
          Gets (as xml) the "NL" element
 org.apache.xmlbeans.XmlString xgetPT()
          Gets (as xml) the "PT" element
 org.apache.xmlbeans.XmlString xgetSV()
          Gets (as xml) the "SV" element
 org.apache.xmlbeans.XmlString xgetZH()
          Gets (as xml) the "ZH" element
 void xsetDE(org.apache.xmlbeans.XmlString de)
          Sets (as xml) the "DE" element
 void xsetEN(org.apache.xmlbeans.XmlString en)
          Sets (as xml) the "EN" element
 void xsetES(org.apache.xmlbeans.XmlString es)
          Sets (as xml) the "ES" element
 void xsetFR(org.apache.xmlbeans.XmlString fr)
          Sets (as xml) the "FR" element
 void xsetIT(org.apache.xmlbeans.XmlString it)
          Sets (as xml) the "IT" element
 void xsetJA(org.apache.xmlbeans.XmlString ja)
          Sets (as xml) the "JA" element
 void xsetKO(org.apache.xmlbeans.XmlString ko)
          Sets (as xml) the "KO" element
 void xsetNL(org.apache.xmlbeans.XmlString nl)
          Sets (as xml) the "NL" element
 void xsetPT(org.apache.xmlbeans.XmlString pt)
          Sets (as xml) the "PT" element
 void xsetSV(org.apache.xmlbeans.XmlString sv)
          Sets (as xml) the "SV" element
 void xsetZH(org.apache.xmlbeans.XmlString zh)
          Sets (as xml) the "ZH" element
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getDE

java.lang.String getDE()
Gets the "DE" element


xgetDE

org.apache.xmlbeans.XmlString xgetDE()
Gets (as xml) the "DE" element


isSetDE

boolean isSetDE()
True if has "DE" element


setDE

void setDE(java.lang.String de)
Sets the "DE" element


xsetDE

void xsetDE(org.apache.xmlbeans.XmlString de)
Sets (as xml) the "DE" element


unsetDE

void unsetDE()
Unsets the "DE" element


getEN

java.lang.String getEN()
Gets the "EN" element


xgetEN

org.apache.xmlbeans.XmlString xgetEN()
Gets (as xml) the "EN" element


isSetEN

boolean isSetEN()
True if has "EN" element


setEN

void setEN(java.lang.String en)
Sets the "EN" element


xsetEN

void xsetEN(org.apache.xmlbeans.XmlString en)
Sets (as xml) the "EN" element


unsetEN

void unsetEN()
Unsets the "EN" element


getES

java.lang.String getES()
Gets the "ES" element


xgetES

org.apache.xmlbeans.XmlString xgetES()
Gets (as xml) the "ES" element


isSetES

boolean isSetES()
True if has "ES" element


setES

void setES(java.lang.String es)
Sets the "ES" element


xsetES

void xsetES(org.apache.xmlbeans.XmlString es)
Sets (as xml) the "ES" element


unsetES

void unsetES()
Unsets the "ES" element


getFR

java.lang.String getFR()
Gets the "FR" element


xgetFR

org.apache.xmlbeans.XmlString xgetFR()
Gets (as xml) the "FR" element


isSetFR

boolean isSetFR()
True if has "FR" element


setFR

void setFR(java.lang.String fr)
Sets the "FR" element


xsetFR

void xsetFR(org.apache.xmlbeans.XmlString fr)
Sets (as xml) the "FR" element


unsetFR

void unsetFR()
Unsets the "FR" element


getIT

java.lang.String getIT()
Gets the "IT" element


xgetIT

org.apache.xmlbeans.XmlString xgetIT()
Gets (as xml) the "IT" element


isSetIT

boolean isSetIT()
True if has "IT" element


setIT

void setIT(java.lang.String it)
Sets the "IT" element


xsetIT

void xsetIT(org.apache.xmlbeans.XmlString it)
Sets (as xml) the "IT" element


unsetIT

void unsetIT()
Unsets the "IT" element


getJA

java.lang.String getJA()
Gets the "JA" element


xgetJA

org.apache.xmlbeans.XmlString xgetJA()
Gets (as xml) the "JA" element


isSetJA

boolean isSetJA()
True if has "JA" element


setJA

void setJA(java.lang.String ja)
Sets the "JA" element


xsetJA

void xsetJA(org.apache.xmlbeans.XmlString ja)
Sets (as xml) the "JA" element


unsetJA

void unsetJA()
Unsets the "JA" element


getKO

java.lang.String getKO()
Gets the "KO" element


xgetKO

org.apache.xmlbeans.XmlString xgetKO()
Gets (as xml) the "KO" element


isSetKO

boolean isSetKO()
True if has "KO" element


setKO

void setKO(java.lang.String ko)
Sets the "KO" element


xsetKO

void xsetKO(org.apache.xmlbeans.XmlString ko)
Sets (as xml) the "KO" element


unsetKO

void unsetKO()
Unsets the "KO" element


getNL

java.lang.String getNL()
Gets the "NL" element


xgetNL

org.apache.xmlbeans.XmlString xgetNL()
Gets (as xml) the "NL" element


isSetNL

boolean isSetNL()
True if has "NL" element


setNL

void setNL(java.lang.String nl)
Sets the "NL" element


xsetNL

void xsetNL(org.apache.xmlbeans.XmlString nl)
Sets (as xml) the "NL" element


unsetNL

void unsetNL()
Unsets the "NL" element


getPT

java.lang.String getPT()
Gets the "PT" element


xgetPT

org.apache.xmlbeans.XmlString xgetPT()
Gets (as xml) the "PT" element


isSetPT

boolean isSetPT()
True if has "PT" element


setPT

void setPT(java.lang.String pt)
Sets the "PT" element


xsetPT

void xsetPT(org.apache.xmlbeans.XmlString pt)
Sets (as xml) the "PT" element


unsetPT

void unsetPT()
Unsets the "PT" element


getSV

java.lang.String getSV()
Gets the "SV" element


xgetSV

org.apache.xmlbeans.XmlString xgetSV()
Gets (as xml) the "SV" element


isSetSV

boolean isSetSV()
True if has "SV" element


setSV

void setSV(java.lang.String sv)
Sets the "SV" element


xsetSV

void xsetSV(org.apache.xmlbeans.XmlString sv)
Sets (as xml) the "SV" element


unsetSV

void unsetSV()
Unsets the "SV" element


getZH

java.lang.String getZH()
Gets the "ZH" element


xgetZH

org.apache.xmlbeans.XmlString xgetZH()
Gets (as xml) the "ZH" element


isSetZH

boolean isSetZH()
True if has "ZH" element


setZH

void setZH(java.lang.String zh)
Sets the "ZH" element


xsetZH

void xsetZH(org.apache.xmlbeans.XmlString zh)
Sets (as xml) the "ZH" element


unsetZH

void unsetZH()
Unsets the "ZH" element


getCustomLocaleArray

LocalizedProperties.CustomLocale[] getCustomLocaleArray()
Gets array of all "CustomLocale" elements


getCustomLocaleArray

LocalizedProperties.CustomLocale getCustomLocaleArray(int i)
Gets ith "CustomLocale" element


sizeOfCustomLocaleArray

int sizeOfCustomLocaleArray()
Returns number of "CustomLocale" element


setCustomLocaleArray

void setCustomLocaleArray(LocalizedProperties.CustomLocale[] customLocaleArray)
Sets array of all "CustomLocale" element


setCustomLocaleArray

void setCustomLocaleArray(int i,
                          LocalizedProperties.CustomLocale customLocale)
Sets ith "CustomLocale" element


insertNewCustomLocale

LocalizedProperties.CustomLocale insertNewCustomLocale(int i)
Inserts and returns a new empty value (as xml) as the ith "CustomLocale" element


addNewCustomLocale

LocalizedProperties.CustomLocale addNewCustomLocale()
Appends and returns a new empty value (as xml) as the last "CustomLocale" element


removeCustomLocale

void removeCustomLocale(int i)
Removes the ith "CustomLocale" element