|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ggf.schemas.graap._2007._03.ws_agreement.TermType
org.ggf.schemas.graap._2007._03.ws_agreement.GuaranteeTermType
public class GuaranteeTermType
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 |
|---|
protected java.util.List<ServiceSelectorType> serviceScope
protected java.lang.Object qualifyingCondition
protected ServiceLevelObjectiveType serviceLevelObjective
protected BusinessValueListType businessValueList
protected ServiceRoleType obligated
| Constructor Detail |
|---|
public GuaranteeTermType()
| Method Detail |
|---|
public java.util.List<ServiceSelectorType> getServiceScope()
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
public void setServiceScope(java.util.List<ServiceSelectorType> serviceScope)
public java.lang.Object getQualifyingCondition()
Objectpublic void setQualifyingCondition(java.lang.Object value)
value - allowed object is
Objectpublic ServiceLevelObjectiveType getServiceLevelObjective()
ServiceLevelObjectiveTypepublic void setServiceLevelObjective(ServiceLevelObjectiveType value)
value - allowed object is
ServiceLevelObjectiveTypepublic BusinessValueListType getBusinessValueList()
BusinessValueListTypepublic void setBusinessValueList(BusinessValueListType value)
value - allowed object is
BusinessValueListTypepublic ServiceRoleType getObligated()
ServiceRoleTypepublic void setObligated(ServiceRoleType value)
value - allowed object is
ServiceRoleTypepublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringtoString in class TermTypepublic java.lang.String toString()
toString in class TermType
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class TermTypepublic boolean equals(java.lang.Object object)
equals in class TermTypepublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class TermTypepublic int hashCode()
hashCode in class TermTypepublic java.lang.String getQualifyingConditionObject()
public void setQualifyingConditionObject(java.lang.String target)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||