com.businessobjects.enterprise.infoobject
Interface MultilingualEntry

All Known Subinterfaces:
MultilingualDescEntry, MultilingualNameEntry

public interface MultilingualEntry

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


Nested Class Summary
static class MultilingualEntry.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 java.lang.String getLocale()
          Gets the "Locale" element
 void setLocale(java.lang.String locale)
          Sets the "Locale" element
 org.apache.xmlbeans.XmlString xgetLocale()
          Gets (as xml) the "Locale" element
 void xsetLocale(org.apache.xmlbeans.XmlString locale)
          Sets (as xml) the "Locale" element
 

Field Detail

type

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

getLocale

java.lang.String getLocale()
Gets the "Locale" element


xgetLocale

org.apache.xmlbeans.XmlString xgetLocale()
Gets (as xml) the "Locale" element


setLocale

void setLocale(java.lang.String locale)
Sets the "Locale" element


xsetLocale

void xsetLocale(org.apache.xmlbeans.XmlString locale)
Sets (as xml) the "Locale" element