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>
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.