public static interface RangeSubsetType.FieldSubset
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
RangeSubsetType.FieldSubset.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
AxisSubsetDocument.AxisSubset |
addNewAxisSubset()
Appends and returns a new empty value (as xml) as the last "AxisSubset" element
|
CodeType |
addNewIdentifier()
Appends and returns a new empty "Identifier" element
|
AxisSubsetDocument.AxisSubset[] |
getAxisSubsetArray()
Gets array of all "AxisSubset" elements
|
AxisSubsetDocument.AxisSubset |
getAxisSubsetArray(int i)
Gets ith "AxisSubset" element
|
CodeType |
getIdentifier()
Gets the "Identifier" element
|
String |
getInterpolationType()
Gets the "InterpolationType" element
|
AxisSubsetDocument.AxisSubset |
insertNewAxisSubset(int i)
Inserts and returns a new empty value (as xml) as the ith "AxisSubset" element
|
boolean |
isSetInterpolationType()
True if has "InterpolationType" element
|
void |
removeAxisSubset(int i)
Removes the ith "AxisSubset" element
|
void |
setAxisSubsetArray(AxisSubsetDocument.AxisSubset[] axisSubsetArray)
Sets array of all "AxisSubset" element
|
void |
setAxisSubsetArray(int i,
AxisSubsetDocument.AxisSubset axisSubset)
Sets ith "AxisSubset" element
|
void |
setIdentifier(CodeType identifier)
Sets the "Identifier" element
|
void |
setInterpolationType(String interpolationType)
Sets the "InterpolationType" element
|
int |
sizeOfAxisSubsetArray()
Returns number of "AxisSubset" element
|
void |
unsetInterpolationType()
Unsets the "InterpolationType" element
|
org.apache.xmlbeans.XmlString |
xgetInterpolationType()
Gets (as xml) the "InterpolationType" element
|
void |
xsetInterpolationType(org.apache.xmlbeans.XmlString interpolationType)
Sets (as xml) the "InterpolationType" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextCodeType getIdentifier()
void setIdentifier(CodeType identifier)
CodeType addNewIdentifier()
String getInterpolationType()
org.apache.xmlbeans.XmlString xgetInterpolationType()
boolean isSetInterpolationType()
void setInterpolationType(String interpolationType)
void xsetInterpolationType(org.apache.xmlbeans.XmlString interpolationType)
void unsetInterpolationType()
AxisSubsetDocument.AxisSubset[] getAxisSubsetArray()
AxisSubsetDocument.AxisSubset getAxisSubsetArray(int i)
int sizeOfAxisSubsetArray()
void setAxisSubsetArray(AxisSubsetDocument.AxisSubset[] axisSubsetArray)
void setAxisSubsetArray(int i,
AxisSubsetDocument.AxisSubset axisSubset)
AxisSubsetDocument.AxisSubset insertNewAxisSubset(int i)
AxisSubsetDocument.AxisSubset addNewAxisSubset()
void removeAxisSubset(int i)
Copyright © 2017 52north.org. All rights reserved.