Class ReadOrModifyXML

    • Constructor Detail

      • ReadOrModifyXML

        public ReadOrModifyXML()
    • Method Detail

      • getActionOperationMode

        public short getActionOperationMode()
        Set the action operation mode to 1 for reading XML files and to 2 for Replacing XML files, defaults to 1
      • setActionOperationMode

        public void setActionOperationMode​(short ActionOperationMode)
        Set the action operation mode to 1 for reading XML files and to 2 for Replacing XML files, defaults to 1
      • getProcessMode

        public short getProcessMode()
        Set the processing mode to 5 for the entire tag, or to 6 for an attribute, defaults to 5
      • setProcessMode

        public void setProcessMode​(short ProcessMode)
        Set the processing mode to 5 for the entire tag, or to 6 for an attribute, defaults to 5
      • getTagName

        public java.lang.String getTagName()
        The tag name to be read / modified. tag name is of type tagname{occurence}
      • setTagName

        public void setTagName​(java.lang.String TagName)
        The tag name to be read / modified. tag name is of type tagname{occurence}
      • getAttributeName

        public java.lang.String getAttributeName()
        The attribute name to be read / modified
      • setAttributeName

        public void setAttributeName​(java.lang.String AttributeName)
        The attribute name to be read / modified
      • getCreateBackup

        public boolean getCreateBackup()
        Whether to create backup while modifying
      • setCreateBackup

        public void setCreateBackup​(boolean CreateBackup)
        Whether to create backup while modifying
      • getVarToStoreReadValue

        public java.lang.String getVarToStoreReadValue()
        The IA variable to set the read value to
      • setVarToStoreReadValue

        public void setVarToStoreReadValue​(java.lang.String VarToStoreReadValue)
        The IA variable to set the read value to
      • getStringToReplace

        public java.lang.String getStringToReplace()
        The String replacement to be used for modification
      • setStringToReplace

        public void setStringToReplace​(java.lang.String StringToReplace)
        The String replacement to be used for modification
      • getFileAccessMode

        public short getFileAccessMode()
        Set the file access mode to 8 for the accessing an installed file, or to 9 for an existing file, defaults to 9
      • setFileAccessMode

        public void setFileAccessMode​(short FileAccessMode)
        Set the file access mode to 8 for the accessing an installed file, or to 9 for an existing file, defaults to 9
      • getExistingFilePath

        public java.lang.String getExistingFilePath()
        The path for the existing file
      • setExistingFilePath

        public void setExistingFilePath​(java.lang.String ExistingFilePath)
        The path for the existing file
      • getTargetAction

        public FileAction getTargetAction()
        The reference of the installed file action
      • setTargetAction

        public void setTargetAction​(FileAction TargetAction)
        The reference of the installed file action
      • getFindOccurenceMode

        public short getFindOccurenceMode()
        Set the find occurence mode to 12 for the finding occurence of a tag and set it to 13 for finding occurence of a tag with specific attribute. Defaults to 12
      • setFindOccurenceMode

        public void setFindOccurenceMode​(short FindOccurenceMode)
        Set the find occurence mode to 12 for the finding occurence of a tag and set it to 13 for finding occurence of a tag with specific attribute. Defaults to 12
      • getFindOcc_tagValue

        public java.lang.String getFindOcc_tagValue()
        The text value of the tag to search and locate occurence
      • setFindOcc_tagValue

        public void setFindOcc_tagValue​(java.lang.String FindOcc_tagValue)
        The text value of the tag to search and locate occurence
      • getFindOcc_attributeValue

        public java.lang.String getFindOcc_attributeValue()
        The text value of the attribute of the tag to search and locate occurence
      • setFindOcc_attributeValue

        public void setFindOcc_attributeValue​(java.lang.String FindOcc_attributeValue)
        The text value of the attribute of the tag to search and locate occurence