|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RangeValueType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
BoundaryType getUpperBoundedRange()
boolean isSetUpperBoundedRange()
void setUpperBoundedRange(BoundaryType upperBoundedRange)
BoundaryType addNewUpperBoundedRange()
void unsetUpperBoundedRange()
BoundaryType getLowerBoundedRange()
boolean isSetLowerBoundedRange()
void setLowerBoundedRange(BoundaryType lowerBoundedRange)
BoundaryType addNewLowerBoundedRange()
void unsetLowerBoundedRange()
ExactType[] getExactArray()
ExactType getExactArray(int i)
int sizeOfExactArray()
void setExactArray(ExactType[] exactArray)
void setExactArray(int i, ExactType exact)
ExactType insertNewExact(int i)
ExactType addNewExact()
void removeExact(int i)
RangeType[] getRangeArray()
RangeType getRangeArray(int i)
int sizeOfRangeArray()
void setRangeArray(RangeType[] rangeArray)
void setRangeArray(int i, RangeType range)
RangeType insertNewRange(int i)
RangeType addNewRange()
void removeRange(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |