public class UnsignedLong extends Object implements ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
UnsignedLong.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected UnsignedLong |
localUnsignedLong
field for UnsignedLong
|
Constructor and Description |
---|
UnsignedLong() |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
getOMElement(javax.xml.namespace.QName parentQName,
org.apache.axiom.om.OMFactory factory) |
javax.xml.stream.XMLStreamReader |
getPullParser(javax.xml.namespace.QName qName)
databinding method to get an XML representation of this object
|
UnsignedLong |
getUnsignedLong()
Auto generated getter method
|
static boolean |
isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader)
isReaderMTOMAware
|
void |
serialize(javax.xml.namespace.QName parentQName,
javax.xml.stream.XMLStreamWriter xmlWriter) |
void |
serialize(javax.xml.namespace.QName parentQName,
javax.xml.stream.XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setUnsignedLong(UnsignedLong param)
Auto generated setter method
|
String |
toString() |
protected UnsignedLong localUnsignedLong
public UnsignedLong getUnsignedLong()
public void setUnsignedLong(UnsignedLong param)
param
- UnsignedLongpublic static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader)
public org.apache.axiom.om.OMElement getOMElement(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory) throws ADBException
getOMElement
in interface ADBBean
parentQName
- factory
- ADBException
public void serialize(javax.xml.namespace.QName parentQName, javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException, ADBException
serialize
in interface ADBBean
javax.xml.stream.XMLStreamException
ADBException
public void serialize(javax.xml.namespace.QName parentQName, javax.xml.stream.XMLStreamWriter xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException, ADBException
serialize
in interface ADBBean
javax.xml.stream.XMLStreamException
ADBException
public javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName) throws ADBException
getPullParser
in interface ADBBean
qName
- the name of the element to be generated for this ADBBean.ADBException
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.