|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_leipzig.wifa.iwi.mr3.common.FindResponse
public class FindResponse
FindResponse bean class
Nested Class Summary | |
---|---|
static class |
FindResponse.Factory
Factory class that keeps the parse method |
Field Summary | |
---|---|
protected Match[] |
localMatch
field for Match This was an Array! |
protected boolean |
localMatchTracker
|
static QName |
MY_QNAME
|
Constructor Summary | |
---|---|
FindResponse()
|
Method Summary | |
---|---|
void |
addMatch(Match param)
Auto generated add method for the array for convenience |
Match[] |
getMatch()
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,
org.apache.axiom.om.OMFactory factory,
org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter)
|
void |
serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
setMatch(Match[] param)
Auto generated setter method |
protected void |
validateMatch(Match[] param)
validate the array for Match |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final QName MY_QNAME
protected Match[] localMatch
protected boolean localMatchTracker
Constructor Detail |
---|
public FindResponse()
Method Detail |
---|
public Match[] getMatch()
protected void validateMatch(Match[] param)
public void setMatch(Match[] param)
param
- Matchpublic void addMatch(Match param)
param
- de.uni_leipzig.wifa.iwi.mr3.common.Matchpublic static boolean isReaderMTOMAware(XMLStreamReader reader)
public org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
parentQName
- factory
-
org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName, org.apache.axiom.om.OMFactory factory, org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize
in interface org.apache.axis2.databinding.ADBBean
XMLStreamException
org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName, org.apache.axiom.om.OMFactory factory, org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize
in interface org.apache.axis2.databinding.ADBBean
XMLStreamException
org.apache.axis2.databinding.ADBException
public XMLStreamReader getPullParser(QName qName) throws org.apache.axis2.databinding.ADBException
getPullParser
in interface org.apache.axis2.databinding.ADBBean
org.apache.axis2.databinding.ADBException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |