com.ebmwebsourcing.agreement.definition.impl
Class CompensationImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<CompensationType>
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
| Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
| 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 |
CompensationImpl
public CompensationImpl(CompensationType model,
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
throws WSAgreementException
- Throws:
WSAgreementException
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.