org.apache.sandesha2.wsrm
Class Expires

java.lang.Object
  extended byorg.apache.sandesha2.wsrm.Expires
All Implemented Interfaces:
IOMRMElement

public class Expires
extends java.lang.Object
implements IOMRMElement

Author:
Chamikara Jayalath , Sanka Samaranayaka , Saminda Abeyruwan

Constructor Summary
Expires(org.apache.axis2.soap.SOAPFactory factory)
           
 
Method Summary
 java.lang.Object fromOMElement(org.apache.axis2.om.OMElement element)
           
 java.lang.String getDuration()
           
 org.apache.axis2.om.OMElement getExpiresElement()
           
 org.apache.axis2.om.OMElement getOMElement()
           
 void setDuration(java.lang.String duration)
           
 void setExpiresElement(org.apache.axis2.om.OMElement expiresElement)
           
 org.apache.axis2.om.OMElement toOMElement(org.apache.axis2.om.OMElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Expires

public Expires(org.apache.axis2.soap.SOAPFactory factory)
Method Detail

fromOMElement

public java.lang.Object fromOMElement(org.apache.axis2.om.OMElement element)
                               throws org.apache.axis2.om.OMException
Specified by:
fromOMElement in interface IOMRMElement
Throws:
org.apache.axis2.om.OMException

getOMElement

public org.apache.axis2.om.OMElement getOMElement()
                                           throws org.apache.axis2.om.OMException
Specified by:
getOMElement in interface IOMRMElement
Throws:
org.apache.axis2.om.OMException

toOMElement

public org.apache.axis2.om.OMElement toOMElement(org.apache.axis2.om.OMElement element)
                                          throws org.apache.axis2.om.OMException
Specified by:
toOMElement in interface IOMRMElement
Throws:
org.apache.axis2.om.OMException

getDuration

public java.lang.String getDuration()

setDuration

public void setDuration(java.lang.String duration)

getExpiresElement

public org.apache.axis2.om.OMElement getExpiresElement()

setExpiresElement

public void setExpiresElement(org.apache.axis2.om.OMElement expiresElement)


Copyright © 2005 Apache Web Services. All Rights Reserved.