com.businessobjects.enterprise.infoobject
Interface CustomBag.Bag

All Superinterfaces:
CustomBag
Enclosing interface:
CustomBag

public static interface CustomBag.Bag
extends CustomBag

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


Nested Class Summary
static class CustomBag.Bag.Factory
          A factory class with static methods for creating instances of this type.
 
Nested classes/interfaces inherited from interface com.businessobjects.enterprise.infoobject.CustomBag
CustomBag.Bag, CustomBag.Bool, CustomBag.Date, CustomBag.Double, CustomBag.Integer, CustomBag.String
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 java.lang.String getNameID1()
          Gets the "nameID1" attribute
 void setNameID1(java.lang.String nameID1)
          Sets the "nameID1" attribute
 org.apache.xmlbeans.XmlString xgetNameID1()
          Gets (as xml) the "nameID1" attribute
 void xsetNameID1(org.apache.xmlbeans.XmlString nameID1)
          Sets (as xml) the "nameID1" attribute
 
Methods inherited from interface com.businessobjects.enterprise.infoobject.CustomBag
addNewBag, addNewBool, addNewDate, addNewDouble, addNewInteger, addNewString, getBagArray, getBagArray, getBoolArray, getBoolArray, getDateArray, getDateArray, getDoubleArray, getDoubleArray, getIntegerArray, getIntegerArray, getNameID, getProcessingProp, getStringArray, getStringArray, insertNewBag, insertNewBool, insertNewDate, insertNewDouble, insertNewInteger, insertNewString, isSetNameID, isSetProcessingProp, removeBag, removeBool, removeDate, removeDouble, removeInteger, removeString, setBagArray, setBagArray, setBoolArray, setBoolArray, setDateArray, setDateArray, setDoubleArray, setDoubleArray, setIntegerArray, setIntegerArray, setNameID, setProcessingProp, setStringArray, setStringArray, sizeOfBagArray, sizeOfBoolArray, sizeOfDateArray, sizeOfDoubleArray, sizeOfIntegerArray, sizeOfStringArray, unsetNameID, unsetProcessingProp, xgetNameID, xgetProcessingProp, xsetNameID, xsetProcessingProp
 

Field Detail

type

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

getNameID1

java.lang.String getNameID1()
Gets the "nameID1" attribute


xgetNameID1

org.apache.xmlbeans.XmlString xgetNameID1()
Gets (as xml) the "nameID1" attribute


setNameID1

void setNameID1(java.lang.String nameID1)
Sets the "nameID1" attribute


xsetNameID1

void xsetNameID1(org.apache.xmlbeans.XmlString nameID1)
Sets (as xml) the "nameID1" attribute