Interface PassThroughOperationType

    • Field Detail

      • type

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

      • getModifiedCoordinateArray

        BigInteger[] getModifiedCoordinateArray()
        Gets array of all "modifiedCoordinate" elements
      • getModifiedCoordinateArray

        BigInteger getModifiedCoordinateArray​(int i)
        Gets ith "modifiedCoordinate" element
      • xgetModifiedCoordinateArray

        org.apache.xmlbeans.XmlPositiveInteger[] xgetModifiedCoordinateArray()
        Gets (as xml) array of all "modifiedCoordinate" elements
      • xgetModifiedCoordinateArray

        org.apache.xmlbeans.XmlPositiveInteger xgetModifiedCoordinateArray​(int i)
        Gets (as xml) ith "modifiedCoordinate" element
      • sizeOfModifiedCoordinateArray

        int sizeOfModifiedCoordinateArray()
        Returns number of "modifiedCoordinate" element
      • setModifiedCoordinateArray

        void setModifiedCoordinateArray​(BigInteger[] modifiedCoordinateArray)
        Sets array of all "modifiedCoordinate" element
      • setModifiedCoordinateArray

        void setModifiedCoordinateArray​(int i,
                                        BigInteger modifiedCoordinate)
        Sets ith "modifiedCoordinate" element
      • xsetModifiedCoordinateArray

        void xsetModifiedCoordinateArray​(org.apache.xmlbeans.XmlPositiveInteger[] modifiedCoordinateArray)
        Sets (as xml) array of all "modifiedCoordinate" element
      • xsetModifiedCoordinateArray

        void xsetModifiedCoordinateArray​(int i,
                                         org.apache.xmlbeans.XmlPositiveInteger modifiedCoordinate)
        Sets (as xml) ith "modifiedCoordinate" element
      • insertModifiedCoordinate

        void insertModifiedCoordinate​(int i,
                                      BigInteger modifiedCoordinate)
        Inserts the value as the ith "modifiedCoordinate" element
      • addModifiedCoordinate

        void addModifiedCoordinate​(BigInteger modifiedCoordinate)
        Appends the value as the last "modifiedCoordinate" element
      • insertNewModifiedCoordinate

        org.apache.xmlbeans.XmlPositiveInteger insertNewModifiedCoordinate​(int i)
        Inserts and returns a new empty value (as xml) as the ith "modifiedCoordinate" element
      • addNewModifiedCoordinate

        org.apache.xmlbeans.XmlPositiveInteger addNewModifiedCoordinate()
        Appends and returns a new empty value (as xml) as the last "modifiedCoordinate" element
      • removeModifiedCoordinate

        void removeModifiedCoordinate​(int i)
        Removes the ith "modifiedCoordinate" element
      • getAggregationType

        AggregationType.Enum getAggregationType()
        Gets the "aggregationType" attribute
      • xgetAggregationType

        AggregationType xgetAggregationType()
        Gets (as xml) the "aggregationType" attribute
      • isSetAggregationType

        boolean isSetAggregationType()
        True if has "aggregationType" attribute
      • setAggregationType

        void setAggregationType​(AggregationType.Enum aggregationType)
        Sets the "aggregationType" attribute
      • xsetAggregationType

        void xsetAggregationType​(AggregationType aggregationType)
        Sets (as xml) the "aggregationType" attribute
      • unsetAggregationType

        void unsetAggregationType()
        Unsets the "aggregationType" attribute