com.businessobjects.enterprise.infoobject
Interface LocalizedProperties.CustomLocale

Enclosing interface:
LocalizedProperties

public static interface LocalizedProperties.CustomLocale

An XML CustomLocale(@http://enterprise.businessobjects.com/3.0/infoobject). This is an atomic type that is a restriction of com.businessobjects.enterprise.infoobject.LocalizedProperties$CustomLocale.


Nested Class Summary
static class LocalizedProperties.CustomLocale.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 getNameID()
          Gets the "nameID" attribute
 void setNameID(java.lang.String nameID)
          Sets the "nameID" attribute
 org.apache.xmlbeans.XmlString xgetNameID()
          Gets (as xml) the "nameID" attribute
 void xsetNameID(org.apache.xmlbeans.XmlString nameID)
          Sets (as xml) the "nameID" attribute
 

Field Detail

type

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

getNameID

java.lang.String getNameID()
Gets the "nameID" attribute


xgetNameID

org.apache.xmlbeans.XmlString xgetNameID()
Gets (as xml) the "nameID" attribute


setNameID

void setNameID(java.lang.String nameID)
Sets the "nameID" attribute


xsetNameID

void xsetNameID(org.apache.xmlbeans.XmlString nameID)
Sets (as xml) the "nameID" attribute