Interface AxisType

  • All Superinterfaces:
    DescriptionType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    AxisTypeImpl

    public interface AxisType
    extends DescriptionType
    An XML AxisType(@http://www.opengis.net/wcs/1.1). This is a complex type.
    • Field Detail

      • type

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

      • 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
      • getIdentifier

        String getIdentifier()
        Gets the "identifier" attribute
      • xgetIdentifier

        IdentifierType xgetIdentifier()
        Gets (as xml) the "identifier" attribute
      • setIdentifier

        void setIdentifier​(String identifier)
        Sets the "identifier" attribute
      • xsetIdentifier

        void xsetIdentifier​(IdentifierType identifier)
        Sets (as xml) the "identifier" attribute