com.ebmwebsourcing.wsstar.agreement.definition.org.ggf.schemas.graap.agreement
Class CompensationType

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.agreement.definition.org.ggf.schemas.graap.agreement.CompensationType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class CompensationType
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 CompensationType complex type.

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

 <complexType name="CompensationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AssessmentInterval">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <choice>
                     <element name="TimeInterval" type="{http://www.w3.org/2001/XMLSchema}duration"/>
                     <element name="Count" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
                   </choice>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ValueUnit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ValueExpression" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CompensationType.AssessmentInterval
          Java class for anonymous complex type.
 
Field Summary
protected  CompensationType.AssessmentInterval assessmentInterval
           
protected  java.lang.Object valueExpression
           
protected  java.lang.String valueUnit
           
 
Constructor Summary
CompensationType()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 CompensationType.AssessmentInterval getAssessmentInterval()
          Gets the value of the assessmentInterval property.
 java.lang.Object getValueExpression()
          Gets the value of the valueExpression property.
 java.lang.String getValueUnit()
          Gets the value of the valueUnit property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setAssessmentInterval(CompensationType.AssessmentInterval value)
          Sets the value of the assessmentInterval property.
 void setValueExpression(java.lang.Object value)
          Sets the value of the valueExpression property.
 void setValueUnit(java.lang.String value)
          Sets the value of the valueUnit property.
 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

assessmentInterval

protected CompensationType.AssessmentInterval assessmentInterval

valueUnit

protected java.lang.String valueUnit

valueExpression

protected java.lang.Object valueExpression
Constructor Detail

CompensationType

public CompensationType()
Method Detail

getAssessmentInterval

public CompensationType.AssessmentInterval getAssessmentInterval()
Gets the value of the assessmentInterval property.

Returns:
possible object is CompensationType.AssessmentInterval

setAssessmentInterval

public void setAssessmentInterval(CompensationType.AssessmentInterval value)
Sets the value of the assessmentInterval property.

Parameters:
value - allowed object is CompensationType.AssessmentInterval

getValueUnit

public java.lang.String getValueUnit()
Gets the value of the valueUnit property.

Returns:
possible object is String

setValueUnit

public void setValueUnit(java.lang.String value)
Sets the value of the valueUnit property.

Parameters:
value - allowed object is String

getValueExpression

public java.lang.Object getValueExpression()
Gets the value of the valueExpression property.

Returns:
possible object is Object

setValueExpression

public void setValueExpression(java.lang.Object value)
Sets the value of the valueExpression property.

Parameters:
value - allowed object is Object

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


Copyright © 2009 eBM Websourcing. All Rights Reserved.