Interface VectorType

    • Field Detail

      • type

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

      • getCoordinateArray

        VectorType.Coordinate[] getCoordinateArray()
        Gets array of all "coordinate" elements
      • sizeOfCoordinateArray

        int sizeOfCoordinateArray()
        Returns number of "coordinate" element
      • setCoordinateArray

        void setCoordinateArray​(VectorType.Coordinate[] coordinateArray)
        Sets array of all "coordinate" element
      • setCoordinateArray

        void setCoordinateArray​(int i,
                                VectorType.Coordinate coordinate)
        Sets ith "coordinate" element
      • insertNewCoordinate

        VectorType.Coordinate insertNewCoordinate​(int i)
        Inserts and returns a new empty value (as xml) as the ith "coordinate" element
      • addNewCoordinate

        VectorType.Coordinate addNewCoordinate()
        Appends and returns a new empty value (as xml) as the last "coordinate" element
      • removeCoordinate

        void removeCoordinate​(int i)
        Removes the ith "coordinate" element
      • getReferenceFrame

        String getReferenceFrame()
        Gets the "referenceFrame" attribute
      • xgetReferenceFrame

        org.apache.xmlbeans.XmlAnyURI xgetReferenceFrame()
        Gets (as xml) the "referenceFrame" attribute
      • setReferenceFrame

        void setReferenceFrame​(String referenceFrame)
        Sets the "referenceFrame" attribute
      • xsetReferenceFrame

        void xsetReferenceFrame​(org.apache.xmlbeans.XmlAnyURI referenceFrame)
        Sets (as xml) the "referenceFrame" attribute
      • getLocalFrame

        String getLocalFrame()
        Gets the "localFrame" attribute
      • xgetLocalFrame

        org.apache.xmlbeans.XmlAnyURI xgetLocalFrame()
        Gets (as xml) the "localFrame" attribute
      • isSetLocalFrame

        boolean isSetLocalFrame()
        True if has "localFrame" attribute
      • setLocalFrame

        void setLocalFrame​(String localFrame)
        Sets the "localFrame" attribute
      • xsetLocalFrame

        void xsetLocalFrame​(org.apache.xmlbeans.XmlAnyURI localFrame)
        Sets (as xml) the "localFrame" attribute
      • unsetLocalFrame

        void unsetLocalFrame()
        Unsets the "localFrame" attribute