com.ebmwebsourcing.agreement.definition.api
Interface GuaranteeTerms
- All Known Implementing Classes:
- GuaranteeTermsImpl
public interface GuaranteeTerms
getName
java.lang.String getName()
setName
void setName(java.lang.String name)
getObligated
ServiceRoleType getObligated()
setObligated
void setObligated(ServiceRoleType role)
newServiceScope
ServiceScope newServiceScope()
throws WSAgreementException
- Throws:
WSAgreementException
getServiceScopes
java.util.List<ServiceScope> getServiceScopes()
addServiceScope
void addServiceScope(ServiceScope scopes)
removeServiceScope
void removeServiceScope(ServiceScope scopes)
newQualifyingCondition
QualifyingCondition newQualifyingCondition(java.lang.String value,
java.lang.String expressionLanguage)
throws WSAgreementException
- Throws:
WSAgreementException
getQualifyingCondition
QualifyingCondition getQualifyingCondition()
setQualifyingCondition
void setQualifyingCondition(QualifyingCondition q)
newServiceLevelObjective
ServiceLevelObjective newServiceLevelObjective()
throws WSAgreementException
- Throws:
WSAgreementException
getServiceLevelObjective
ServiceLevelObjective getServiceLevelObjective()
setServiceLevelObjective
void setServiceLevelObjective(ServiceLevelObjective slo)
newBusinessValueList
BusinessValueList newBusinessValueList()
throws WSAgreementException
- Throws:
WSAgreementException
getBusinessValueList
BusinessValueList getBusinessValueList()
setBusinessValueList
void setBusinessValueList(BusinessValueList bvl)
Copyright © 2009 eBM Websourcing. All Rights Reserved.