de.uni_leipzig.wifa.iwi.mr3.common
Class FindResponse

Package class diagram package FindResponse
java.lang.Object
  extended by de.uni_leipzig.wifa.iwi.mr3.common.FindResponse
All Implemented Interfaces:
Serializable, org.apache.axis2.databinding.ADBBean

public class FindResponse
extends Object
implements org.apache.axis2.databinding.ADBBean

FindResponse bean class

See Also:
Serialized Form

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

MY_QNAME

public static final QName MY_QNAME

localMatch

protected Match[] localMatch
field for Match This was an Array!


localMatchTracker

protected boolean localMatchTracker
Constructor Detail

FindResponse

public FindResponse()
Method Detail

getMatch

public Match[] getMatch()
Auto generated getter method

Returns:
de.uni_leipzig.wifa.iwi.mr3.common.Match[]

validateMatch

protected void validateMatch(Match[] param)
validate the array for Match


setMatch

public void setMatch(Match[] param)
Auto generated setter method

Parameters:
param - Match

addMatch

public void addMatch(Match param)
Auto generated add method for the array for convenience

Parameters:
param - de.uni_leipzig.wifa.iwi.mr3.common.Match

isReaderMTOMAware

public static boolean isReaderMTOMAware(XMLStreamReader reader)
isReaderMTOMAware

Returns:
true if the reader supports MTOM

getOMElement

public org.apache.axiom.om.OMElement getOMElement(QName parentQName,
                                                  org.apache.axiom.om.OMFactory factory)
                                           throws org.apache.axis2.databinding.ADBException
Parameters:
parentQName -
factory -
Returns:
org.apache.axiom.om.OMElement
Throws:
org.apache.axis2.databinding.ADBException

serialize

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
Specified by:
serialize in interface org.apache.axis2.databinding.ADBBean
Throws:
XMLStreamException
org.apache.axis2.databinding.ADBException

serialize

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
Specified by:
serialize in interface org.apache.axis2.databinding.ADBBean
Throws:
XMLStreamException
org.apache.axis2.databinding.ADBException

getPullParser

public XMLStreamReader getPullParser(QName qName)
                              throws org.apache.axis2.databinding.ADBException
databinding method to get an XML representation of this object

Specified by:
getPullParser in interface org.apache.axis2.databinding.ADBBean
Throws:
org.apache.axis2.databinding.ADBException


Copyright © 2010 Uni-Leipzig. All Rights Reserved.