public interface FieldType extends DescriptionType
| Modifier and Type | Interface and Description |
|---|---|
static class |
FieldType.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 |
|---|---|
AxisType |
addNewAxis()
Appends and returns a new empty value (as xml) as the last "Axis" element
|
UnNamedDomainType |
addNewDefinition()
Appends and returns a new empty "Definition" element
|
InterpolationMethodsDocument.InterpolationMethods |
addNewInterpolationMethods()
Appends and returns a new empty "InterpolationMethods" element
|
CodeType |
addNewNullValue()
Appends and returns a new empty value (as xml) as the last "NullValue" element
|
AxisType[] |
getAxisArray()
Gets array of all "Axis" elements
|
AxisType |
getAxisArray(int i)
Gets ith "Axis" element
|
UnNamedDomainType |
getDefinition()
Gets the "Definition" element
|
String |
getIdentifier()
Gets the "Identifier" element
|
InterpolationMethodsDocument.InterpolationMethods |
getInterpolationMethods()
Gets the "InterpolationMethods" element
|
CodeType[] |
getNullValueArray()
Gets array of all "NullValue" elements
|
CodeType |
getNullValueArray(int i)
Gets ith "NullValue" element
|
AxisType |
insertNewAxis(int i)
Inserts and returns a new empty value (as xml) as the ith "Axis" element
|
CodeType |
insertNewNullValue(int i)
Inserts and returns a new empty value (as xml) as the ith "NullValue" element
|
void |
removeAxis(int i)
Removes the ith "Axis" element
|
void |
removeNullValue(int i)
Removes the ith "NullValue" element
|
void |
setAxisArray(AxisType[] axisArray)
Sets array of all "Axis" element
|
void |
setAxisArray(int i,
AxisType axis)
Sets ith "Axis" element
|
void |
setDefinition(UnNamedDomainType definition)
Sets the "Definition" element
|
void |
setIdentifier(String identifier)
Sets the "Identifier" element
|
void |
setInterpolationMethods(InterpolationMethodsDocument.InterpolationMethods interpolationMethods)
Sets the "InterpolationMethods" element
|
void |
setNullValueArray(CodeType[] nullValueArray)
Sets array of all "NullValue" element
|
void |
setNullValueArray(int i,
CodeType nullValue)
Sets ith "NullValue" element
|
int |
sizeOfAxisArray()
Returns number of "Axis" element
|
int |
sizeOfNullValueArray()
Returns number of "NullValue" element
|
IdentifierType |
xgetIdentifier()
Gets (as xml) the "Identifier" element
|
void |
xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "Identifier" element
|
addNewAbstract, addNewKeywords, addNewTitle, getAbstractArray, getAbstractArray, getKeywordsArray, getKeywordsArray, getTitleArray, getTitleArray, insertNewAbstract, insertNewKeywords, insertNewTitle, removeAbstract, removeKeywords, removeTitle, setAbstractArray, setAbstractArray, setKeywordsArray, setKeywordsArray, setTitleArray, setTitleArray, sizeOfAbstractArray, sizeOfKeywordsArray, sizeOfTitleArraychangeType, 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, xmlTextString getIdentifier()
IdentifierType xgetIdentifier()
void setIdentifier(String identifier)
void xsetIdentifier(IdentifierType identifier)
UnNamedDomainType getDefinition()
void setDefinition(UnNamedDomainType definition)
UnNamedDomainType addNewDefinition()
CodeType[] getNullValueArray()
CodeType getNullValueArray(int i)
int sizeOfNullValueArray()
void setNullValueArray(CodeType[] nullValueArray)
void setNullValueArray(int i,
CodeType nullValue)
CodeType insertNewNullValue(int i)
CodeType addNewNullValue()
void removeNullValue(int i)
InterpolationMethodsDocument.InterpolationMethods getInterpolationMethods()
void setInterpolationMethods(InterpolationMethodsDocument.InterpolationMethods interpolationMethods)
InterpolationMethodsDocument.InterpolationMethods addNewInterpolationMethods()
AxisType[] getAxisArray()
AxisType getAxisArray(int i)
int sizeOfAxisArray()
void setAxisArray(AxisType[] axisArray)
void setAxisArray(int i,
AxisType axis)
AxisType insertNewAxis(int i)
AxisType addNewAxis()
void removeAxis(int i)
Copyright © 2017 52north.org. All rights reserved.