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

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

public class BusinessValueListType
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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

importance

protected java.math.BigInteger importance

penalty

protected java.util.List<CompensationType> penalty

reward

protected java.util.List<CompensationType> reward

preference

protected PreferenceType preference

customBusinessValue

protected java.util.List<java.lang.Object> customBusinessValue

hjid

protected java.lang.Long hjid

customBusinessValueItems

protected java.util.List<BusinessValueListType.CustomBusinessValueItem> customBusinessValueItems
Constructor Detail

BusinessValueListType

public BusinessValueListType()
Method Detail

getImportance

public java.math.BigInteger getImportance()
Gets the value of the importance property.

Returns:
possible object is BigInteger

setImportance

public void setImportance(java.math.BigInteger value)
Sets the value of the importance property.

Parameters:
value - allowed object is BigInteger

getPenalty

public java.util.List<CompensationType> getPenalty()
Gets the value of the penalty 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 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


setPenalty

public void setPenalty(java.util.List<CompensationType> penalty)

getReward

public java.util.List<CompensationType> getReward()
Gets the value of the reward 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 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


setReward

public void setReward(java.util.List<CompensationType> reward)

getPreference

public PreferenceType getPreference()
Gets the value of the preference property.

Returns:
possible object is PreferenceType

setPreference

public void setPreference(PreferenceType value)
Sets the value of the preference property.

Parameters:
value - allowed object is PreferenceType

getCustomBusinessValue

public java.util.List<java.lang.Object> getCustomBusinessValue()
Gets the value of the customBusinessValue 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 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


setCustomBusinessValue

public void setCustomBusinessValue(java.util.List<java.lang.Object> customBusinessValue)

toString

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

toString

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

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

equals

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

hashCode

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getHjid

public java.lang.Long getHjid()
Returns:
possible object is Long

setHjid

public void setHjid(java.lang.Long value)
Parameters:
value - allowed object is Long

getCustomBusinessValueItems

public java.util.List<BusinessValueListType.CustomBusinessValueItem> getCustomBusinessValueItems()

setCustomBusinessValueItems

public void setCustomBusinessValueItems(java.util.List<BusinessValueListType.CustomBusinessValueItem> value)


Copyright © 2008 eBMWebsourcing. All Rights Reserved.