org.ggf.schemas.graap._2007._03.ws_agreement
Class GuaranteeTermType

java.lang.Object
  extended by org.ggf.schemas.graap._2007._03.ws_agreement.TermType
      extended by org.ggf.schemas.graap._2007._03.ws_agreement.GuaranteeTermType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class GuaranteeTermType
extends TermType
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for GuaranteeTermType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GuaranteeTermType">
   <complexContent>
     <extension base="{http://schemas.ggf.org/graap/2007/03/ws-agreement}TermType">
       <sequence>
         <element name="ServiceScope" type="{http://schemas.ggf.org/graap/2007/03/ws-agreement}ServiceSelectorType" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://schemas.ggf.org/graap/2007/03/ws-agreement}QualifyingCondition" minOccurs="0"/>
         <element ref="{http://schemas.ggf.org/graap/2007/03/ws-agreement}ServiceLevelObjective"/>
         <element name="BusinessValueList" type="{http://schemas.ggf.org/graap/2007/03/ws-agreement}BusinessValueListType"/>
       </sequence>
       <attribute name="Obligated" type="{http://schemas.ggf.org/graap/2007/03/ws-agreement}ServiceRoleType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  BusinessValueListType businessValueList
           
protected  ServiceRoleType obligated
           
protected  java.lang.Object qualifyingCondition
           
protected  ServiceLevelObjectiveType serviceLevelObjective
           
protected  java.util.List<ServiceSelectorType> serviceScope
           
 
Fields inherited from class org.ggf.schemas.graap._2007._03.ws_agreement.TermType
hjid, name
 
Constructor Summary
GuaranteeTermType()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 BusinessValueListType getBusinessValueList()
          Gets the value of the businessValueList property.
 ServiceRoleType getObligated()
          Gets the value of the obligated property.
 java.lang.Object getQualifyingCondition()
          Gets the value of the qualifyingCondition property.
 java.lang.String getQualifyingConditionObject()
           
 ServiceLevelObjectiveType getServiceLevelObjective()
          Gets the value of the serviceLevelObjective property.
 java.util.List<ServiceSelectorType> getServiceScope()
          Gets the value of the serviceScope property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setBusinessValueList(BusinessValueListType value)
          Sets the value of the businessValueList property.
 void setObligated(ServiceRoleType value)
          Sets the value of the obligated property.
 void setQualifyingCondition(java.lang.Object value)
          Sets the value of the qualifyingCondition property.
 void setQualifyingConditionObject(java.lang.String target)
           
 void setServiceLevelObjective(ServiceLevelObjectiveType value)
          Sets the value of the serviceLevelObjective property.
 void setServiceScope(java.util.List<ServiceSelectorType> serviceScope)
           
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class org.ggf.schemas.graap._2007._03.ws_agreement.TermType
getHjid, getName, setHjid, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serviceScope

protected java.util.List<ServiceSelectorType> serviceScope

qualifyingCondition

protected java.lang.Object qualifyingCondition

serviceLevelObjective

protected ServiceLevelObjectiveType serviceLevelObjective

businessValueList

protected BusinessValueListType businessValueList

obligated

protected ServiceRoleType obligated
Constructor Detail

GuaranteeTermType

public GuaranteeTermType()
Method Detail

getServiceScope

public java.util.List<ServiceSelectorType> getServiceScope()
Gets the value of the serviceScope property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the serviceScope property.

For example, to add a new item, do as follows:

    getServiceScope().add(newItem);
 

Objects of the following type(s) are allowed in the list ServiceSelectorType


setServiceScope

public void setServiceScope(java.util.List<ServiceSelectorType> serviceScope)

getQualifyingCondition

public java.lang.Object getQualifyingCondition()
Gets the value of the qualifyingCondition property.

Returns:
possible object is Object

setQualifyingCondition

public void setQualifyingCondition(java.lang.Object value)
Sets the value of the qualifyingCondition property.

Parameters:
value - allowed object is Object

getServiceLevelObjective

public ServiceLevelObjectiveType getServiceLevelObjective()
Gets the value of the serviceLevelObjective property.

Returns:
possible object is ServiceLevelObjectiveType

setServiceLevelObjective

public void setServiceLevelObjective(ServiceLevelObjectiveType value)
Sets the value of the serviceLevelObjective property.

Parameters:
value - allowed object is ServiceLevelObjectiveType

getBusinessValueList

public BusinessValueListType getBusinessValueList()
Gets the value of the businessValueList property.

Returns:
possible object is BusinessValueListType

setBusinessValueList

public void setBusinessValueList(BusinessValueListType value)
Sets the value of the businessValueList property.

Parameters:
value - allowed object is BusinessValueListType

getObligated

public ServiceRoleType getObligated()
Gets the value of the obligated property.

Returns:
possible object is ServiceRoleType

setObligated

public void setObligated(ServiceRoleType value)
Sets the value of the obligated property.

Parameters:
value - allowed object is ServiceRoleType

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
toString in class TermType

toString

public java.lang.String toString()
Overrides:
toString in class TermType

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class TermType

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class TermType

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class TermType

hashCode

public int hashCode()
Overrides:
hashCode in class TermType

getQualifyingConditionObject

public java.lang.String getQualifyingConditionObject()

setQualifyingConditionObject

public void setQualifyingConditionObject(java.lang.String target)


Copyright © 2008 eBMWebsourcing. All Rights Reserved.