com.ebmwebsourcing.wsstar.dm.impl.expression
Class QoSIntegerImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by com.ebmwebsourcing.wsstar.dm.impl.WSDMElementImpl<E>
              extended by com.ebmwebsourcing.wsstar.dm.impl.expression.QosExpressionImpl<IntegerCounter,java.lang.Integer>
                  extended by com.ebmwebsourcing.wsstar.dm.impl.expression.QoSIntegerImpl
All Implemented Interfaces:
QosExpression<java.lang.Integer>, QoSInteger, WSDMElement, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement

public class QoSIntegerImpl
extends QosExpressionImpl<IntegerCounter,java.lang.Integer>
implements QoSInteger

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ebmwebsourcing.wsstar.dm.impl.WSDMElementImpl
documentation
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
model, parent
 
Constructor Summary
QoSIntegerImpl(IntegerCounter model, WSDMElementImpl parent)
           
 
Method Summary
 void addOtherElements(org.w3c.dom.Element arg0)
           
 javax.xml.datatype.Duration getDuration()
           
 java.util.Date getLastUpdated()
           
 java.util.Date getResetAt()
           
 java.lang.Integer getValue()
           
 void setAll(QoSInteger qint)
           
 void setDuration(javax.xml.datatype.Duration d)
           
 void setLastUpdated(java.util.Date d)
           
 void setResetAt(java.util.Date d)
           
 void setValue(java.lang.Integer value)
           
 
Methods inherited from class com.ebmwebsourcing.wsstar.dm.impl.expression.QosExpressionImpl
getOtherAttributes, getOtherElements
 
Methods inherited from class com.ebmwebsourcing.wsstar.dm.impl.WSDMElementImpl
createDocumentation, getDocumentation, getModel, setDocumentation, toString
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getParent, getSchema, getTopParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QoSIntegerImpl

public QoSIntegerImpl(IntegerCounter model,
                      WSDMElementImpl parent)
Method Detail

getValue

public java.lang.Integer getValue()
Specified by:
getValue in interface QosExpression<java.lang.Integer>

setValue

public void setValue(java.lang.Integer value)
Specified by:
setValue in interface QosExpression<java.lang.Integer>

getDuration

public javax.xml.datatype.Duration getDuration()
Specified by:
getDuration in interface QosExpression<java.lang.Integer>

getLastUpdated

public java.util.Date getLastUpdated()
Specified by:
getLastUpdated in interface QosExpression<java.lang.Integer>

getResetAt

public java.util.Date getResetAt()
Specified by:
getResetAt in interface QosExpression<java.lang.Integer>

setDuration

public void setDuration(javax.xml.datatype.Duration d)
Specified by:
setDuration in interface QosExpression<java.lang.Integer>

setLastUpdated

public void setLastUpdated(java.util.Date d)
                    throws WSDMException
Specified by:
setLastUpdated in interface QosExpression<java.lang.Integer>
Throws:
WSDMException

setResetAt

public void setResetAt(java.util.Date d)
                throws WSDMException
Specified by:
setResetAt in interface QosExpression<java.lang.Integer>
Throws:
WSDMException

setAll

public void setAll(QoSInteger qint)
            throws WSDMException
Specified by:
setAll in interface QoSInteger
Throws:
WSDMException

addOtherElements

public void addOtherElements(org.w3c.dom.Element arg0)
Specified by:
addOtherElements in interface org.ow2.easywsdl.schema.api.XMLElement


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