Interface SimpleArcStringType

    • Field Detail

      • type

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

      • sizeOfPosArray

        int sizeOfPosArray()
        Returns number of "pos" element
      • setPosArray

        void setPosArray​(DirectPositionType[] posArray)
        Sets array of all "pos" element
      • setPosArray

        void setPosArray​(int i,
                         DirectPositionType pos)
        Sets ith "pos" element
      • insertNewPos

        DirectPositionType insertNewPos​(int i)
        Inserts and returns a new empty value (as xml) as the ith "pos" element
      • addNewPos

        DirectPositionType addNewPos()
        Appends and returns a new empty value (as xml) as the last "pos" element
      • removePos

        void removePos​(int i)
        Removes the ith "pos" element
      • getPointPropertyArray

        PointPropertyType[] getPointPropertyArray()
        Gets array of all "pointProperty" elements
      • getPointPropertyArray

        PointPropertyType getPointPropertyArray​(int i)
        Gets ith "pointProperty" element
      • sizeOfPointPropertyArray

        int sizeOfPointPropertyArray()
        Returns number of "pointProperty" element
      • setPointPropertyArray

        void setPointPropertyArray​(PointPropertyType[] pointPropertyArray)
        Sets array of all "pointProperty" element
      • setPointPropertyArray

        void setPointPropertyArray​(int i,
                                   PointPropertyType pointProperty)
        Sets ith "pointProperty" element
      • insertNewPointProperty

        PointPropertyType insertNewPointProperty​(int i)
        Inserts and returns a new empty value (as xml) as the ith "pointProperty" element
      • addNewPointProperty

        PointPropertyType addNewPointProperty()
        Appends and returns a new empty value (as xml) as the last "pointProperty" element
      • removePointProperty

        void removePointProperty​(int i)
        Removes the ith "pointProperty" element
      • isSetPosList

        boolean isSetPosList()
        True if has "posList" element
      • unsetPosList

        void unsetPosList()
        Unsets the "posList" element
      • isSetInterpolation

        boolean isSetInterpolation()
        True if has "interpolation" attribute
      • xsetInterpolation

        void xsetInterpolation​(CurveInterpolationType interpolation)
        Sets (as xml) the "interpolation" attribute
      • unsetInterpolation

        void unsetInterpolation()
        Unsets the "interpolation" attribute
      • getNumArc

        BigInteger getNumArc()
        Gets the "numArc" attribute
      • xgetNumArc

        org.apache.xmlbeans.XmlInteger xgetNumArc()
        Gets (as xml) the "numArc" attribute
      • isSetNumArc

        boolean isSetNumArc()
        True if has "numArc" attribute
      • setNumArc

        void setNumArc​(BigInteger numArc)
        Sets the "numArc" attribute
      • xsetNumArc

        void xsetNumArc​(org.apache.xmlbeans.XmlInteger numArc)
        Sets (as xml) the "numArc" attribute
      • unsetNumArc

        void unsetNumArc()
        Unsets the "numArc" attribute