public class NOTATION extends Object implements ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
NOTATION.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected QName |
localQName
field for QName
|
Constructor and Description |
---|
NOTATION() |
Modifier and Type | Method and Description |
---|---|
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
|
QName |
getQName()
Auto generated getter method
|
static boolean |
isReaderMTOMAware(XMLStreamReader reader)
isReaderMTOMAware
|
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setQName(QName param)
Auto generated setter method
|
String |
toString() |
protected QName localQName
public QName getQName()
public void setQName(QName param)
param
- QNamepublic 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 ADBBean
parentQName
- factory
- ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, ADBException
serialize
in interface ADBBean
XMLStreamException
ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, ADBException
serialize
in interface ADBBean
XMLStreamException
ADBException
public 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-2012 Apache Software Foundation. All Rights Reserved.