public class UnsignedInt extends Object implements ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
UnsignedInt.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected UnsignedInt |
localUnsignedInt
field for UnsignedInt
|
Constructor and Description |
---|
UnsignedInt() |
Modifier and Type | Method and Description |
---|---|
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
|
UnsignedInt |
getUnsignedInt()
Auto generated getter method
|
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 |
setUnsignedInt(UnsignedInt param)
Auto generated setter method
|
String |
toString() |
protected UnsignedInt localUnsignedInt
public UnsignedInt getUnsignedInt()
public void setUnsignedInt(UnsignedInt param)
param
- UnsignedIntpublic 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 ADBBean
parentQName
- factory
- ADBException
public void serialize(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(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(QName qName) throws ADBException
getPullParser
in interface ADBBean
qName
- the name of the element to be generated for this ADBBean.ADBException
Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.