Package net.opengis.ogc
Interface BinaryTemporalOpType
-
- All Superinterfaces:
TemporalOpsType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
BinaryTemporalOpTypeImpl
public interface BinaryTemporalOpType extends TemporalOpsType
An XML BinaryTemporalOpType(@http://www.opengis.net/ogc). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBinaryTemporalOpType.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 PropertyNameTypeaddNewPropertyName()Appends and returns a new empty value (as xml) as the last "PropertyName" elementAbstractTimeObjectTypeaddNewTimeObject()Appends and returns a new empty "_TimeObject" elementPropertyNameType[]getPropertyNameArray()Gets array of all "PropertyName" elementsPropertyNameTypegetPropertyNameArray(int i)Gets ith "PropertyName" elementAbstractTimeObjectTypegetTimeObject()Gets the "_TimeObject" elementPropertyNameTypeinsertNewPropertyName(int i)Inserts and returns a new empty value (as xml) as the ith "PropertyName" elementbooleanisSetTimeObject()True if has "_TimeObject" elementvoidremovePropertyName(int i)Removes the ith "PropertyName" elementvoidsetPropertyNameArray(int i, PropertyNameType propertyName)Sets ith "PropertyName" elementvoidsetPropertyNameArray(PropertyNameType[] propertyNameArray)Sets array of all "PropertyName" elementvoidsetTimeObject(AbstractTimeObjectType timeObject)Sets the "_TimeObject" elementintsizeOfPropertyNameArray()Returns number of "PropertyName" elementvoidunsetTimeObject()Unsets the "_TimeObject" element-
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
-
getPropertyNameArray
PropertyNameType[] getPropertyNameArray()
Gets array of all "PropertyName" elements
-
getPropertyNameArray
PropertyNameType getPropertyNameArray(int i)
Gets ith "PropertyName" element
-
sizeOfPropertyNameArray
int sizeOfPropertyNameArray()
Returns number of "PropertyName" element
-
setPropertyNameArray
void setPropertyNameArray(PropertyNameType[] propertyNameArray)
Sets array of all "PropertyName" element
-
setPropertyNameArray
void setPropertyNameArray(int i, PropertyNameType propertyName)Sets ith "PropertyName" element
-
insertNewPropertyName
PropertyNameType insertNewPropertyName(int i)
Inserts and returns a new empty value (as xml) as the ith "PropertyName" element
-
addNewPropertyName
PropertyNameType addNewPropertyName()
Appends and returns a new empty value (as xml) as the last "PropertyName" element
-
removePropertyName
void removePropertyName(int i)
Removes the ith "PropertyName" element
-
getTimeObject
AbstractTimeObjectType getTimeObject()
Gets the "_TimeObject" element
-
isSetTimeObject
boolean isSetTimeObject()
True if has "_TimeObject" element
-
setTimeObject
void setTimeObject(AbstractTimeObjectType timeObject)
Sets the "_TimeObject" element
-
addNewTimeObject
AbstractTimeObjectType addNewTimeObject()
Appends and returns a new empty "_TimeObject" element
-
unsetTimeObject
void unsetTimeObject()
Unsets the "_TimeObject" element
-
-