Package net.opengis.waterml.x20
Interface DefaultCategoricalTVPMetadataType
-
- All Superinterfaces:
TVPMetadataType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DefaultCategoricalTVPMetadataTypeImpl
public interface DefaultCategoricalTVPMetadataType extends TVPMetadataType
An XML DefaultCategoricalTVPMetadataType(@http://www.opengis.net/waterml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDefaultCategoricalTVPMetadataType.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 StringgetCodeSpace()Gets the "codeSpace" elementbooleanisSetCodeSpace()True if has "codeSpace" elementvoidsetCodeSpace(String codeSpace)Sets the "codeSpace" elementvoidunsetCodeSpace()Unsets the "codeSpace" elementorg.apache.xmlbeans.XmlAnyURIxgetCodeSpace()Gets (as xml) the "codeSpace" elementvoidxsetCodeSpace(org.apache.xmlbeans.XmlAnyURI codeSpace)Sets (as xml) the "codeSpace" element-
Methods inherited from interface net.opengis.waterml.x20.TVPMetadataType
addNewNilReason, addNewProcessing, addNewQualifier, addNewQuality, addNewRelatedObservation, addNewSource, getComment, getNilReason, getProcessing, getQualifierArray, getQualifierArray, getQuality, getRelatedObservationArray, getRelatedObservationArray, getSource, insertNewQualifier, insertNewRelatedObservation, isSetComment, isSetNilReason, isSetProcessing, isSetQuality, isSetSource, removeQualifier, removeRelatedObservation, setComment, setNilReason, setProcessing, setQualifierArray, setQualifierArray, setQuality, setRelatedObservationArray, setRelatedObservationArray, setSource, sizeOfQualifierArray, sizeOfRelatedObservationArray, unsetComment, unsetNilReason, unsetProcessing, unsetQuality, unsetSource, xgetComment, xsetComment
-
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
-
getCodeSpace
String getCodeSpace()
Gets the "codeSpace" element
-
xgetCodeSpace
org.apache.xmlbeans.XmlAnyURI xgetCodeSpace()
Gets (as xml) the "codeSpace" element
-
isSetCodeSpace
boolean isSetCodeSpace()
True if has "codeSpace" element
-
setCodeSpace
void setCodeSpace(String codeSpace)
Sets the "codeSpace" element
-
xsetCodeSpace
void xsetCodeSpace(org.apache.xmlbeans.XmlAnyURI codeSpace)
Sets (as xml) the "codeSpace" element
-
unsetCodeSpace
void unsetCodeSpace()
Unsets the "codeSpace" element
-
-