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.XmlObject
    An XML UnNamedDomainType(@http://www.opengis.net/ows/1.1). This is a complex type.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • isSetAllowedValues

        boolean isSetAllowedValues()
        True if has "AllowedValues" element
      • unsetAllowedValues

        void unsetAllowedValues()
        Unsets the "AllowedValues" element
      • isSetAnyValue

        boolean isSetAnyValue()
        True if has "AnyValue" element
      • unsetAnyValue

        void unsetAnyValue()
        Unsets the "AnyValue" element
      • isSetNoValues

        boolean isSetNoValues()
        True if has "NoValues" element
      • unsetNoValues

        void unsetNoValues()
        Unsets the "NoValues" element
      • isSetValuesReference

        boolean isSetValuesReference()
        True if has "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
      • isSetMeaning

        boolean isSetMeaning()
        True if has "Meaning" element
      • addNewMeaning

        DomainMetadataType addNewMeaning()
        Appends and returns a new empty "Meaning" element
      • unsetMeaning

        void unsetMeaning()
        Unsets the "Meaning" 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
      • isSetUOM

        boolean isSetUOM()
        True if has "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