org.ogf.schemas.graap.wsAgreement
Interface CompensationType.AssessmentInterval

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
CompensationTypeImpl.AssessmentIntervalImpl
Enclosing interface:
CompensationType

public static interface CompensationType.AssessmentInterval
extends org.apache.xmlbeans.XmlObject

An XML AssessmentInterval(@http://schemas.ggf.org/graap/2007/03/ws-agreement). This is a complex type.


Nested Class Summary
static class CompensationType.AssessmentInterval.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 BigInteger getCount()
          Gets the "Count" element
 org.apache.xmlbeans.GDuration getTimeInterval()
          Gets the "TimeInterval" element
 boolean isSetCount()
          True if has "Count" element
 boolean isSetTimeInterval()
          True if has "TimeInterval" element
 void setCount(BigInteger count)
          Sets the "Count" element
 void setTimeInterval(org.apache.xmlbeans.GDuration timeInterval)
          Sets the "TimeInterval" element
 void unsetCount()
          Unsets the "Count" element
 void unsetTimeInterval()
          Unsets the "TimeInterval" element
 org.apache.xmlbeans.XmlPositiveInteger xgetCount()
          Gets (as xml) the "Count" element
 org.apache.xmlbeans.XmlDuration xgetTimeInterval()
          Gets (as xml) the "TimeInterval" element
 void xsetCount(org.apache.xmlbeans.XmlPositiveInteger count)
          Sets (as xml) the "Count" element
 void xsetTimeInterval(org.apache.xmlbeans.XmlDuration timeInterval)
          Sets (as xml) the "TimeInterval" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getTimeInterval

org.apache.xmlbeans.GDuration getTimeInterval()
Gets the "TimeInterval" element


xgetTimeInterval

org.apache.xmlbeans.XmlDuration xgetTimeInterval()
Gets (as xml) the "TimeInterval" element


isSetTimeInterval

boolean isSetTimeInterval()
True if has "TimeInterval" element


setTimeInterval

void setTimeInterval(org.apache.xmlbeans.GDuration timeInterval)
Sets the "TimeInterval" element


xsetTimeInterval

void xsetTimeInterval(org.apache.xmlbeans.XmlDuration timeInterval)
Sets (as xml) the "TimeInterval" element


unsetTimeInterval

void unsetTimeInterval()
Unsets the "TimeInterval" element


getCount

BigInteger getCount()
Gets the "Count" element


xgetCount

org.apache.xmlbeans.XmlPositiveInteger xgetCount()
Gets (as xml) the "Count" element


isSetCount

boolean isSetCount()
True if has "Count" element


setCount

void setCount(BigInteger count)
Sets the "Count" element


xsetCount

void xsetCount(org.apache.xmlbeans.XmlPositiveInteger count)
Sets (as xml) the "Count" element


unsetCount

void unsetCount()
Unsets the "Count" element



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.