Package net.opengis.tsml.x10
Interface CollectionType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CollectionTypeImpl
public interface CollectionType extends AbstractFeatureType
An XML CollectionType(@http://www.opengis.net/tsml/1.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCollectionType.FactoryA factory class with static methods for creating instances of this type.static interfaceCollectionType.LocalDictionaryAn XML localDictionary(@http://www.opengis.net/tsml/1.0).
-
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.XmlObjectaddNewCommunityExtension()Appends and returns a new empty value (as xml) as the last "communityExtension" elementorg.apache.xmlbeans.XmlObjectaddNewInternalExtension()Appends and returns a new empty value (as xml) as the last "internalExtension" elementCollectionType.LocalDictionaryaddNewLocalDictionary()Appends and returns a new empty value (as xml) as the last "localDictionary" elementOMObservationPropertyTypeaddNewObservationMember()Appends and returns a new empty value (as xml) as the last "observationMember" elementNamedValuePropertyTypeaddNewParameter()Appends and returns a new empty value (as xml) as the last "parameter" elementReferenceTypeaddNewProfile()Appends and returns a new empty value (as xml) as the last "profile" elementSamplingFeatureMemberPropertyTypeaddNewSamplingFeatureMember()Appends and returns a new empty value (as xml) as the last "samplingFeatureMember" elementReferenceTypeaddNewSourceDefinition()Appends and returns a new empty value (as xml) as the last "sourceDefinition" elementTimePeriodPropertyTypeaddNewTemporalExtent()Appends and returns a new empty "temporalExtent" elementReferenceTypeaddNewVersion()Appends and returns a new empty "version" elementorg.apache.xmlbeans.XmlObject[]getCommunityExtensionArray()Gets array of all "communityExtension" elementsorg.apache.xmlbeans.XmlObjectgetCommunityExtensionArray(int i)Gets ith "communityExtension" elementCalendargetGenerationDate()Gets the "generationDate" elementStringgetGenerationSystem()Gets the "generationSystem" elementorg.apache.xmlbeans.XmlObject[]getInternalExtensionArray()Gets array of all "internalExtension" elementsorg.apache.xmlbeans.XmlObjectgetInternalExtensionArray(int i)Gets ith "internalExtension" elementCollectionType.LocalDictionary[]getLocalDictionaryArray()Gets array of all "localDictionary" elementsCollectionType.LocalDictionarygetLocalDictionaryArray(int i)Gets ith "localDictionary" elementOMObservationPropertyType[]getObservationMemberArray()Gets array of all "observationMember" elementsOMObservationPropertyTypegetObservationMemberArray(int i)Gets ith "observationMember" elementNamedValuePropertyType[]getParameterArray()Gets array of all "parameter" elementsNamedValuePropertyTypegetParameterArray(int i)Gets ith "parameter" elementReferenceType[]getProfileArray()Gets array of all "profile" elementsReferenceTypegetProfileArray(int i)Gets ith "profile" elementSamplingFeatureMemberPropertyType[]getSamplingFeatureMemberArray()Gets array of all "samplingFeatureMember" elementsSamplingFeatureMemberPropertyTypegetSamplingFeatureMemberArray(int i)Gets ith "samplingFeatureMember" elementReferenceType[]getSourceDefinitionArray()Gets array of all "sourceDefinition" elementsReferenceTypegetSourceDefinitionArray(int i)Gets ith "sourceDefinition" elementTimePeriodPropertyTypegetTemporalExtent()Gets the "temporalExtent" elementReferenceTypegetVersion()Gets the "version" elementorg.apache.xmlbeans.XmlObjectinsertNewCommunityExtension(int i)Inserts and returns a new empty value (as xml) as the ith "communityExtension" elementorg.apache.xmlbeans.XmlObjectinsertNewInternalExtension(int i)Inserts and returns a new empty value (as xml) as the ith "internalExtension" elementCollectionType.LocalDictionaryinsertNewLocalDictionary(int i)Inserts and returns a new empty value (as xml) as the ith "localDictionary" elementOMObservationPropertyTypeinsertNewObservationMember(int i)Inserts and returns a new empty value (as xml) as the ith "observationMember" elementNamedValuePropertyTypeinsertNewParameter(int i)Inserts and returns a new empty value (as xml) as the ith "parameter" elementReferenceTypeinsertNewProfile(int i)Inserts and returns a new empty value (as xml) as the ith "profile" elementSamplingFeatureMemberPropertyTypeinsertNewSamplingFeatureMember(int i)Inserts and returns a new empty value (as xml) as the ith "samplingFeatureMember" elementReferenceTypeinsertNewSourceDefinition(int i)Inserts and returns a new empty value (as xml) as the ith "sourceDefinition" elementbooleanisSetGenerationSystem()True if has "generationSystem" elementbooleanisSetTemporalExtent()True if has "temporalExtent" elementbooleanisSetVersion()True if has "version" elementvoidremoveCommunityExtension(int i)Removes the ith "communityExtension" elementvoidremoveInternalExtension(int i)Removes the ith "internalExtension" elementvoidremoveLocalDictionary(int i)Removes the ith "localDictionary" elementvoidremoveObservationMember(int i)Removes the ith "observationMember" elementvoidremoveParameter(int i)Removes the ith "parameter" elementvoidremoveProfile(int i)Removes the ith "profile" elementvoidremoveSamplingFeatureMember(int i)Removes the ith "samplingFeatureMember" elementvoidremoveSourceDefinition(int i)Removes the ith "sourceDefinition" elementvoidsetCommunityExtensionArray(int i, org.apache.xmlbeans.XmlObject communityExtension)Sets ith "communityExtension" elementvoidsetCommunityExtensionArray(org.apache.xmlbeans.XmlObject[] communityExtensionArray)Sets array of all "communityExtension" elementvoidsetGenerationDate(Calendar generationDate)Sets the "generationDate" elementvoidsetGenerationSystem(String generationSystem)Sets the "generationSystem" elementvoidsetInternalExtensionArray(int i, org.apache.xmlbeans.XmlObject internalExtension)Sets ith "internalExtension" elementvoidsetInternalExtensionArray(org.apache.xmlbeans.XmlObject[] internalExtensionArray)Sets array of all "internalExtension" elementvoidsetLocalDictionaryArray(int i, CollectionType.LocalDictionary localDictionary)Sets ith "localDictionary" elementvoidsetLocalDictionaryArray(CollectionType.LocalDictionary[] localDictionaryArray)Sets array of all "localDictionary" elementvoidsetObservationMemberArray(int i, OMObservationPropertyType observationMember)Sets ith "observationMember" elementvoidsetObservationMemberArray(OMObservationPropertyType[] observationMemberArray)Sets array of all "observationMember" elementvoidsetParameterArray(int i, NamedValuePropertyType parameter)Sets ith "parameter" elementvoidsetParameterArray(NamedValuePropertyType[] parameterArray)Sets array of all "parameter" elementvoidsetProfileArray(int i, ReferenceType profile)Sets ith "profile" elementvoidsetProfileArray(ReferenceType[] profileArray)Sets array of all "profile" elementvoidsetSamplingFeatureMemberArray(int i, SamplingFeatureMemberPropertyType samplingFeatureMember)Sets ith "samplingFeatureMember" elementvoidsetSamplingFeatureMemberArray(SamplingFeatureMemberPropertyType[] samplingFeatureMemberArray)Sets array of all "samplingFeatureMember" elementvoidsetSourceDefinitionArray(int i, ReferenceType sourceDefinition)Sets ith "sourceDefinition" elementvoidsetSourceDefinitionArray(ReferenceType[] sourceDefinitionArray)Sets array of all "sourceDefinition" elementvoidsetTemporalExtent(TimePeriodPropertyType temporalExtent)Sets the "temporalExtent" elementvoidsetVersion(ReferenceType version)Sets the "version" elementintsizeOfCommunityExtensionArray()Returns number of "communityExtension" elementintsizeOfInternalExtensionArray()Returns number of "internalExtension" elementintsizeOfLocalDictionaryArray()Returns number of "localDictionary" elementintsizeOfObservationMemberArray()Returns number of "observationMember" elementintsizeOfParameterArray()Returns number of "parameter" elementintsizeOfProfileArray()Returns number of "profile" elementintsizeOfSamplingFeatureMemberArray()Returns number of "samplingFeatureMember" elementintsizeOfSourceDefinitionArray()Returns number of "sourceDefinition" elementvoidunsetGenerationSystem()Unsets the "generationSystem" elementvoidunsetTemporalExtent()Unsets the "temporalExtent" elementvoidunsetVersion()Unsets the "version" elementorg.apache.xmlbeans.XmlDateTimexgetGenerationDate()Gets (as xml) the "generationDate" elementorg.apache.xmlbeans.XmlStringxgetGenerationSystem()Gets (as xml) the "generationSystem" elementvoidxsetGenerationDate(org.apache.xmlbeans.XmlDateTime generationDate)Sets (as xml) the "generationDate" elementvoidxsetGenerationSystem(org.apache.xmlbeans.XmlString generationSystem)Sets (as xml) the "generationSystem" element-
Methods inherited from interface net.opengis.gml.x32.AbstractFeatureType
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocation
-
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
-
getCommunityExtensionArray
org.apache.xmlbeans.XmlObject[] getCommunityExtensionArray()
Gets array of all "communityExtension" elements
-
getCommunityExtensionArray
org.apache.xmlbeans.XmlObject getCommunityExtensionArray(int i)
Gets ith "communityExtension" element
-
sizeOfCommunityExtensionArray
int sizeOfCommunityExtensionArray()
Returns number of "communityExtension" element
-
setCommunityExtensionArray
void setCommunityExtensionArray(org.apache.xmlbeans.XmlObject[] communityExtensionArray)
Sets array of all "communityExtension" element
-
setCommunityExtensionArray
void setCommunityExtensionArray(int i, org.apache.xmlbeans.XmlObject communityExtension)Sets ith "communityExtension" element
-
insertNewCommunityExtension
org.apache.xmlbeans.XmlObject insertNewCommunityExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "communityExtension" element
-
addNewCommunityExtension
org.apache.xmlbeans.XmlObject addNewCommunityExtension()
Appends and returns a new empty value (as xml) as the last "communityExtension" element
-
removeCommunityExtension
void removeCommunityExtension(int i)
Removes the ith "communityExtension" element
-
getInternalExtensionArray
org.apache.xmlbeans.XmlObject[] getInternalExtensionArray()
Gets array of all "internalExtension" elements
-
getInternalExtensionArray
org.apache.xmlbeans.XmlObject getInternalExtensionArray(int i)
Gets ith "internalExtension" element
-
sizeOfInternalExtensionArray
int sizeOfInternalExtensionArray()
Returns number of "internalExtension" element
-
setInternalExtensionArray
void setInternalExtensionArray(org.apache.xmlbeans.XmlObject[] internalExtensionArray)
Sets array of all "internalExtension" element
-
setInternalExtensionArray
void setInternalExtensionArray(int i, org.apache.xmlbeans.XmlObject internalExtension)Sets ith "internalExtension" element
-
insertNewInternalExtension
org.apache.xmlbeans.XmlObject insertNewInternalExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "internalExtension" element
-
addNewInternalExtension
org.apache.xmlbeans.XmlObject addNewInternalExtension()
Appends and returns a new empty value (as xml) as the last "internalExtension" element
-
removeInternalExtension
void removeInternalExtension(int i)
Removes the ith "internalExtension" element
-
getGenerationDate
Calendar getGenerationDate()
Gets the "generationDate" element
-
xgetGenerationDate
org.apache.xmlbeans.XmlDateTime xgetGenerationDate()
Gets (as xml) the "generationDate" element
-
setGenerationDate
void setGenerationDate(Calendar generationDate)
Sets the "generationDate" element
-
xsetGenerationDate
void xsetGenerationDate(org.apache.xmlbeans.XmlDateTime generationDate)
Sets (as xml) the "generationDate" element
-
getGenerationSystem
String getGenerationSystem()
Gets the "generationSystem" element
-
xgetGenerationSystem
org.apache.xmlbeans.XmlString xgetGenerationSystem()
Gets (as xml) the "generationSystem" element
-
isSetGenerationSystem
boolean isSetGenerationSystem()
True if has "generationSystem" element
-
setGenerationSystem
void setGenerationSystem(String generationSystem)
Sets the "generationSystem" element
-
xsetGenerationSystem
void xsetGenerationSystem(org.apache.xmlbeans.XmlString generationSystem)
Sets (as xml) the "generationSystem" element
-
unsetGenerationSystem
void unsetGenerationSystem()
Unsets the "generationSystem" element
-
getVersion
ReferenceType getVersion()
Gets the "version" element
-
isSetVersion
boolean isSetVersion()
True if has "version" element
-
setVersion
void setVersion(ReferenceType version)
Sets the "version" element
-
addNewVersion
ReferenceType addNewVersion()
Appends and returns a new empty "version" element
-
unsetVersion
void unsetVersion()
Unsets the "version" element
-
getProfileArray
ReferenceType[] getProfileArray()
Gets array of all "profile" elements
-
getProfileArray
ReferenceType getProfileArray(int i)
Gets ith "profile" element
-
sizeOfProfileArray
int sizeOfProfileArray()
Returns number of "profile" element
-
setProfileArray
void setProfileArray(ReferenceType[] profileArray)
Sets array of all "profile" element
-
setProfileArray
void setProfileArray(int i, ReferenceType profile)Sets ith "profile" element
-
insertNewProfile
ReferenceType insertNewProfile(int i)
Inserts and returns a new empty value (as xml) as the ith "profile" element
-
addNewProfile
ReferenceType addNewProfile()
Appends and returns a new empty value (as xml) as the last "profile" element
-
removeProfile
void removeProfile(int i)
Removes the ith "profile" element
-
getTemporalExtent
TimePeriodPropertyType getTemporalExtent()
Gets the "temporalExtent" element
-
isSetTemporalExtent
boolean isSetTemporalExtent()
True if has "temporalExtent" element
-
setTemporalExtent
void setTemporalExtent(TimePeriodPropertyType temporalExtent)
Sets the "temporalExtent" element
-
addNewTemporalExtent
TimePeriodPropertyType addNewTemporalExtent()
Appends and returns a new empty "temporalExtent" element
-
unsetTemporalExtent
void unsetTemporalExtent()
Unsets the "temporalExtent" element
-
getLocalDictionaryArray
CollectionType.LocalDictionary[] getLocalDictionaryArray()
Gets array of all "localDictionary" elements
-
getLocalDictionaryArray
CollectionType.LocalDictionary getLocalDictionaryArray(int i)
Gets ith "localDictionary" element
-
sizeOfLocalDictionaryArray
int sizeOfLocalDictionaryArray()
Returns number of "localDictionary" element
-
setLocalDictionaryArray
void setLocalDictionaryArray(CollectionType.LocalDictionary[] localDictionaryArray)
Sets array of all "localDictionary" element
-
setLocalDictionaryArray
void setLocalDictionaryArray(int i, CollectionType.LocalDictionary localDictionary)Sets ith "localDictionary" element
-
insertNewLocalDictionary
CollectionType.LocalDictionary insertNewLocalDictionary(int i)
Inserts and returns a new empty value (as xml) as the ith "localDictionary" element
-
addNewLocalDictionary
CollectionType.LocalDictionary addNewLocalDictionary()
Appends and returns a new empty value (as xml) as the last "localDictionary" element
-
removeLocalDictionary
void removeLocalDictionary(int i)
Removes the ith "localDictionary" element
-
getSourceDefinitionArray
ReferenceType[] getSourceDefinitionArray()
Gets array of all "sourceDefinition" elements
-
getSourceDefinitionArray
ReferenceType getSourceDefinitionArray(int i)
Gets ith "sourceDefinition" element
-
sizeOfSourceDefinitionArray
int sizeOfSourceDefinitionArray()
Returns number of "sourceDefinition" element
-
setSourceDefinitionArray
void setSourceDefinitionArray(ReferenceType[] sourceDefinitionArray)
Sets array of all "sourceDefinition" element
-
setSourceDefinitionArray
void setSourceDefinitionArray(int i, ReferenceType sourceDefinition)Sets ith "sourceDefinition" element
-
insertNewSourceDefinition
ReferenceType insertNewSourceDefinition(int i)
Inserts and returns a new empty value (as xml) as the ith "sourceDefinition" element
-
addNewSourceDefinition
ReferenceType addNewSourceDefinition()
Appends and returns a new empty value (as xml) as the last "sourceDefinition" element
-
removeSourceDefinition
void removeSourceDefinition(int i)
Removes the ith "sourceDefinition" element
-
getParameterArray
NamedValuePropertyType[] getParameterArray()
Gets array of all "parameter" elements
-
getParameterArray
NamedValuePropertyType getParameterArray(int i)
Gets ith "parameter" element
-
sizeOfParameterArray
int sizeOfParameterArray()
Returns number of "parameter" element
-
setParameterArray
void setParameterArray(NamedValuePropertyType[] parameterArray)
Sets array of all "parameter" element
-
setParameterArray
void setParameterArray(int i, NamedValuePropertyType parameter)Sets ith "parameter" element
-
insertNewParameter
NamedValuePropertyType insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "parameter" element
-
addNewParameter
NamedValuePropertyType addNewParameter()
Appends and returns a new empty value (as xml) as the last "parameter" element
-
removeParameter
void removeParameter(int i)
Removes the ith "parameter" element
-
getSamplingFeatureMemberArray
SamplingFeatureMemberPropertyType[] getSamplingFeatureMemberArray()
Gets array of all "samplingFeatureMember" elements
-
getSamplingFeatureMemberArray
SamplingFeatureMemberPropertyType getSamplingFeatureMemberArray(int i)
Gets ith "samplingFeatureMember" element
-
sizeOfSamplingFeatureMemberArray
int sizeOfSamplingFeatureMemberArray()
Returns number of "samplingFeatureMember" element
-
setSamplingFeatureMemberArray
void setSamplingFeatureMemberArray(SamplingFeatureMemberPropertyType[] samplingFeatureMemberArray)
Sets array of all "samplingFeatureMember" element
-
setSamplingFeatureMemberArray
void setSamplingFeatureMemberArray(int i, SamplingFeatureMemberPropertyType samplingFeatureMember)Sets ith "samplingFeatureMember" element
-
insertNewSamplingFeatureMember
SamplingFeatureMemberPropertyType insertNewSamplingFeatureMember(int i)
Inserts and returns a new empty value (as xml) as the ith "samplingFeatureMember" element
-
addNewSamplingFeatureMember
SamplingFeatureMemberPropertyType addNewSamplingFeatureMember()
Appends and returns a new empty value (as xml) as the last "samplingFeatureMember" element
-
removeSamplingFeatureMember
void removeSamplingFeatureMember(int i)
Removes the ith "samplingFeatureMember" element
-
getObservationMemberArray
OMObservationPropertyType[] getObservationMemberArray()
Gets array of all "observationMember" elements
-
getObservationMemberArray
OMObservationPropertyType getObservationMemberArray(int i)
Gets ith "observationMember" element
-
sizeOfObservationMemberArray
int sizeOfObservationMemberArray()
Returns number of "observationMember" element
-
setObservationMemberArray
void setObservationMemberArray(OMObservationPropertyType[] observationMemberArray)
Sets array of all "observationMember" element
-
setObservationMemberArray
void setObservationMemberArray(int i, OMObservationPropertyType observationMember)Sets ith "observationMember" element
-
insertNewObservationMember
OMObservationPropertyType insertNewObservationMember(int i)
Inserts and returns a new empty value (as xml) as the ith "observationMember" element
-
addNewObservationMember
OMObservationPropertyType addNewObservationMember()
Appends and returns a new empty value (as xml) as the last "observationMember" element
-
removeObservationMember
void removeObservationMember(int i)
Removes the ith "observationMember" element
-
-