public class ArrayCoordinate extends Object implements ADBBean
| Modifier and Type | Class and Description |
|---|---|
static class |
ArrayCoordinate.Factory
Factory class that keeps the parse method
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
localArrayCoordinate
field for ArrayCoordinate
|
static QName |
MY_QNAME |
| Constructor and Description |
|---|
ArrayCoordinate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArrayCoordinate()
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 |
setArrayCoordinate(String param)
Auto generated setter method
|
String |
toString() |
public static final QName MY_QNAME
protected String localArrayCoordinate
public String getArrayCoordinate()
public void setArrayCoordinate(String param)
param - ArrayCoordinatepublic 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 ADBBeanparentQName - factory - ADBExceptionpublic void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, ADBException
serialize in interface ADBBeanXMLStreamExceptionADBExceptionpublic void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, ADBException
serialize in interface ADBBeanXMLStreamExceptionADBExceptionpublic XMLStreamReader getPullParser(QName qName) throws ADBException
getPullParser in interface ADBBeanqName - the name of the element to be generated for this ADBBean.ADBExceptionCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.