public class Date extends Object implements ADBBean
| Modifier and Type | Class and Description |
|---|---|
static class |
Date.Factory
Factory class that keeps the parse method
|
| Modifier and Type | Field and Description |
|---|---|
protected Date |
localDate
field for Date
|
| Constructor and Description |
|---|
Date() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate()
Auto generated getter method
|
org.apache.axiom.om.OMElement |
getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory) |
void |
serialize(QName parentQName,
javax.xml.stream.XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
javax.xml.stream.XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setDate(Date param)
Auto generated setter method
|
String |
toString() |
protected Date localDate
public Date getDate()
public void setDate(Date param)
param - Datepublic org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws ADBException
getOMElement in interface ADBBeanparentQName - factory - ADBExceptionpublic void serialize(QName parentQName, javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException, ADBException
serialize in interface ADBBeanjavax.xml.stream.XMLStreamExceptionADBExceptionpublic void serialize(QName parentQName, javax.xml.stream.XMLStreamWriter xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException, ADBException
serialize in interface ADBBeanjavax.xml.stream.XMLStreamExceptionADBExceptionCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.