com.businessobjects.enterprise.infoobject
Interface CustomProperties.Date

Enclosing interface:
CustomProperties

public static interface CustomProperties.Date

Represents a custom date property.


Nested Class Summary
static class CustomProperties.Date.Factory
          A class with methods for creating instances of the CustomProperties.Date type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 java.lang.String getNameID()
          Returns the property name.
 boolean getProcessingProp()
          Internal Use Only.
 java.util.Calendar getValue()
          Returns the property value.
 boolean isSetProcessingProp()
          Internal Use Only.
 void setNameID(java.lang.String nameID)
          Internal Use Only.
 void setProcessingProp(boolean processingProp)
          Internal Use Only.
 void setValue(java.util.Calendar value)
          Sets the property value.
 void unsetProcessingProp()
          Internal Use Only.
 org.apache.xmlbeans.XmlString xgetNameID()
          Internal Use Only.
 org.apache.xmlbeans.XmlBoolean xgetProcessingProp()
          Internal Use Only.
 org.apache.xmlbeans.XmlDateTime xgetValue()
          Internal Use Only.
 void xsetNameID(org.apache.xmlbeans.XmlString nameID)
          Internal Use Only.
 void xsetProcessingProp(org.apache.xmlbeans.XmlBoolean processingProp)
          Internal Use Only.
 void xsetValue(org.apache.xmlbeans.XmlDateTime value)
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.

Method Detail

getValue

java.util.Calendar getValue()

Returns the property value.

Returns:
The property value.

xgetValue

org.apache.xmlbeans.XmlDateTime xgetValue()
Internal Use Only.


setValue

void setValue(java.util.Calendar value)

Sets the property value.

Parameters:
value - The property value.

xsetValue

void xsetValue(org.apache.xmlbeans.XmlDateTime value)
Internal Use Only.


getNameID

java.lang.String getNameID()
Returns the property name.

Returns:
Returns the property name.

xgetNameID

org.apache.xmlbeans.XmlString xgetNameID()
Internal Use Only.


setNameID

void setNameID(java.lang.String nameID)
Internal Use Only.


xsetNameID

void xsetNameID(org.apache.xmlbeans.XmlString nameID)
Internal Use Only.


getProcessingProp

boolean getProcessingProp()
Internal Use Only.


xgetProcessingProp

org.apache.xmlbeans.XmlBoolean xgetProcessingProp()
Internal Use Only.


isSetProcessingProp

boolean isSetProcessingProp()
Internal Use Only.


setProcessingProp

void setProcessingProp(boolean processingProp)
Internal Use Only.


xsetProcessingProp

void xsetProcessingProp(org.apache.xmlbeans.XmlBoolean processingProp)
Internal Use Only.


unsetProcessingProp

void unsetProcessingProp()
Internal Use Only.