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

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

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

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

 <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>
 


Field Summary
protected  java.math.BigInteger count
           
protected  java.lang.Long hjid
           
protected  javax.xml.datatype.Duration timeInterval
           
 
Constructor Summary
CompensationType.AssessmentInterval()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.math.BigInteger getCount()
          Gets the value of the count property.
 java.lang.Long getHjid()
           
 javax.xml.datatype.Duration getTimeInterval()
          Gets the value of the timeInterval property.
 java.lang.String getTimeIntervalElement()
           
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setCount(java.math.BigInteger value)
          Sets the value of the count property.
 void setHjid(java.lang.Long value)
           
 void setTimeInterval(javax.xml.datatype.Duration value)
          Sets the value of the timeInterval property.
 void setTimeIntervalElement(java.lang.String target)
           
 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

timeInterval

protected javax.xml.datatype.Duration timeInterval

count

protected java.math.BigInteger count

hjid

protected java.lang.Long hjid
Constructor Detail

CompensationType.AssessmentInterval

public CompensationType.AssessmentInterval()
Method Detail

getTimeInterval

public javax.xml.datatype.Duration getTimeInterval()
Gets the value of the timeInterval property.

Returns:
possible object is Duration

setTimeInterval

public void setTimeInterval(javax.xml.datatype.Duration value)
Sets the value of the timeInterval property.

Parameters:
value - allowed object is Duration

getCount

public java.math.BigInteger getCount()
Gets the value of the count property.

Returns:
possible object is BigInteger

setCount

public void setCount(java.math.BigInteger value)
Sets the value of the count property.

Parameters:
value - allowed object is BigInteger

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

getTimeIntervalElement

public java.lang.String getTimeIntervalElement()

setTimeIntervalElement

public void setTimeIntervalElement(java.lang.String target)


Copyright © 2008 eBMWebsourcing. All Rights Reserved.