com.ebmwebsourcing.wsstar.dm.impl.expression
Class QosExpressionImpl<E,V>

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<E,V>
All Implemented Interfaces:
QosExpression<V>, WSDMElement, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement
Direct Known Subclasses:
QoSDurationImpl, QoSIntegerImpl

public abstract class QosExpressionImpl<E,V>
extends WSDMElementImpl<E>
implements QosExpression<V>

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
QosExpressionImpl(E model, WSDMElementImpl parent)
           
 
Method Summary
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
           
 java.util.List<org.w3c.dom.Element> 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
equals, getParent, getSchema, getTopParent, hashCode, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.wsstar.dm.api.expression.QosExpression
getDuration, getLastUpdated, getResetAt, getValue, setDuration, setLastUpdated, setResetAt, setValue
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
equals, hashCode
 

Constructor Detail

QosExpressionImpl

public QosExpressionImpl(E model,
                         WSDMElementImpl parent)
Method Detail

getOtherElements

public java.util.List<org.w3c.dom.Element> getOtherElements()
                                                     throws org.ow2.easywsdl.schema.api.XmlException
Specified by:
getOtherElements in interface org.ow2.easywsdl.schema.api.XMLElement
Throws:
org.ow2.easywsdl.schema.api.XmlException

getOtherAttributes

public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
                                                                             throws org.ow2.easywsdl.schema.api.XmlException
Specified by:
getOtherAttributes in interface org.ow2.easywsdl.schema.api.SchemaElement
Overrides:
getOtherAttributes in class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
Throws:
org.ow2.easywsdl.schema.api.XmlException


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