com.businessobjects.enterprise.infoobject
Interface Limit


public interface Limit

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


Nested Class Summary
static class Limit.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 getApplicableKind()
          Gets the "ApplicableKind" element
 java.lang.String getID()
          Gets the "ID" element
 java.lang.String getScope()
          Gets the "Scope" element
 int getValue()
          Gets the "Value" element
 boolean isSetApplicableKind()
          True if has "ApplicableKind" element
 boolean isSetScope()
          True if has "Scope" element
 void setApplicableKind(java.lang.String applicableKind)
          Sets the "ApplicableKind" element
 void setID(java.lang.String id)
          Sets the "ID" element
 void setScope(java.lang.String scope)
          Sets the "Scope" element
 void setValue(int value)
          Sets the "Value" element
 void unsetApplicableKind()
          Unsets the "ApplicableKind" element
 void unsetScope()
          Unsets the "Scope" element
 org.apache.xmlbeans.XmlString xgetApplicableKind()
          Gets (as xml) the "ApplicableKind" element
 org.apache.xmlbeans.XmlString xgetID()
          Gets (as xml) the "ID" element
 org.apache.xmlbeans.XmlString xgetScope()
          Gets (as xml) the "Scope" element
 org.apache.xmlbeans.XmlInt xgetValue()
          Gets (as xml) the "Value" element
 void xsetApplicableKind(org.apache.xmlbeans.XmlString applicableKind)
          Sets (as xml) the "ApplicableKind" element
 void xsetID(org.apache.xmlbeans.XmlString id)
          Sets (as xml) the "ID" element
 void xsetScope(org.apache.xmlbeans.XmlString scope)
          Sets (as xml) the "Scope" element
 void xsetValue(org.apache.xmlbeans.XmlInt value)
          Sets (as xml) the "Value" element
 

Field Detail

type

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

getID

java.lang.String getID()
Gets the "ID" element


xgetID

org.apache.xmlbeans.XmlString xgetID()
Gets (as xml) the "ID" element


setID

void setID(java.lang.String id)
Sets the "ID" element


xsetID

void xsetID(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "ID" element


getValue

int getValue()
Gets the "Value" element


xgetValue

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


setValue

void setValue(int value)
Sets the "Value" element


xsetValue

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


getScope

java.lang.String getScope()
Gets the "Scope" element


xgetScope

org.apache.xmlbeans.XmlString xgetScope()
Gets (as xml) the "Scope" element


isSetScope

boolean isSetScope()
True if has "Scope" element


setScope

void setScope(java.lang.String scope)
Sets the "Scope" element


xsetScope

void xsetScope(org.apache.xmlbeans.XmlString scope)
Sets (as xml) the "Scope" element


unsetScope

void unsetScope()
Unsets the "Scope" element


getApplicableKind

java.lang.String getApplicableKind()
Gets the "ApplicableKind" element


xgetApplicableKind

org.apache.xmlbeans.XmlString xgetApplicableKind()
Gets (as xml) the "ApplicableKind" element


isSetApplicableKind

boolean isSetApplicableKind()
True if has "ApplicableKind" element


setApplicableKind

void setApplicableKind(java.lang.String applicableKind)
Sets the "ApplicableKind" element


xsetApplicableKind

void xsetApplicableKind(org.apache.xmlbeans.XmlString applicableKind)
Sets (as xml) the "ApplicableKind" element


unsetApplicableKind

void unsetApplicableKind()
Unsets the "ApplicableKind" element