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

java.lang.Object
  extended by org.ggf.schemas.graap._2007._03.ws_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.Long hjid
           
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.Long getHjid()
           
 java.lang.Object getValueExpression()
          Gets the value of the valueExpression property.
 java.lang.String getValueExpressionObject()
           
 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 setHjid(java.lang.Long value)
           
 void setValueExpression(java.lang.Object value)
          Sets the value of the valueExpression property.
 void setValueExpressionObject(java.lang.String target)
           
 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

hjid

protected java.lang.Long hjid
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

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

getValueExpressionObject

public java.lang.String getValueExpressionObject()

setValueExpressionObject

public void setValueExpressionObject(java.lang.String target)


Copyright © 2008 eBMWebsourcing. All Rights Reserved.