Package net.opengis.ows.x11
Interface UnNamedDomainType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
DomainType
- All Known Implementing Classes:
DomainTypeImpl,UnNamedDomainTypeImpl
public interface UnNamedDomainType extends org.apache.xmlbeans.XmlObjectAn XML UnNamedDomainType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classUnNamedDomainType.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 AllowedValuesDocument.AllowedValuesaddNewAllowedValues()Appends and returns a new empty "AllowedValues" elementAnyValueDocument.AnyValueaddNewAnyValue()Appends and returns a new empty "AnyValue" elementDomainMetadataTypeaddNewDataType()Appends and returns a new empty "DataType" elementValueTypeaddNewDefaultValue()Appends and returns a new empty "DefaultValue" elementDomainMetadataTypeaddNewMeaning()Appends and returns a new empty "Meaning" elementMetadataTypeaddNewMetadata()Appends and returns a new empty value (as xml) as the last "Metadata" elementNoValuesDocument.NoValuesaddNewNoValues()Appends and returns a new empty "NoValues" elementDomainMetadataTypeaddNewReferenceSystem()Appends and returns a new empty "ReferenceSystem" elementDomainMetadataTypeaddNewUOM()Appends and returns a new empty "UOM" elementValuesReferenceDocument.ValuesReferenceaddNewValuesReference()Appends and returns a new empty "ValuesReference" elementAllowedValuesDocument.AllowedValuesgetAllowedValues()Gets the "AllowedValues" elementAnyValueDocument.AnyValuegetAnyValue()Gets the "AnyValue" elementDomainMetadataTypegetDataType()Gets the "DataType" elementValueTypegetDefaultValue()Gets the "DefaultValue" elementDomainMetadataTypegetMeaning()Gets the "Meaning" elementMetadataType[]getMetadataArray()Gets array of all "Metadata" elementsMetadataTypegetMetadataArray(int i)Gets ith "Metadata" elementNoValuesDocument.NoValuesgetNoValues()Gets the "NoValues" elementDomainMetadataTypegetReferenceSystem()Gets the "ReferenceSystem" elementDomainMetadataTypegetUOM()Gets the "UOM" elementValuesReferenceDocument.ValuesReferencegetValuesReference()Gets the "ValuesReference" elementMetadataTypeinsertNewMetadata(int i)Inserts and returns a new empty value (as xml) as the ith "Metadata" elementbooleanisSetAllowedValues()True if has "AllowedValues" elementbooleanisSetAnyValue()True if has "AnyValue" elementbooleanisSetDataType()True if has "DataType" elementbooleanisSetDefaultValue()True if has "DefaultValue" elementbooleanisSetMeaning()True if has "Meaning" elementbooleanisSetNoValues()True if has "NoValues" elementbooleanisSetReferenceSystem()True if has "ReferenceSystem" elementbooleanisSetUOM()True if has "UOM" elementbooleanisSetValuesReference()True if has "ValuesReference" elementvoidremoveMetadata(int i)Removes the ith "Metadata" elementvoidsetAllowedValues(AllowedValuesDocument.AllowedValues allowedValues)Sets the "AllowedValues" elementvoidsetAnyValue(AnyValueDocument.AnyValue anyValue)Sets the "AnyValue" elementvoidsetDataType(DomainMetadataType dataType)Sets the "DataType" elementvoidsetDefaultValue(ValueType defaultValue)Sets the "DefaultValue" elementvoidsetMeaning(DomainMetadataType meaning)Sets the "Meaning" elementvoidsetMetadataArray(int i, MetadataType metadata)Sets ith "Metadata" elementvoidsetMetadataArray(MetadataType[] metadataArray)Sets array of all "Metadata" elementvoidsetNoValues(NoValuesDocument.NoValues noValues)Sets the "NoValues" elementvoidsetReferenceSystem(DomainMetadataType referenceSystem)Sets the "ReferenceSystem" elementvoidsetUOM(DomainMetadataType uom)Sets the "UOM" elementvoidsetValuesReference(ValuesReferenceDocument.ValuesReference valuesReference)Sets the "ValuesReference" elementintsizeOfMetadataArray()Returns number of "Metadata" elementvoidunsetAllowedValues()Unsets the "AllowedValues" elementvoidunsetAnyValue()Unsets the "AnyValue" elementvoidunsetDataType()Unsets the "DataType" elementvoidunsetDefaultValue()Unsets the "DefaultValue" elementvoidunsetMeaning()Unsets the "Meaning" elementvoidunsetNoValues()Unsets the "NoValues" elementvoidunsetReferenceSystem()Unsets the "ReferenceSystem" elementvoidunsetUOM()Unsets the "UOM" elementvoidunsetValuesReference()Unsets the "ValuesReference" 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
-
getAllowedValues
AllowedValuesDocument.AllowedValues getAllowedValues()
Gets the "AllowedValues" element
-
isSetAllowedValues
boolean isSetAllowedValues()
True if has "AllowedValues" element
-
setAllowedValues
void setAllowedValues(AllowedValuesDocument.AllowedValues allowedValues)
Sets the "AllowedValues" element
-
addNewAllowedValues
AllowedValuesDocument.AllowedValues addNewAllowedValues()
Appends and returns a new empty "AllowedValues" element
-
unsetAllowedValues
void unsetAllowedValues()
Unsets the "AllowedValues" element
-
getAnyValue
AnyValueDocument.AnyValue getAnyValue()
Gets the "AnyValue" element
-
isSetAnyValue
boolean isSetAnyValue()
True if has "AnyValue" element
-
setAnyValue
void setAnyValue(AnyValueDocument.AnyValue anyValue)
Sets the "AnyValue" element
-
addNewAnyValue
AnyValueDocument.AnyValue addNewAnyValue()
Appends and returns a new empty "AnyValue" element
-
unsetAnyValue
void unsetAnyValue()
Unsets the "AnyValue" element
-
getNoValues
NoValuesDocument.NoValues getNoValues()
Gets the "NoValues" element
-
isSetNoValues
boolean isSetNoValues()
True if has "NoValues" element
-
setNoValues
void setNoValues(NoValuesDocument.NoValues noValues)
Sets the "NoValues" element
-
addNewNoValues
NoValuesDocument.NoValues addNewNoValues()
Appends and returns a new empty "NoValues" element
-
unsetNoValues
void unsetNoValues()
Unsets the "NoValues" element
-
getValuesReference
ValuesReferenceDocument.ValuesReference getValuesReference()
Gets the "ValuesReference" element
-
isSetValuesReference
boolean isSetValuesReference()
True if has "ValuesReference" element
-
setValuesReference
void setValuesReference(ValuesReferenceDocument.ValuesReference valuesReference)
Sets the "ValuesReference" element
-
addNewValuesReference
ValuesReferenceDocument.ValuesReference addNewValuesReference()
Appends and returns a new empty "ValuesReference" element
-
unsetValuesReference
void unsetValuesReference()
Unsets the "ValuesReference" element
-
getDefaultValue
ValueType getDefaultValue()
Gets the "DefaultValue" element
-
isSetDefaultValue
boolean isSetDefaultValue()
True if has "DefaultValue" element
-
setDefaultValue
void setDefaultValue(ValueType defaultValue)
Sets the "DefaultValue" element
-
addNewDefaultValue
ValueType addNewDefaultValue()
Appends and returns a new empty "DefaultValue" element
-
unsetDefaultValue
void unsetDefaultValue()
Unsets the "DefaultValue" element
-
getMeaning
DomainMetadataType getMeaning()
Gets the "Meaning" element
-
isSetMeaning
boolean isSetMeaning()
True if has "Meaning" element
-
setMeaning
void setMeaning(DomainMetadataType meaning)
Sets the "Meaning" element
-
addNewMeaning
DomainMetadataType addNewMeaning()
Appends and returns a new empty "Meaning" element
-
unsetMeaning
void unsetMeaning()
Unsets the "Meaning" element
-
getDataType
DomainMetadataType getDataType()
Gets the "DataType" element
-
isSetDataType
boolean isSetDataType()
True if has "DataType" element
-
setDataType
void setDataType(DomainMetadataType dataType)
Sets the "DataType" element
-
addNewDataType
DomainMetadataType addNewDataType()
Appends and returns a new empty "DataType" element
-
unsetDataType
void unsetDataType()
Unsets the "DataType" element
-
getUOM
DomainMetadataType getUOM()
Gets the "UOM" element
-
isSetUOM
boolean isSetUOM()
True if has "UOM" element
-
setUOM
void setUOM(DomainMetadataType uom)
Sets the "UOM" element
-
addNewUOM
DomainMetadataType addNewUOM()
Appends and returns a new empty "UOM" element
-
unsetUOM
void unsetUOM()
Unsets the "UOM" element
-
getReferenceSystem
DomainMetadataType getReferenceSystem()
Gets the "ReferenceSystem" element
-
isSetReferenceSystem
boolean isSetReferenceSystem()
True if has "ReferenceSystem" element
-
setReferenceSystem
void setReferenceSystem(DomainMetadataType referenceSystem)
Sets the "ReferenceSystem" element
-
addNewReferenceSystem
DomainMetadataType addNewReferenceSystem()
Appends and returns a new empty "ReferenceSystem" element
-
unsetReferenceSystem
void unsetReferenceSystem()
Unsets the "ReferenceSystem" element
-
getMetadataArray
MetadataType[] getMetadataArray()
Gets array of all "Metadata" elements
-
getMetadataArray
MetadataType getMetadataArray(int i)
Gets ith "Metadata" element
-
sizeOfMetadataArray
int sizeOfMetadataArray()
Returns number of "Metadata" element
-
setMetadataArray
void setMetadataArray(MetadataType[] metadataArray)
Sets array of all "Metadata" element
-
setMetadataArray
void setMetadataArray(int i, MetadataType metadata)Sets ith "Metadata" element
-
insertNewMetadata
MetadataType insertNewMetadata(int i)
Inserts and returns a new empty value (as xml) as the ith "Metadata" element
-
addNewMetadata
MetadataType addNewMetadata()
Appends and returns a new empty value (as xml) as the last "Metadata" element
-
removeMetadata
void removeMetadata(int i)
Removes the ith "Metadata" element
-
-