public interface TINType extends SurfaceType
| Modifier and Type | Interface and Description |
|---|---|
static class |
TINType.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 |
|---|---|
LengthType |
addNewMaxLength()
Appends and returns a new empty "maxLength" element
|
TINElementPropertyType |
addNewTinElement()
Appends and returns a new empty value (as xml) as the last "tinElement" element
|
LengthType |
getMaxLength()
Gets the "maxLength" element
|
TINElementPropertyType[] |
getTinElementArray()
Gets array of all "tinElement" elements
|
TINElementPropertyType |
getTinElementArray(int i)
Gets ith "tinElement" element
|
TINElementPropertyType |
insertNewTinElement(int i)
Inserts and returns a new empty value (as xml) as the ith "tinElement" element
|
boolean |
isSetMaxLength()
True if has "maxLength" element
|
void |
removeTinElement(int i)
Removes the ith "tinElement" element
|
void |
setMaxLength(LengthType maxLength)
Sets the "maxLength" element
|
void |
setTinElementArray(int i,
TINElementPropertyType tinElement)
Sets ith "tinElement" element
|
void |
setTinElementArray(TINElementPropertyType[] tinElementArray)
Sets array of all "tinElement" element
|
int |
sizeOfTinElementArray()
Returns number of "tinElement" element
|
void |
unsetMaxLength()
Unsets the "maxLength" element
|
addNewPatches, getPatches, setPatchesgetAxisLabels, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetSrsDimension, unsetSrsName, unsetUomLabels, xgetAxisLabels, xgetSrsDimension, xgetSrsName, xgetUomLabels, xsetAxisLabels, xsetSrsDimension, xsetSrsName, xsetUomLabelsaddNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetIdchangeType, 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, xmlTextTINElementPropertyType[] getTinElementArray()
TINElementPropertyType getTinElementArray(int i)
int sizeOfTinElementArray()
void setTinElementArray(TINElementPropertyType[] tinElementArray)
void setTinElementArray(int i,
TINElementPropertyType tinElement)
TINElementPropertyType insertNewTinElement(int i)
TINElementPropertyType addNewTinElement()
void removeTinElement(int i)
LengthType getMaxLength()
boolean isSetMaxLength()
void setMaxLength(LengthType maxLength)
LengthType addNewMaxLength()
void unsetMaxLength()
Copyright © 2015–2018 52north.org. All rights reserved.