com.ebmwebsourcing.wsstar.dm.api.expression
Interface QosExpression<V>

All Known Subinterfaces:
QoSDuration, QoSInteger
All Known Implementing Classes:
QoSDurationImpl, QosExpressionImpl, QoSIntegerImpl

public interface QosExpression<V>


Method Summary
 javax.xml.datatype.Duration getDuration()
           
 java.util.Date getLastUpdated()
           
 java.util.Date getResetAt()
           
 V getValue()
           
 void setDuration(javax.xml.datatype.Duration d)
           
 void setLastUpdated(java.util.Date d)
           
 void setResetAt(java.util.Date d)
           
 void setValue(V value)
           
 

Method Detail

getLastUpdated

java.util.Date getLastUpdated()

getResetAt

java.util.Date getResetAt()

getDuration

javax.xml.datatype.Duration getDuration()

setLastUpdated

void setLastUpdated(java.util.Date d)
                    throws WSDMException
Throws:
WSDMException

setResetAt

void setResetAt(java.util.Date d)
                throws WSDMException
Throws:
WSDMException

setDuration

void setDuration(javax.xml.datatype.Duration d)

getValue

V getValue()

setValue

void setValue(V value)


Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.