com.ebmwebsourcing.agreement.definition.impl
Class CompensationImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<CompensationType>
      extended by com.ebmwebsourcing.agreement.definition.impl.CompensationImpl
All Implemented Interfaces:
Compensation, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement
Direct Known Subclasses:
PenaltyImpl, RewardImpl

public class CompensationImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<CompensationType>
implements Compensation

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
CompensationImpl(CompensationType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
 
Method Summary
 java.lang.Integer getCount()
           
 java.lang.Long getTimeInterval()
           
 java.lang.String getValueExpr()
           
 java.lang.String getValueUnit()
           
 void setCount(java.lang.Integer count)
           
 void setTimeInterval(java.lang.Long time)
           
 void setValueExpr(java.lang.String value)
           
 void setValueUnit(java.lang.String value)
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompensationImpl

public CompensationImpl(CompensationType model,
                        org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
                 throws WSAgreementException
Throws:
WSAgreementException
Method Detail

getCount

public java.lang.Integer getCount()
Specified by:
getCount in interface Compensation

getTimeInterval

public java.lang.Long getTimeInterval()
Specified by:
getTimeInterval in interface Compensation

getValueExpr

public java.lang.String getValueExpr()
Specified by:
getValueExpr in interface Compensation

getValueUnit

public java.lang.String getValueUnit()
Specified by:
getValueUnit in interface Compensation

setCount

public void setCount(java.lang.Integer count)
Specified by:
setCount in interface Compensation

setTimeInterval

public void setTimeInterval(java.lang.Long time)
                     throws WSAgreementException
Specified by:
setTimeInterval in interface Compensation
Throws:
WSAgreementException

setValueExpr

public void setValueExpr(java.lang.String value)
Specified by:
setValueExpr in interface Compensation

setValueUnit

public void setValueUnit(java.lang.String value)
Specified by:
setValueUnit in interface Compensation


Copyright © 2009 eBM Websourcing. All Rights Reserved.