org.wso2.wsas.admin.service.logging
Class GetLogsRequest

java.lang.Object
  extended byorg.wso2.wsas.admin.service.logging.GetLogsRequest
All Implemented Interfaces:
org.apache.axis2.databinding.ADBBean

public class GetLogsRequest
extends java.lang.Object
implements org.apache.axis2.databinding.ADBBean

GetLogsRequest bean class


Nested Class Summary
static class GetLogsRequest.Factory
          Factory class that keeps the parse method
 
Field Summary
protected  int localAmount
          field for Amount
protected  java.lang.String localLayoutPattern
          field for LayoutPattern
static javax.xml.namespace.QName MY_QNAME
           
 
Constructor Summary
GetLogsRequest()
           
 
Method Summary
 int getAmount()
          Auto generated getter method
 java.lang.String getLayoutPattern()
          Auto generated getter method
 org.apache.axiom.om.OMDataSource getOMDataSource(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory)
           
 org.apache.axiom.om.OMElement getOMElement(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory)
           
 javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)
          databinding method to get an XML representation of this object
static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader)
          isReaderMTOMAware
 void setAmount(int param)
          Auto generated setter method
 void setLayoutPattern(java.lang.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 javax.xml.namespace.QName MY_QNAME

localAmount

protected int localAmount
field for Amount


localLayoutPattern

protected java.lang.String localLayoutPattern
field for LayoutPattern

Constructor Detail

GetLogsRequest

public GetLogsRequest()
Method Detail

getAmount

public int getAmount()
Auto generated getter method

Returns:
int

setAmount

public void setAmount(int param)
Auto generated setter method

Parameters:
param - Amount

getLayoutPattern

public java.lang.String getLayoutPattern()
Auto generated getter method

Returns:
java.lang.String

setLayoutPattern

public void setLayoutPattern(java.lang.String param)
Auto generated setter method

Parameters:
param - LayoutPattern

isReaderMTOMAware

public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader)
isReaderMTOMAware

Returns:
true if the reader supports MTOM

getOMElement

public org.apache.axiom.om.OMElement getOMElement(javax.xml.namespace.QName parentQName,
                                                  org.apache.axiom.om.OMFactory factory)
Parameters:
parentQName -
factory -
Returns:
org.apache.axiom.om.OMElement

getOMDataSource

public org.apache.axiom.om.OMDataSource getOMDataSource(javax.xml.namespace.QName parentQName,
                                                        org.apache.axiom.om.OMFactory factory)
Parameters:
parentQName -
factory -
Returns:
org.apache.axiom.om.OMElement

getPullParser

public javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)
databinding method to get an XML representation of this object

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