public static interface InterpolationMethodsDocument.InterpolationMethods
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
InterpolationMethodsDocument.InterpolationMethods.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 |
|---|---|
InterpolationMethodType |
addNewInterpolationMethod()
Appends and returns a new empty value (as xml) as the last "InterpolationMethod" element
|
String |
getDefault()
Gets the "Default" element
|
InterpolationMethodType[] |
getInterpolationMethodArray()
Gets array of all "InterpolationMethod" elements
|
InterpolationMethodType |
getInterpolationMethodArray(int i)
Gets ith "InterpolationMethod" element
|
InterpolationMethodType |
insertNewInterpolationMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "InterpolationMethod" element
|
void |
removeInterpolationMethod(int i)
Removes the ith "InterpolationMethod" element
|
void |
setDefault(String xdefault)
Sets the "Default" element
|
void |
setInterpolationMethodArray(InterpolationMethodType[] interpolationMethodArray)
Sets array of all "InterpolationMethod" element
|
void |
setInterpolationMethodArray(int i,
InterpolationMethodType interpolationMethod)
Sets ith "InterpolationMethod" element
|
int |
sizeOfInterpolationMethodArray()
Returns number of "InterpolationMethod" element
|
org.apache.xmlbeans.XmlString |
xgetDefault()
Gets (as xml) the "Default" element
|
void |
xsetDefault(org.apache.xmlbeans.XmlString xdefault)
Sets (as xml) the "Default" 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, xmlTextInterpolationMethodType[] getInterpolationMethodArray()
InterpolationMethodType getInterpolationMethodArray(int i)
int sizeOfInterpolationMethodArray()
void setInterpolationMethodArray(InterpolationMethodType[] interpolationMethodArray)
void setInterpolationMethodArray(int i,
InterpolationMethodType interpolationMethod)
InterpolationMethodType insertNewInterpolationMethod(int i)
InterpolationMethodType addNewInterpolationMethod()
void removeInterpolationMethod(int i)
String getDefault()
org.apache.xmlbeans.XmlString xgetDefault()
void setDefault(String xdefault)
void xsetDefault(org.apache.xmlbeans.XmlString xdefault)
Copyright © 2017 52north.org. All rights reserved.