com.businessobjects.enterprise.server
Interface ValidRange


public interface ValidRange

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


Nested Class Summary
static class ValidRange.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 addNewMax()
          Appends and returns a new empty "Max" element
 com.businessobjects.enterprise.infoobject.VoidProperty addNewMin()
          Appends and returns a new empty "Min" element
 com.businessobjects.enterprise.infoobject.VoidProperty getMax()
          Gets the "Max" element
 com.businessobjects.enterprise.infoobject.VoidProperty getMin()
          Gets the "Min" element
 void setMax(com.businessobjects.enterprise.infoobject.VoidProperty max)
          Sets the "Max" element
 void setMin(com.businessobjects.enterprise.infoobject.VoidProperty min)
          Sets the "Min" element
 

Field Detail

type

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

getMin

com.businessobjects.enterprise.infoobject.VoidProperty getMin()
Gets the "Min" element


setMin

void setMin(com.businessobjects.enterprise.infoobject.VoidProperty min)
Sets the "Min" element


addNewMin

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


getMax

com.businessobjects.enterprise.infoobject.VoidProperty getMax()
Gets the "Max" element


setMax

void setMax(com.businessobjects.enterprise.infoobject.VoidProperty max)
Sets the "Max" element


addNewMax

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