com.businessobjects.enterprise.infoobject
Interface CustomProperties.Date

Enclosing interface:
CustomProperties

public static interface CustomProperties.Date

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


Nested Class Summary
static class CustomProperties.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
 boolean getProcessingProp()
          Gets the "processingProp" attribute
 java.util.Calendar getValue()
          Gets the "Value" element
 boolean isSetProcessingProp()
          True if has "processingProp" attribute
 void setNameID(java.lang.String nameID)
          Sets the "nameID" attribute
 void setProcessingProp(boolean processingProp)
          Sets the "processingProp" attribute
 void setValue(java.util.Calendar value)
          Sets the "Value" element
 void unsetProcessingProp()
          Unsets the "processingProp" attribute
 org.apache.xmlbeans.XmlString xgetNameID()
          Gets (as xml) the "nameID" attribute
 org.apache.xmlbeans.XmlBoolean xgetProcessingProp()
          Gets (as xml) the "processingProp" 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 xsetProcessingProp(org.apache.xmlbeans.XmlBoolean processingProp)
          Sets (as xml) the "processingProp" 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


getProcessingProp

boolean getProcessingProp()
Gets the "processingProp" attribute


xgetProcessingProp

org.apache.xmlbeans.XmlBoolean xgetProcessingProp()
Gets (as xml) the "processingProp" attribute


isSetProcessingProp

boolean isSetProcessingProp()
True if has "processingProp" attribute


setProcessingProp

void setProcessingProp(boolean processingProp)
Sets the "processingProp" attribute


xsetProcessingProp

void xsetProcessingProp(org.apache.xmlbeans.XmlBoolean processingProp)
Sets (as xml) the "processingProp" attribute


unsetProcessingProp

void unsetProcessingProp()
Unsets the "processingProp" attribute