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