org.ggf.schemas.jsdl.x2005.x11.jsdl
Interface RangeValueType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
RangeValueTypeImpl

public interface RangeValueType
extends org.apache.xmlbeans.XmlObject

An XML RangeValue_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl). This is a complex type.


Nested Class Summary
static class RangeValueType.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
 ExactType addNewExact()
          Appends and returns a new empty value (as xml) as the last "Exact" element
 BoundaryType addNewLowerBoundedRange()
          Appends and returns a new empty "LowerBoundedRange" element
 RangeType addNewRange()
          Appends and returns a new empty value (as xml) as the last "Range" element
 BoundaryType addNewUpperBoundedRange()
          Appends and returns a new empty "UpperBoundedRange" element
 ExactType[] getExactArray()
          Gets array of all "Exact" elements
 ExactType getExactArray(int i)
          Gets ith "Exact" element
 BoundaryType getLowerBoundedRange()
          Gets the "LowerBoundedRange" element
 RangeType[] getRangeArray()
          Gets array of all "Range" elements
 RangeType getRangeArray(int i)
          Gets ith "Range" element
 BoundaryType getUpperBoundedRange()
          Gets the "UpperBoundedRange" element
 ExactType insertNewExact(int i)
          Inserts and returns a new empty value (as xml) as the ith "Exact" element
 RangeType insertNewRange(int i)
          Inserts and returns a new empty value (as xml) as the ith "Range" element
 boolean isSetLowerBoundedRange()
          True if has "LowerBoundedRange" element
 boolean isSetUpperBoundedRange()
          True if has "UpperBoundedRange" element
 void removeExact(int i)
          Removes the ith "Exact" element
 void removeRange(int i)
          Removes the ith "Range" element
 void setExactArray(ExactType[] exactArray)
          Sets array of all "Exact" element
 void setExactArray(int i, ExactType exact)
          Sets ith "Exact" element
 void setLowerBoundedRange(BoundaryType lowerBoundedRange)
          Sets the "LowerBoundedRange" element
 void setRangeArray(int i, RangeType range)
          Sets ith "Range" element
 void setRangeArray(RangeType[] rangeArray)
          Sets array of all "Range" element
 void setUpperBoundedRange(BoundaryType upperBoundedRange)
          Sets the "UpperBoundedRange" element
 int sizeOfExactArray()
          Returns number of "Exact" element
 int sizeOfRangeArray()
          Returns number of "Range" element
 void unsetLowerBoundedRange()
          Unsets the "LowerBoundedRange" element
 void unsetUpperBoundedRange()
          Unsets the "UpperBoundedRange" 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

getUpperBoundedRange

BoundaryType getUpperBoundedRange()
Gets the "UpperBoundedRange" element


isSetUpperBoundedRange

boolean isSetUpperBoundedRange()
True if has "UpperBoundedRange" element


setUpperBoundedRange

void setUpperBoundedRange(BoundaryType upperBoundedRange)
Sets the "UpperBoundedRange" element


addNewUpperBoundedRange

BoundaryType addNewUpperBoundedRange()
Appends and returns a new empty "UpperBoundedRange" element


unsetUpperBoundedRange

void unsetUpperBoundedRange()
Unsets the "UpperBoundedRange" element


getLowerBoundedRange

BoundaryType getLowerBoundedRange()
Gets the "LowerBoundedRange" element


isSetLowerBoundedRange

boolean isSetLowerBoundedRange()
True if has "LowerBoundedRange" element


setLowerBoundedRange

void setLowerBoundedRange(BoundaryType lowerBoundedRange)
Sets the "LowerBoundedRange" element


addNewLowerBoundedRange

BoundaryType addNewLowerBoundedRange()
Appends and returns a new empty "LowerBoundedRange" element


unsetLowerBoundedRange

void unsetLowerBoundedRange()
Unsets the "LowerBoundedRange" element


getExactArray

ExactType[] getExactArray()
Gets array of all "Exact" elements


getExactArray

ExactType getExactArray(int i)
Gets ith "Exact" element


sizeOfExactArray

int sizeOfExactArray()
Returns number of "Exact" element


setExactArray

void setExactArray(ExactType[] exactArray)
Sets array of all "Exact" element


setExactArray

void setExactArray(int i,
                   ExactType exact)
Sets ith "Exact" element


insertNewExact

ExactType insertNewExact(int i)
Inserts and returns a new empty value (as xml) as the ith "Exact" element


addNewExact

ExactType addNewExact()
Appends and returns a new empty value (as xml) as the last "Exact" element


removeExact

void removeExact(int i)
Removes the ith "Exact" element


getRangeArray

RangeType[] getRangeArray()
Gets array of all "Range" elements


getRangeArray

RangeType getRangeArray(int i)
Gets ith "Range" element


sizeOfRangeArray

int sizeOfRangeArray()
Returns number of "Range" element


setRangeArray

void setRangeArray(RangeType[] rangeArray)
Sets array of all "Range" element


setRangeArray

void setRangeArray(int i,
                   RangeType range)
Sets ith "Range" element


insertNewRange

RangeType insertNewRange(int i)
Inserts and returns a new empty value (as xml) as the ith "Range" element


addNewRange

RangeType addNewRange()
Appends and returns a new empty value (as xml) as the last "Range" element


removeRange

void removeRange(int i)
Removes the ith "Range" element



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