com.businessobjects.enterprise.overload
Interface ObjectOverload


public interface ObjectOverload

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


Nested Class Summary
static class ObjectOverload.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 int getObjectID()
          Gets the "ObjectID" element
 java.lang.String getObjectName()
          Gets the "ObjectName" element
 boolean isSetObjectID()
          True if has "ObjectID" element
 boolean isSetObjectName()
          True if has "ObjectName" element
 void setObjectID(int objectID)
          Sets the "ObjectID" element
 void setObjectName(java.lang.String objectName)
          Sets the "ObjectName" element
 void unsetObjectID()
          Unsets the "ObjectID" element
 void unsetObjectName()
          Unsets the "ObjectName" element
 org.apache.xmlbeans.XmlInt xgetObjectID()
          Gets (as xml) the "ObjectID" element
 org.apache.xmlbeans.XmlString xgetObjectName()
          Gets (as xml) the "ObjectName" element
 void xsetObjectID(org.apache.xmlbeans.XmlInt objectID)
          Sets (as xml) the "ObjectID" element
 void xsetObjectName(org.apache.xmlbeans.XmlString objectName)
          Sets (as xml) the "ObjectName" element
 

Field Detail

type

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

getObjectName

java.lang.String getObjectName()
Gets the "ObjectName" element


xgetObjectName

org.apache.xmlbeans.XmlString xgetObjectName()
Gets (as xml) the "ObjectName" element


isSetObjectName

boolean isSetObjectName()
True if has "ObjectName" element


setObjectName

void setObjectName(java.lang.String objectName)
Sets the "ObjectName" element


xsetObjectName

void xsetObjectName(org.apache.xmlbeans.XmlString objectName)
Sets (as xml) the "ObjectName" element


unsetObjectName

void unsetObjectName()
Unsets the "ObjectName" element


getObjectID

int getObjectID()
Gets the "ObjectID" element


xgetObjectID

org.apache.xmlbeans.XmlInt xgetObjectID()
Gets (as xml) the "ObjectID" element


isSetObjectID

boolean isSetObjectID()
True if has "ObjectID" element


setObjectID

void setObjectID(int objectID)
Sets the "ObjectID" element


xsetObjectID

void xsetObjectID(org.apache.xmlbeans.XmlInt objectID)
Sets (as xml) the "ObjectID" element


unsetObjectID

void unsetObjectID()
Unsets the "ObjectID" element