|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.util.Calendar getValue()
Returns the property value.
org.apache.xmlbeans.XmlDateTime xgetValue()
void setValue(java.util.Calendar value)
Sets the property value.
value - The property value.void xsetValue(org.apache.xmlbeans.XmlDateTime value)
java.lang.String getNameID()
org.apache.xmlbeans.XmlString xgetNameID()
void setNameID(java.lang.String nameID)
void xsetNameID(org.apache.xmlbeans.XmlString nameID)
boolean getProcessingProp()
org.apache.xmlbeans.XmlBoolean xgetProcessingProp()
boolean isSetProcessingProp()
void setProcessingProp(boolean processingProp)
void xsetProcessingProp(org.apache.xmlbeans.XmlBoolean processingProp)
void unsetProcessingProp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||