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

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

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

CompareRequest bean class

See Also:
Serialized Form

Nested Class Summary
static class CompareRequest.Factory
          Factory class that keeps the parse method
 
Field Summary
protected  String localLeftUri
          field for LeftUri This was an Attribute!
protected  String localRightUri
          field for RightUri This was an Attribute!
static QName MY_QNAME
           
 
Constructor Summary
CompareRequest()
           
 
Method Summary
 String getLeftUri()
          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
 String getRightUri()
          Auto generated getter method
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 setLeftUri(String param)
          Auto generated setter method
 void setRightUri(String param)
          Auto generated setter method
 
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

localLeftUri

protected String localLeftUri
field for LeftUri This was an Attribute!


localRightUri

protected String localRightUri
field for RightUri This was an Attribute!

Constructor Detail

CompareRequest

public CompareRequest()
Method Detail

getLeftUri

public String getLeftUri()
Auto generated getter method

Returns:
java.lang.String

setLeftUri

public void setLeftUri(String param)
Auto generated setter method

Parameters:
param - LeftUri

getRightUri

public String getRightUri()
Auto generated getter method

Returns:
java.lang.String

setRightUri

public void setRightUri(String param)
Auto generated setter method

Parameters:
param - RightUri

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.