Interface KnotType

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

    public interface KnotType
    extends org.apache.xmlbeans.XmlObject
    An XML KnotType(@http://www.opengis.net/gml/3.2). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  KnotType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BigInteger getMultiplicity()
      Gets the "multiplicity" element
      double getValue()
      Gets the "value" element
      double getWeight()
      Gets the "weight" element
      void setMultiplicity​(BigInteger multiplicity)
      Sets the "multiplicity" element
      void setValue​(double value)
      Sets the "value" element
      void setWeight​(double weight)
      Sets the "weight" element
      org.apache.xmlbeans.XmlNonNegativeInteger xgetMultiplicity()
      Gets (as xml) the "multiplicity" element
      org.apache.xmlbeans.XmlDouble xgetValue()
      Gets (as xml) the "value" element
      org.apache.xmlbeans.XmlDouble xgetWeight()
      Gets (as xml) the "weight" element
      void xsetMultiplicity​(org.apache.xmlbeans.XmlNonNegativeInteger multiplicity)
      Sets (as xml) the "multiplicity" element
      void xsetValue​(org.apache.xmlbeans.XmlDouble value)
      Sets (as xml) the "value" element
      void xsetWeight​(org.apache.xmlbeans.XmlDouble weight)
      Sets (as xml) the "weight" 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
    • Field Detail

      • type

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

      • getValue

        double getValue()
        Gets the "value" element
      • xgetValue

        org.apache.xmlbeans.XmlDouble xgetValue()
        Gets (as xml) the "value" element
      • setValue

        void setValue​(double value)
        Sets the "value" element
      • xsetValue

        void xsetValue​(org.apache.xmlbeans.XmlDouble value)
        Sets (as xml) the "value" element
      • getMultiplicity

        BigInteger getMultiplicity()
        Gets the "multiplicity" element
      • xgetMultiplicity

        org.apache.xmlbeans.XmlNonNegativeInteger xgetMultiplicity()
        Gets (as xml) the "multiplicity" element
      • setMultiplicity

        void setMultiplicity​(BigInteger multiplicity)
        Sets the "multiplicity" element
      • xsetMultiplicity

        void xsetMultiplicity​(org.apache.xmlbeans.XmlNonNegativeInteger multiplicity)
        Sets (as xml) the "multiplicity" element
      • getWeight

        double getWeight()
        Gets the "weight" element
      • xgetWeight

        org.apache.xmlbeans.XmlDouble xgetWeight()
        Gets (as xml) the "weight" element
      • setWeight

        void setWeight​(double weight)
        Sets the "weight" element
      • xsetWeight

        void xsetWeight​(org.apache.xmlbeans.XmlDouble weight)
        Sets (as xml) the "weight" element