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

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.agreement.definition.org.ggf.schemas.graap.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  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.
 javax.xml.datatype.Duration getTimeInterval()
          Gets the value of the timeInterval property.
 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 setTimeInterval(javax.xml.datatype.Duration value)
          Sets the value of the timeInterval 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

timeInterval

protected javax.xml.datatype.Duration timeInterval

count

protected java.math.BigInteger count
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


Copyright © 2009 eBM Websourcing. All Rights Reserved.