com.businessobjects.enterprise.server
Interface ConfigProp


public interface ConfigProp

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


Nested Class Summary
static class ConfigProp.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 com.businessobjects.enterprise.infoobject.VoidProperty addNewDefaultValue()
          Appends and returns a new empty "DefaultValue" element
 ConfigPropErrorDesc addNewErrorDescription()
          Appends and returns a new empty "ErrorDescription" element
 LocalizedProperties addNewMLDescriptions()
          Appends and returns a new empty "MLDescriptions" element
 LocalizedProperties addNewMLDisplayNames()
          Appends and returns a new empty "MLDisplayNames" element
 ConfigPropValidRanges addNewValidRanges()
          Appends and returns a new empty "ValidRanges" element
 ConfigPropValidValues addNewValidValues()
          Appends and returns a new empty "ValidValues" element
 com.businessobjects.enterprise.infoobject.VoidProperty addNewValue()
          Appends and returns a new empty "Value" element
 boolean getAcceptValue()
          Gets the "AcceptValue" element
 int getConstructorArgIndex()
          Gets the "ConstructorArgIndex" element
 boolean getDefaultable()
          Gets the "Defaultable" element
 com.businessobjects.enterprise.infoobject.VoidProperty getDefaultValue()
          Gets the "DefaultValue" element
 ConfigPropErrorDesc getErrorDescription()
          Gets the "ErrorDescription" element
 boolean getFinal()
          Gets the "Final" element
 int getGroup()
          Gets the "Group" element
 LocalizedProperties getMLDescriptions()
          Gets the "MLDescriptions" element
 LocalizedProperties getMLDisplayNames()
          Gets the "MLDisplayNames" element
 java.lang.String getName()
          Gets the "Name" element
 int getOrder()
          Gets the "Order" element
 boolean getOverridden()
          Gets the "Overridden" element
 boolean getPersists()
          Gets the "Persists" element
 boolean getRestart()
          Gets the "Restart" element
 ConfigPropValidRanges getValidRanges()
          Gets the "ValidRanges" element
 ConfigPropValidValues getValidValues()
          Gets the "ValidValues" element
 com.businessobjects.enterprise.infoobject.VoidProperty getValue()
          Gets the "Value" element
 boolean isSetAcceptValue()
          True if has "AcceptValue" element
 boolean isSetConstructorArgIndex()
          True if has "ConstructorArgIndex" element
 boolean isSetDefaultable()
          True if has "Defaultable" element
 boolean isSetDefaultValue()
          True if has "DefaultValue" element
 boolean isSetErrorDescription()
          True if has "ErrorDescription" element
 boolean isSetFinal()
          True if has "Final" element
 boolean isSetGroup()
          True if has "Group" element
 boolean isSetMLDescriptions()
          True if has "MLDescriptions" element
 boolean isSetMLDisplayNames()
          True if has "MLDisplayNames" element
 boolean isSetName()
          True if has "Name" element
 boolean isSetOrder()
          True if has "Order" element
 boolean isSetOverridden()
          True if has "Overridden" element
 boolean isSetPersists()
          True if has "Persists" element
 boolean isSetRestart()
          True if has "Restart" element
 boolean isSetValidRanges()
          True if has "ValidRanges" element
 boolean isSetValidValues()
          True if has "ValidValues" element
 boolean isSetValue()
          True if has "Value" element
 void setAcceptValue(boolean acceptValue)
          Sets the "AcceptValue" element
 void setConstructorArgIndex(int constructorArgIndex)
          Sets the "ConstructorArgIndex" element
 void setDefaultable(boolean defaultable)
          Sets the "Defaultable" element
 void setDefaultValue(com.businessobjects.enterprise.infoobject.VoidProperty defaultValue)
          Sets the "DefaultValue" element
 void setErrorDescription(ConfigPropErrorDesc errorDescription)
          Sets the "ErrorDescription" element
 void setFinal(boolean xfinal)
          Sets the "Final" element
 void setGroup(int group)
          Sets the "Group" element
 void setMLDescriptions(LocalizedProperties mlDescriptions)
          Sets the "MLDescriptions" element
 void setMLDisplayNames(LocalizedProperties mlDisplayNames)
          Sets the "MLDisplayNames" element
 void setName(java.lang.String name)
          Sets the "Name" element
 void setOrder(int order)
          Sets the "Order" element
 void setOverridden(boolean overridden)
          Sets the "Overridden" element
 void setPersists(boolean persists)
          Sets the "Persists" element
 void setRestart(boolean restart)
          Sets the "Restart" element
 void setValidRanges(ConfigPropValidRanges validRanges)
          Sets the "ValidRanges" element
 void setValidValues(ConfigPropValidValues validValues)
          Sets the "ValidValues" element
 void setValue(com.businessobjects.enterprise.infoobject.VoidProperty value)
          Sets the "Value" element
 void unsetAcceptValue()
          Unsets the "AcceptValue" element
 void unsetConstructorArgIndex()
          Unsets the "ConstructorArgIndex" element
 void unsetDefaultable()
          Unsets the "Defaultable" element
 void unsetDefaultValue()
          Unsets the "DefaultValue" element
 void unsetErrorDescription()
          Unsets the "ErrorDescription" element
 void unsetFinal()
          Unsets the "Final" element
 void unsetGroup()
          Unsets the "Group" element
 void unsetMLDescriptions()
          Unsets the "MLDescriptions" element
 void unsetMLDisplayNames()
          Unsets the "MLDisplayNames" element
 void unsetName()
          Unsets the "Name" element
 void unsetOrder()
          Unsets the "Order" element
 void unsetOverridden()
          Unsets the "Overridden" element
 void unsetPersists()
          Unsets the "Persists" element
 void unsetRestart()
          Unsets the "Restart" element
 void unsetValidRanges()
          Unsets the "ValidRanges" element
 void unsetValidValues()
          Unsets the "ValidValues" element
 void unsetValue()
          Unsets the "Value" element
 org.apache.xmlbeans.XmlBoolean xgetAcceptValue()
          Gets (as xml) the "AcceptValue" element
 org.apache.xmlbeans.XmlInt xgetConstructorArgIndex()
          Gets (as xml) the "ConstructorArgIndex" element
 org.apache.xmlbeans.XmlBoolean xgetDefaultable()
          Gets (as xml) the "Defaultable" element
 org.apache.xmlbeans.XmlBoolean xgetFinal()
          Gets (as xml) the "Final" element
 org.apache.xmlbeans.XmlInt xgetGroup()
          Gets (as xml) the "Group" element
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "Name" element
 org.apache.xmlbeans.XmlInt xgetOrder()
          Gets (as xml) the "Order" element
 org.apache.xmlbeans.XmlBoolean xgetOverridden()
          Gets (as xml) the "Overridden" element
 org.apache.xmlbeans.XmlBoolean xgetPersists()
          Gets (as xml) the "Persists" element
 org.apache.xmlbeans.XmlBoolean xgetRestart()
          Gets (as xml) the "Restart" element
 void xsetAcceptValue(org.apache.xmlbeans.XmlBoolean acceptValue)
          Sets (as xml) the "AcceptValue" element
 void xsetConstructorArgIndex(org.apache.xmlbeans.XmlInt constructorArgIndex)
          Sets (as xml) the "ConstructorArgIndex" element
 void xsetDefaultable(org.apache.xmlbeans.XmlBoolean defaultable)
          Sets (as xml) the "Defaultable" element
 void xsetFinal(org.apache.xmlbeans.XmlBoolean xfinal)
          Sets (as xml) the "Final" element
 void xsetGroup(org.apache.xmlbeans.XmlInt group)
          Sets (as xml) the "Group" element
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "Name" element
 void xsetOrder(org.apache.xmlbeans.XmlInt order)
          Sets (as xml) the "Order" element
 void xsetOverridden(org.apache.xmlbeans.XmlBoolean overridden)
          Sets (as xml) the "Overridden" element
 void xsetPersists(org.apache.xmlbeans.XmlBoolean persists)
          Sets (as xml) the "Persists" element
 void xsetRestart(org.apache.xmlbeans.XmlBoolean restart)
          Sets (as xml) the "Restart" element
 

Field Detail

type

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

getValue

com.businessobjects.enterprise.infoobject.VoidProperty getValue()
Gets the "Value" element


isSetValue

boolean isSetValue()
True if has "Value" element


setValue

void setValue(com.businessobjects.enterprise.infoobject.VoidProperty value)
Sets the "Value" element


addNewValue

com.businessobjects.enterprise.infoobject.VoidProperty addNewValue()
Appends and returns a new empty "Value" element


unsetValue

void unsetValue()
Unsets the "Value" element


getDefaultValue

com.businessobjects.enterprise.infoobject.VoidProperty getDefaultValue()
Gets the "DefaultValue" element


isSetDefaultValue

boolean isSetDefaultValue()
True if has "DefaultValue" element


setDefaultValue

void setDefaultValue(com.businessobjects.enterprise.infoobject.VoidProperty defaultValue)
Sets the "DefaultValue" element


addNewDefaultValue

com.businessobjects.enterprise.infoobject.VoidProperty addNewDefaultValue()
Appends and returns a new empty "DefaultValue" element


unsetDefaultValue

void unsetDefaultValue()
Unsets the "DefaultValue" element


getFinal

boolean getFinal()
Gets the "Final" element


xgetFinal

org.apache.xmlbeans.XmlBoolean xgetFinal()
Gets (as xml) the "Final" element


isSetFinal

boolean isSetFinal()
True if has "Final" element


setFinal

void setFinal(boolean xfinal)
Sets the "Final" element


xsetFinal

void xsetFinal(org.apache.xmlbeans.XmlBoolean xfinal)
Sets (as xml) the "Final" element


unsetFinal

void unsetFinal()
Unsets the "Final" element


getName

java.lang.String getName()
Gets the "Name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "Name" element


isSetName

boolean isSetName()
True if has "Name" element


setName

void setName(java.lang.String name)
Sets the "Name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" element


unsetName

void unsetName()
Unsets the "Name" element


getOverridden

boolean getOverridden()
Gets the "Overridden" element


xgetOverridden

org.apache.xmlbeans.XmlBoolean xgetOverridden()
Gets (as xml) the "Overridden" element


isSetOverridden

boolean isSetOverridden()
True if has "Overridden" element


setOverridden

void setOverridden(boolean overridden)
Sets the "Overridden" element


xsetOverridden

void xsetOverridden(org.apache.xmlbeans.XmlBoolean overridden)
Sets (as xml) the "Overridden" element


unsetOverridden

void unsetOverridden()
Unsets the "Overridden" element


getErrorDescription

ConfigPropErrorDesc getErrorDescription()
Gets the "ErrorDescription" element


isSetErrorDescription

boolean isSetErrorDescription()
True if has "ErrorDescription" element


setErrorDescription

void setErrorDescription(ConfigPropErrorDesc errorDescription)
Sets the "ErrorDescription" element


addNewErrorDescription

ConfigPropErrorDesc addNewErrorDescription()
Appends and returns a new empty "ErrorDescription" element


unsetErrorDescription

void unsetErrorDescription()
Unsets the "ErrorDescription" element


getValidValues

ConfigPropValidValues getValidValues()
Gets the "ValidValues" element


isSetValidValues

boolean isSetValidValues()
True if has "ValidValues" element


setValidValues

void setValidValues(ConfigPropValidValues validValues)
Sets the "ValidValues" element


addNewValidValues

ConfigPropValidValues addNewValidValues()
Appends and returns a new empty "ValidValues" element


unsetValidValues

void unsetValidValues()
Unsets the "ValidValues" element


getValidRanges

ConfigPropValidRanges getValidRanges()
Gets the "ValidRanges" element


isSetValidRanges

boolean isSetValidRanges()
True if has "ValidRanges" element


setValidRanges

void setValidRanges(ConfigPropValidRanges validRanges)
Sets the "ValidRanges" element


addNewValidRanges

ConfigPropValidRanges addNewValidRanges()
Appends and returns a new empty "ValidRanges" element


unsetValidRanges

void unsetValidRanges()
Unsets the "ValidRanges" element


getRestart

boolean getRestart()
Gets the "Restart" element


xgetRestart

org.apache.xmlbeans.XmlBoolean xgetRestart()
Gets (as xml) the "Restart" element


isSetRestart

boolean isSetRestart()
True if has "Restart" element


setRestart

void setRestart(boolean restart)
Sets the "Restart" element


xsetRestart

void xsetRestart(org.apache.xmlbeans.XmlBoolean restart)
Sets (as xml) the "Restart" element


unsetRestart

void unsetRestart()
Unsets the "Restart" element


getOrder

int getOrder()
Gets the "Order" element


xgetOrder

org.apache.xmlbeans.XmlInt xgetOrder()
Gets (as xml) the "Order" element


isSetOrder

boolean isSetOrder()
True if has "Order" element


setOrder

void setOrder(int order)
Sets the "Order" element


xsetOrder

void xsetOrder(org.apache.xmlbeans.XmlInt order)
Sets (as xml) the "Order" element


unsetOrder

void unsetOrder()
Unsets the "Order" element


getGroup

int getGroup()
Gets the "Group" element


xgetGroup

org.apache.xmlbeans.XmlInt xgetGroup()
Gets (as xml) the "Group" element


isSetGroup

boolean isSetGroup()
True if has "Group" element


setGroup

void setGroup(int group)
Sets the "Group" element


xsetGroup

void xsetGroup(org.apache.xmlbeans.XmlInt group)
Sets (as xml) the "Group" element


unsetGroup

void unsetGroup()
Unsets the "Group" element


getConstructorArgIndex

int getConstructorArgIndex()
Gets the "ConstructorArgIndex" element


xgetConstructorArgIndex

org.apache.xmlbeans.XmlInt xgetConstructorArgIndex()
Gets (as xml) the "ConstructorArgIndex" element


isSetConstructorArgIndex

boolean isSetConstructorArgIndex()
True if has "ConstructorArgIndex" element


setConstructorArgIndex

void setConstructorArgIndex(int constructorArgIndex)
Sets the "ConstructorArgIndex" element


xsetConstructorArgIndex

void xsetConstructorArgIndex(org.apache.xmlbeans.XmlInt constructorArgIndex)
Sets (as xml) the "ConstructorArgIndex" element


unsetConstructorArgIndex

void unsetConstructorArgIndex()
Unsets the "ConstructorArgIndex" element


getPersists

boolean getPersists()
Gets the "Persists" element


xgetPersists

org.apache.xmlbeans.XmlBoolean xgetPersists()
Gets (as xml) the "Persists" element


isSetPersists

boolean isSetPersists()
True if has "Persists" element


setPersists

void setPersists(boolean persists)
Sets the "Persists" element


xsetPersists

void xsetPersists(org.apache.xmlbeans.XmlBoolean persists)
Sets (as xml) the "Persists" element


unsetPersists

void unsetPersists()
Unsets the "Persists" element


getMLDisplayNames

LocalizedProperties getMLDisplayNames()
Gets the "MLDisplayNames" element


isSetMLDisplayNames

boolean isSetMLDisplayNames()
True if has "MLDisplayNames" element


setMLDisplayNames

void setMLDisplayNames(LocalizedProperties mlDisplayNames)
Sets the "MLDisplayNames" element


addNewMLDisplayNames

LocalizedProperties addNewMLDisplayNames()
Appends and returns a new empty "MLDisplayNames" element


unsetMLDisplayNames

void unsetMLDisplayNames()
Unsets the "MLDisplayNames" element


getMLDescriptions

LocalizedProperties getMLDescriptions()
Gets the "MLDescriptions" element


isSetMLDescriptions

boolean isSetMLDescriptions()
True if has "MLDescriptions" element


setMLDescriptions

void setMLDescriptions(LocalizedProperties mlDescriptions)
Sets the "MLDescriptions" element


addNewMLDescriptions

LocalizedProperties addNewMLDescriptions()
Appends and returns a new empty "MLDescriptions" element


unsetMLDescriptions

void unsetMLDescriptions()
Unsets the "MLDescriptions" element


getDefaultable

boolean getDefaultable()
Gets the "Defaultable" element


xgetDefaultable

org.apache.xmlbeans.XmlBoolean xgetDefaultable()
Gets (as xml) the "Defaultable" element


isSetDefaultable

boolean isSetDefaultable()
True if has "Defaultable" element


setDefaultable

void setDefaultable(boolean defaultable)
Sets the "Defaultable" element


xsetDefaultable

void xsetDefaultable(org.apache.xmlbeans.XmlBoolean defaultable)
Sets (as xml) the "Defaultable" element


unsetDefaultable

void unsetDefaultable()
Unsets the "Defaultable" element


getAcceptValue

boolean getAcceptValue()
Gets the "AcceptValue" element


xgetAcceptValue

org.apache.xmlbeans.XmlBoolean xgetAcceptValue()
Gets (as xml) the "AcceptValue" element


isSetAcceptValue

boolean isSetAcceptValue()
True if has "AcceptValue" element


setAcceptValue

void setAcceptValue(boolean acceptValue)
Sets the "AcceptValue" element


xsetAcceptValue

void xsetAcceptValue(org.apache.xmlbeans.XmlBoolean acceptValue)
Sets (as xml) the "AcceptValue" element


unsetAcceptValue

void unsetAcceptValue()
Unsets the "AcceptValue" element