com.ebmwebsourcing.agreement.definition.api
Interface GuaranteeTerms

All Known Implementing Classes:
GuaranteeTermsImpl

public interface GuaranteeTerms


Method Summary
 void addServiceScope(ServiceScope scopes)
           
 BusinessValueList getBusinessValueList()
           
 java.lang.String getName()
           
 ServiceRoleType getObligated()
           
 QualifyingCondition getQualifyingCondition()
           
 ServiceLevelObjective getServiceLevelObjective()
           
 java.util.List<ServiceScope> getServiceScopes()
           
 BusinessValueList newBusinessValueList()
           
 QualifyingCondition newQualifyingCondition(java.lang.String value, java.lang.String expressionLanguage)
           
 ServiceLevelObjective newServiceLevelObjective()
           
 ServiceScope newServiceScope()
           
 void removeServiceScope(ServiceScope scopes)
           
 void setBusinessValueList(BusinessValueList bvl)
           
 void setName(java.lang.String name)
           
 void setObligated(ServiceRoleType role)
           
 void setQualifyingCondition(QualifyingCondition q)
           
 void setServiceLevelObjective(ServiceLevelObjective slo)
           
 

Method Detail

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.