public class AnyType extends java.lang.Object implements ADBBean
| Modifier and Type | Class and Description |
|---|---|
static class |
AnyType.Factory
Factory class that keeps the parse method
|
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.axiom.om.OMElement |
localAnyType
field for AnyType
|
static javax.xml.namespace.QName |
MY_QNAME |
| Constructor and Description |
|---|
AnyType() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axiom.om.OMElement |
getAnyType()
Auto generated getter method
|
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
|
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 |
setAnyType(org.apache.axiom.om.OMElement param)
Auto generated setter method
|
public static final javax.xml.namespace.QName MY_QNAME
protected org.apache.axiom.om.OMElement localAnyType
public org.apache.axiom.om.OMElement getAnyType()
public void setAnyType(org.apache.axiom.om.OMElement param)
param - AnyTypepublic 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 ADBBeanparentQName - factory - ADBExceptionpublic void serialize(javax.xml.namespace.QName parentQName,
javax.xml.stream.XMLStreamWriter xmlWriter)
throws javax.xml.stream.XMLStreamException,
ADBException
serialize in interface ADBBeanjavax.xml.stream.XMLStreamExceptionADBExceptionpublic void serialize(javax.xml.namespace.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(javax.xml.namespace.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.