public class ID extends java.lang.Object implements ADBBean
| Modifier and Type | Class and Description |
|---|---|
static class |
ID.Factory
Factory class that keeps the parse method
|
| Constructor and Description |
|---|
ID() |
| Modifier and Type | Method and Description |
|---|---|
Id |
getID()
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 |
setID(Id param)
Auto generated setter method
|
java.lang.String |
toString() |
protected Id localID
public Id getID()
public void setID(Id param)
param - IDpublic java.lang.String toString()
toString in class java.lang.Objectpublic 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.