public class _double extends Object implements ADBBean
| Modifier and Type | Class and Description |
|---|---|
static class |
_double.Factory
Factory class that keeps the parse method
|
| Modifier and Type | Field and Description |
|---|---|
protected double |
local_double
field for _double
|
| Constructor and Description |
|---|
_double() |
| Modifier and Type | Method and Description |
|---|---|
double |
get_double()
Auto generated getter method
|
org.apache.axiom.om.OMElement |
getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory) |
XMLStreamReader |
getPullParser(QName qName)
databinding method to get an XML representation of this object
|
static boolean |
isReaderMTOMAware(XMLStreamReader reader)
isReaderMTOMAware
|
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
set_double(double param)
Auto generated setter method
|
String |
toString() |
public double get_double()
public void set_double(double param)
param - _doublepublic static boolean isReaderMTOMAware(XMLStreamReader reader)
public 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, XMLStreamWriter xmlWriter) throws XMLStreamException, ADBException
serialize in interface ADBBeanXMLStreamExceptionADBExceptionpublic void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, ADBException
serialize in interface ADBBeanXMLStreamExceptionADBExceptionpublic XMLStreamReader getPullParser(QName qName) throws ADBException
getPullParser in interface ADBBeanqName - the name of the element to be generated for this ADBBean.ADBExceptionCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.