com.businessobjects.enterprise.profile
Interface Value


public interface Value

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


Nested Class Summary
static class Value.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 CustomProperties addNewCustomProperties()
          Appends and returns a new empty "CustomProperties" element
 CustomProperties getCustomProperties()
          Gets the "CustomProperties" element
 java.lang.String getValue()
          Gets the "Value" element
 boolean isSetCustomProperties()
          True if has "CustomProperties" element
 boolean isSetValue()
          True if has "Value" element
 void setCustomProperties(CustomProperties customProperties)
          Sets the "CustomProperties" element
 void setValue(java.lang.String value)
          Sets the "Value" element
 void unsetCustomProperties()
          Unsets the "CustomProperties" element
 void unsetValue()
          Unsets the "Value" element
 org.apache.xmlbeans.XmlString xgetValue()
          Gets (as xml) the "Value" element
 void xsetValue(org.apache.xmlbeans.XmlString value)
          Sets (as xml) the "Value" element
 

Field Detail

type

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

getValue

java.lang.String getValue()
Gets the "Value" element


xgetValue

org.apache.xmlbeans.XmlString xgetValue()
Gets (as xml) the "Value" element


isSetValue

boolean isSetValue()
True if has "Value" element


setValue

void setValue(java.lang.String value)
Sets the "Value" element


xsetValue

void xsetValue(org.apache.xmlbeans.XmlString value)
Sets (as xml) the "Value" element


unsetValue

void unsetValue()
Unsets the "Value" element


getCustomProperties

CustomProperties getCustomProperties()
Gets the "CustomProperties" element


isSetCustomProperties

boolean isSetCustomProperties()
True if has "CustomProperties" element


setCustomProperties

void setCustomProperties(CustomProperties customProperties)
Sets the "CustomProperties" element


addNewCustomProperties

CustomProperties addNewCustomProperties()
Appends and returns a new empty "CustomProperties" element


unsetCustomProperties

void unsetCustomProperties()
Unsets the "CustomProperties" element