|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.databinding.types.xsd.NormalizedString
public class NormalizedString
NormalizedString bean class
Nested Class Summary | |
---|---|
static class |
NormalizedString.Factory
Factory class that keeps the parse method |
Field Summary | |
---|---|
protected NormalizedString |
localNormalizedString
field for NormalizedString |
Constructor Summary | |
---|---|
NormalizedString()
|
Method Summary | |
---|---|
NormalizedString |
getNormalizedString()
Auto generated getter method |
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 |
static boolean |
isReaderMTOMAware(XMLStreamReader reader)
isReaderMTOMAware |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter)
|
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
setNormalizedString(NormalizedString param)
Auto generated setter method |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected NormalizedString localNormalizedString
Constructor Detail |
---|
public NormalizedString()
Method Detail |
---|
public NormalizedString getNormalizedString()
public void setNormalizedString(NormalizedString param)
param
- NormalizedStringpublic String toString()
toString
in class Object
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |