Package net.opengis.sosgda.x20
Interface DataAvailabilityMemberType
-
- All Superinterfaces:
AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DataAvailabilityMemberTypeImpl
public interface DataAvailabilityMemberType extends AbstractGMLType
An XML DataAvailabilityMemberType(@http://www.opengis.net/sosgda/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataAvailabilityMemberType.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 org.apache.xmlbeans.XmlObjectaddNewExtension()Appends and returns a new empty value (as xml) as the last "extension" elementReferenceTypeaddNewFeatureOfInterest()Appends and returns a new empty "featureOfInterest" elementFormatDescriptorTypeaddNewFormatDescriptor()Appends and returns a new empty "formatDescriptor" elementReferenceTypeaddNewObservedProperty()Appends and returns a new empty "observedProperty" elementReferenceTypeaddNewOffering()Appends and returns a new empty "offering" elementTimeObjectPropertyTypeaddNewPhenomenonTime()Appends and returns a new empty "phenomenonTime" elementReferenceTypeaddNewProcedure()Appends and returns a new empty "procedure" elementBigIntegergetCount()Gets the "count" elementorg.apache.xmlbeans.XmlObject[]getExtensionArray()Gets array of all "extension" elementsorg.apache.xmlbeans.XmlObjectgetExtensionArray(int i)Gets ith "extension" elementReferenceTypegetFeatureOfInterest()Gets the "featureOfInterest" elementFormatDescriptorTypegetFormatDescriptor()Gets the "formatDescriptor" elementReferenceTypegetObservedProperty()Gets the "observedProperty" elementReferenceTypegetOffering()Gets the "offering" elementTimeObjectPropertyTypegetPhenomenonTime()Gets the "phenomenonTime" elementReferenceTypegetProcedure()Gets the "procedure" elementorg.apache.xmlbeans.XmlObjectinsertNewExtension(int i)Inserts and returns a new empty value (as xml) as the ith "extension" elementbooleanisSetCount()True if has "count" elementbooleanisSetFormatDescriptor()True if has "formatDescriptor" elementbooleanisSetOffering()True if has "offering" elementvoidremoveExtension(int i)Removes the ith "extension" elementvoidsetCount(BigInteger count)Sets the "count" elementvoidsetExtensionArray(int i, org.apache.xmlbeans.XmlObject extension)Sets ith "extension" elementvoidsetExtensionArray(org.apache.xmlbeans.XmlObject[] extensionArray)Sets array of all "extension" elementvoidsetFeatureOfInterest(ReferenceType featureOfInterest)Sets the "featureOfInterest" elementvoidsetFormatDescriptor(FormatDescriptorType formatDescriptor)Sets the "formatDescriptor" elementvoidsetObservedProperty(ReferenceType observedProperty)Sets the "observedProperty" elementvoidsetOffering(ReferenceType offering)Sets the "offering" elementvoidsetPhenomenonTime(TimeObjectPropertyType phenomenonTime)Sets the "phenomenonTime" elementvoidsetProcedure(ReferenceType procedure)Sets the "procedure" elementintsizeOfExtensionArray()Returns number of "extension" elementvoidunsetCount()Unsets the "count" elementvoidunsetFormatDescriptor()Unsets the "formatDescriptor" elementvoidunsetOffering()Unsets the "offering" elementorg.apache.xmlbeans.XmlNonNegativeIntegerxgetCount()Gets (as xml) the "count" elementvoidxsetCount(org.apache.xmlbeans.XmlNonNegativeInteger count)Sets (as xml) the "count" element-
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 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
-
getProcedure
ReferenceType getProcedure()
Gets the "procedure" element
-
setProcedure
void setProcedure(ReferenceType procedure)
Sets the "procedure" element
-
addNewProcedure
ReferenceType addNewProcedure()
Appends and returns a new empty "procedure" element
-
getObservedProperty
ReferenceType getObservedProperty()
Gets the "observedProperty" element
-
setObservedProperty
void setObservedProperty(ReferenceType observedProperty)
Sets the "observedProperty" element
-
addNewObservedProperty
ReferenceType addNewObservedProperty()
Appends and returns a new empty "observedProperty" element
-
getFeatureOfInterest
ReferenceType getFeatureOfInterest()
Gets the "featureOfInterest" element
-
setFeatureOfInterest
void setFeatureOfInterest(ReferenceType featureOfInterest)
Sets the "featureOfInterest" element
-
addNewFeatureOfInterest
ReferenceType addNewFeatureOfInterest()
Appends and returns a new empty "featureOfInterest" element
-
getPhenomenonTime
TimeObjectPropertyType getPhenomenonTime()
Gets the "phenomenonTime" element
-
setPhenomenonTime
void setPhenomenonTime(TimeObjectPropertyType phenomenonTime)
Sets the "phenomenonTime" element
-
addNewPhenomenonTime
TimeObjectPropertyType addNewPhenomenonTime()
Appends and returns a new empty "phenomenonTime" element
-
getCount
BigInteger getCount()
Gets the "count" element
-
xgetCount
org.apache.xmlbeans.XmlNonNegativeInteger xgetCount()
Gets (as xml) the "count" element
-
isSetCount
boolean isSetCount()
True if has "count" element
-
setCount
void setCount(BigInteger count)
Sets the "count" element
-
xsetCount
void xsetCount(org.apache.xmlbeans.XmlNonNegativeInteger count)
Sets (as xml) the "count" element
-
unsetCount
void unsetCount()
Unsets the "count" element
-
getOffering
ReferenceType getOffering()
Gets the "offering" element
-
isSetOffering
boolean isSetOffering()
True if has "offering" element
-
setOffering
void setOffering(ReferenceType offering)
Sets the "offering" element
-
addNewOffering
ReferenceType addNewOffering()
Appends and returns a new empty "offering" element
-
unsetOffering
void unsetOffering()
Unsets the "offering" element
-
getFormatDescriptor
FormatDescriptorType getFormatDescriptor()
Gets the "formatDescriptor" element
-
isSetFormatDescriptor
boolean isSetFormatDescriptor()
True if has "formatDescriptor" element
-
setFormatDescriptor
void setFormatDescriptor(FormatDescriptorType formatDescriptor)
Sets the "formatDescriptor" element
-
addNewFormatDescriptor
FormatDescriptorType addNewFormatDescriptor()
Appends and returns a new empty "formatDescriptor" element
-
unsetFormatDescriptor
void unsetFormatDescriptor()
Unsets the "formatDescriptor" element
-
getExtensionArray
org.apache.xmlbeans.XmlObject[] getExtensionArray()
Gets array of all "extension" elements
-
getExtensionArray
org.apache.xmlbeans.XmlObject getExtensionArray(int i)
Gets ith "extension" element
-
sizeOfExtensionArray
int sizeOfExtensionArray()
Returns number of "extension" element
-
setExtensionArray
void setExtensionArray(org.apache.xmlbeans.XmlObject[] extensionArray)
Sets array of all "extension" element
-
setExtensionArray
void setExtensionArray(int i, org.apache.xmlbeans.XmlObject extension)Sets ith "extension" element
-
insertNewExtension
org.apache.xmlbeans.XmlObject insertNewExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "extension" element
-
addNewExtension
org.apache.xmlbeans.XmlObject addNewExtension()
Appends and returns a new empty value (as xml) as the last "extension" element
-
removeExtension
void removeExtension(int i)
Removes the ith "extension" element
-
-