|
||||||||||
| 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.BusinessValueListType
public class BusinessValueListType
Java class for BusinessValueListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessValueListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Importance" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Penalty" type="{http://schemas.ggf.org/graap/2007/03/ws-agreement}CompensationType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Reward" type="{http://schemas.ggf.org/graap/2007/03/ws-agreement}CompensationType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Preference" type="{http://schemas.ggf.org/graap/2007/03/ws-agreement}PreferenceType" minOccurs="0"/>
<element name="CustomBusinessValue" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
BusinessValueListType.CustomBusinessValueItem
|
| Field Summary | |
|---|---|
protected java.util.List<java.lang.Object> |
customBusinessValue
|
protected java.util.List<BusinessValueListType.CustomBusinessValueItem> |
customBusinessValueItems
|
protected java.lang.Long |
hjid
|
protected java.math.BigInteger |
importance
|
protected java.util.List<CompensationType> |
penalty
|
protected PreferenceType |
preference
|
protected java.util.List<CompensationType> |
reward
|
| Constructor Summary | |
|---|---|
BusinessValueListType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.util.List<java.lang.Object> |
getCustomBusinessValue()
Gets the value of the customBusinessValue property. |
java.util.List<BusinessValueListType.CustomBusinessValueItem> |
getCustomBusinessValueItems()
|
java.lang.Long |
getHjid()
|
java.math.BigInteger |
getImportance()
Gets the value of the importance property. |
java.util.List<CompensationType> |
getPenalty()
Gets the value of the penalty property. |
PreferenceType |
getPreference()
Gets the value of the preference property. |
java.util.List<CompensationType> |
getReward()
Gets the value of the reward property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setCustomBusinessValue(java.util.List<java.lang.Object> customBusinessValue)
|
void |
setCustomBusinessValueItems(java.util.List<BusinessValueListType.CustomBusinessValueItem> value)
|
void |
setHjid(java.lang.Long value)
|
void |
setImportance(java.math.BigInteger value)
Sets the value of the importance property. |
void |
setPenalty(java.util.List<CompensationType> penalty)
|
void |
setPreference(PreferenceType value)
Sets the value of the preference property. |
void |
setReward(java.util.List<CompensationType> reward)
|
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.math.BigInteger importance
protected java.util.List<CompensationType> penalty
protected java.util.List<CompensationType> reward
protected PreferenceType preference
protected java.util.List<java.lang.Object> customBusinessValue
protected java.lang.Long hjid
protected java.util.List<BusinessValueListType.CustomBusinessValueItem> customBusinessValueItems
| Constructor Detail |
|---|
public BusinessValueListType()
| Method Detail |
|---|
public java.math.BigInteger getImportance()
BigIntegerpublic void setImportance(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.util.List<CompensationType> getPenalty()
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 penalty property.
For example, to add a new item, do as follows:
getPenalty().add(newItem);
Objects of the following type(s) are allowed in the list
CompensationType
public void setPenalty(java.util.List<CompensationType> penalty)
public java.util.List<CompensationType> getReward()
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 reward property.
For example, to add a new item, do as follows:
getReward().add(newItem);
Objects of the following type(s) are allowed in the list
CompensationType
public void setReward(java.util.List<CompensationType> reward)
public PreferenceType getPreference()
PreferenceTypepublic void setPreference(PreferenceType value)
value - allowed object is
PreferenceTypepublic java.util.List<java.lang.Object> getCustomBusinessValue()
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 customBusinessValue property.
For example, to add a new item, do as follows:
getCustomBusinessValue().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public void setCustomBusinessValue(java.util.List<java.lang.Object> customBusinessValue)
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Long getHjid()
Longpublic void setHjid(java.lang.Long value)
value - allowed object is
Longpublic java.util.List<BusinessValueListType.CustomBusinessValueItem> getCustomBusinessValueItems()
public void setCustomBusinessValueItems(java.util.List<BusinessValueListType.CustomBusinessValueItem> value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||