Package net.opengis.gml.x32
Interface AbstractTimeGeometricPrimitiveType
-
- All Superinterfaces:
AbstractGMLType,AbstractTimeObjectType,AbstractTimePrimitiveType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
TimeInstantType,TimePeriodType
- All Known Implementing Classes:
AbstractTimeGeometricPrimitiveTypeImpl,TimeInstantTypeImpl,TimePeriodTypeImpl
public interface AbstractTimeGeometricPrimitiveType extends AbstractTimePrimitiveType
An XML AbstractTimeGeometricPrimitiveType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractTimeGeometricPrimitiveType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFrame()Gets the "frame" attributebooleanisSetFrame()True if has "frame" attributevoidsetFrame(String frame)Sets the "frame" attributevoidunsetFrame()Unsets the "frame" attributeorg.apache.xmlbeans.XmlAnyURIxgetFrame()Gets (as xml) the "frame" attributevoidxsetFrame(org.apache.xmlbeans.XmlAnyURI frame)Sets (as xml) the "frame" attribute-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, 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, xsetId
-
Methods inherited from interface net.opengis.gml.x32.AbstractTimePrimitiveType
addNewRelatedTime, getRelatedTimeArray, getRelatedTimeArray, insertNewRelatedTime, removeRelatedTime, setRelatedTimeArray, setRelatedTimeArray, sizeOfRelatedTimeArray
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getFrame
String getFrame()
Gets the "frame" attribute
-
xgetFrame
org.apache.xmlbeans.XmlAnyURI xgetFrame()
Gets (as xml) the "frame" attribute
-
isSetFrame
boolean isSetFrame()
True if has "frame" attribute
-
setFrame
void setFrame(String frame)
Sets the "frame" attribute
-
xsetFrame
void xsetFrame(org.apache.xmlbeans.XmlAnyURI frame)
Sets (as xml) the "frame" attribute
-
unsetFrame
void unsetFrame()
Unsets the "frame" attribute
-
-