public interface GeneralGridAxisType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
GeneralGridAxisType.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 |
|---|---|
VectorType |
addNewOffsetVector()
Appends and returns a new empty "offsetVector" element
|
SequenceRuleType |
addNewSequenceRule()
Appends and returns a new empty "sequenceRule" element
|
java.util.List |
getCoefficients()
Gets the "coefficients" element
|
java.util.List |
getGridAxesSpanned()
Gets the "gridAxesSpanned" element
|
VectorType |
getOffsetVector()
Gets the "offsetVector" element
|
SequenceRuleType |
getSequenceRule()
Gets the "sequenceRule" element
|
void |
setCoefficients(java.util.List coefficients)
Sets the "coefficients" element
|
void |
setGridAxesSpanned(java.util.List gridAxesSpanned)
Sets the "gridAxesSpanned" element
|
void |
setOffsetVector(VectorType offsetVector)
Sets the "offsetVector" element
|
void |
setSequenceRule(SequenceRuleType sequenceRule)
Sets the "sequenceRule" element
|
DoubleList |
xgetCoefficients()
Gets (as xml) the "coefficients" element
|
NCNameList |
xgetGridAxesSpanned()
Gets (as xml) the "gridAxesSpanned" element
|
void |
xsetCoefficients(DoubleList coefficients)
Sets (as xml) the "coefficients" element
|
void |
xsetGridAxesSpanned(NCNameList gridAxesSpanned)
Sets (as xml) the "gridAxesSpanned" 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, xmlTextVectorType getOffsetVector()
void setOffsetVector(VectorType offsetVector)
VectorType addNewOffsetVector()
java.util.List getCoefficients()
DoubleList xgetCoefficients()
void setCoefficients(java.util.List coefficients)
void xsetCoefficients(DoubleList coefficients)
java.util.List getGridAxesSpanned()
NCNameList xgetGridAxesSpanned()
void setGridAxesSpanned(java.util.List gridAxesSpanned)
void xsetGridAxesSpanned(NCNameList gridAxesSpanned)
SequenceRuleType getSequenceRule()
void setSequenceRule(SequenceRuleType sequenceRule)
SequenceRuleType addNewSequenceRule()
Copyright © 2015–2018 52north.org. All rights reserved.