com.businessobjects.enterprise.infoobject
Interface CustomBag.Date

Enclosing interface:
CustomBag

public static interface CustomBag.Date

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


Nested Class Summary
static class CustomBag.Date.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 getNameID()
          Gets the "nameID" attribute
 java.util.Calendar getValue()
          Gets the "Value" element
 void setNameID(java.lang.String nameID)
          Sets the "nameID" attribute
 void setValue(java.util.Calendar value)
          Sets the "Value" element
 org.apache.xmlbeans.XmlString xgetNameID()
          Gets (as xml) the "nameID" attribute
 org.apache.xmlbeans.XmlDateTime xgetValue()
          Gets (as xml) the "Value" element
 void xsetNameID(org.apache.xmlbeans.XmlString nameID)
          Sets (as xml) the "nameID" attribute
 void xsetValue(org.apache.xmlbeans.XmlDateTime value)
          Sets (as xml) the "Value" element
 

Field Detail

type

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

getValue

java.util.Calendar getValue()
Gets the "Value" element


xgetValue

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


setValue

void setValue(java.util.Calendar value)
Sets the "Value" element


xsetValue

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


getNameID

java.lang.String getNameID()
Gets the "nameID" attribute


xgetNameID

org.apache.xmlbeans.XmlString xgetNameID()
Gets (as xml) the "nameID" attribute


setNameID

void setNameID(java.lang.String nameID)
Sets the "nameID" attribute


xsetNameID

void xsetNameID(org.apache.xmlbeans.XmlString nameID)
Sets (as xml) the "nameID" attribute