com.businessobjects.enterprise.profile
Interface Expression


public interface Expression

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


Nested Class Summary
static class Expression.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 getExpression()
          Gets the "Expression" element
 java.lang.String getKind()
          Gets the "Kind" element
 boolean isSetCustomProperties()
          True if has "CustomProperties" element
 boolean isSetExpression()
          True if has "Expression" element
 boolean isSetKind()
          True if has "Kind" element
 void setCustomProperties(CustomProperties customProperties)
          Sets the "CustomProperties" element
 void setExpression(java.lang.String expression)
          Sets the "Expression" element
 void setKind(java.lang.String kind)
          Sets the "Kind" element
 void unsetCustomProperties()
          Unsets the "CustomProperties" element
 void unsetExpression()
          Unsets the "Expression" element
 void unsetKind()
          Unsets the "Kind" element
 org.apache.xmlbeans.XmlString xgetExpression()
          Gets (as xml) the "Expression" element
 org.apache.xmlbeans.XmlString xgetKind()
          Gets (as xml) the "Kind" element
 void xsetExpression(org.apache.xmlbeans.XmlString expression)
          Sets (as xml) the "Expression" element
 void xsetKind(org.apache.xmlbeans.XmlString kind)
          Sets (as xml) the "Kind" element
 

Field Detail

type

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

getKind

java.lang.String getKind()
Gets the "Kind" element


xgetKind

org.apache.xmlbeans.XmlString xgetKind()
Gets (as xml) the "Kind" element


isSetKind

boolean isSetKind()
True if has "Kind" element


setKind

void setKind(java.lang.String kind)
Sets the "Kind" element


xsetKind

void xsetKind(org.apache.xmlbeans.XmlString kind)
Sets (as xml) the "Kind" element


unsetKind

void unsetKind()
Unsets the "Kind" element


getExpression

java.lang.String getExpression()
Gets the "Expression" element


xgetExpression

org.apache.xmlbeans.XmlString xgetExpression()
Gets (as xml) the "Expression" element


isSetExpression

boolean isSetExpression()
True if has "Expression" element


setExpression

void setExpression(java.lang.String expression)
Sets the "Expression" element


xsetExpression

void xsetExpression(org.apache.xmlbeans.XmlString expression)
Sets (as xml) the "Expression" element


unsetExpression

void unsetExpression()
Unsets the "Expression" 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