Package net.opengis.gml.x32
Interface RelatedTimeType
-
- All Superinterfaces:
TimePrimitivePropertyType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
RelatedTimeTypeImpl
public interface RelatedTimeType extends TimePrimitivePropertyType
An XML RelatedTimeType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRelatedTimeType.FactoryA factory class with static methods for creating instances of this type.static interfaceRelatedTimeType.RelativePositionAn XML relativePosition(@).
-
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 RelatedTimeType.RelativePosition.EnumgetRelativePosition()Gets the "relativePosition" attributebooleanisSetRelativePosition()True if has "relativePosition" attributevoidsetRelativePosition(RelatedTimeType.RelativePosition.Enum relativePosition)Sets the "relativePosition" attributevoidunsetRelativePosition()Unsets the "relativePosition" attributeRelatedTimeType.RelativePositionxgetRelativePosition()Gets (as xml) the "relativePosition" attributevoidxsetRelativePosition(RelatedTimeType.RelativePosition relativePosition)Sets (as xml) the "relativePosition" attribute-
Methods inherited from interface net.opengis.gml.x32.TimePrimitivePropertyType
addNewAbstractTimePrimitive, getAbstractTimePrimitive, getActuate, getArcrole, getHref, getNilReason, getOwns, getRemoteSchema, getRole, getShow, getTitle, getType, isSetAbstractTimePrimitive, isSetActuate, isSetArcrole, isSetHref, isSetNilReason, isSetOwns, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setAbstractTimePrimitive, setActuate, setArcrole, setHref, setNilReason, setOwns, setRemoteSchema, setRole, setShow, setTitle, setType, unsetAbstractTimePrimitive, unsetActuate, unsetArcrole, unsetHref, unsetNilReason, unsetOwns, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType, xgetActuate, xgetArcrole, xgetHref, xgetNilReason, xgetOwns, xgetRemoteSchema, xgetRole, xgetShow, xgetTitle, xgetType, xsetActuate, xsetArcrole, xsetHref, xsetNilReason, xsetOwns, xsetRemoteSchema, xsetRole, xsetShow, xsetTitle, xsetType
-
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
-
getRelativePosition
RelatedTimeType.RelativePosition.Enum getRelativePosition()
Gets the "relativePosition" attribute
-
xgetRelativePosition
RelatedTimeType.RelativePosition xgetRelativePosition()
Gets (as xml) the "relativePosition" attribute
-
isSetRelativePosition
boolean isSetRelativePosition()
True if has "relativePosition" attribute
-
setRelativePosition
void setRelativePosition(RelatedTimeType.RelativePosition.Enum relativePosition)
Sets the "relativePosition" attribute
-
xsetRelativePosition
void xsetRelativePosition(RelatedTimeType.RelativePosition relativePosition)
Sets (as xml) the "relativePosition" attribute
-
unsetRelativePosition
void unsetRelativePosition()
Unsets the "relativePosition" attribute
-
-