Package net.opengis.waterml.x20
Interface DocumentMetadataType
-
- All Superinterfaces:
AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DocumentMetadataTypeImpl
public interface DocumentMetadataType extends AbstractGMLType
An XML DocumentMetadataType(@http://www.opengis.net/waterml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDocumentMetadataType.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 ReferenceTypeaddNewProfile()Appends and returns a new empty value (as xml) as the last "profile" elementReferenceTypeaddNewVersion()Appends and returns a new empty "version" elementCalendargetGenerationDate()Gets the "generationDate" elementStringgetGenerationSystem()Gets the "generationSystem" elementReferenceType[]getProfileArray()Gets array of all "profile" elementsReferenceTypegetProfileArray(int i)Gets ith "profile" elementReferenceTypegetVersion()Gets the "version" elementReferenceTypeinsertNewProfile(int i)Inserts and returns a new empty value (as xml) as the ith "profile" elementbooleanisSetGenerationSystem()True if has "generationSystem" elementbooleanisSetVersion()True if has "version" elementvoidremoveProfile(int i)Removes the ith "profile" elementvoidsetGenerationDate(Calendar generationDate)Sets the "generationDate" elementvoidsetGenerationSystem(String generationSystem)Sets the "generationSystem" elementvoidsetProfileArray(int i, ReferenceType profile)Sets ith "profile" elementvoidsetProfileArray(ReferenceType[] profileArray)Sets array of all "profile" elementvoidsetVersion(ReferenceType version)Sets the "version" elementintsizeOfProfileArray()Returns number of "profile" elementvoidunsetGenerationSystem()Unsets the "generationSystem" 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.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
-
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
-
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
-
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
-
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
-
-