Class XMLScript
java.lang.Object
ca.phon.query.db.xml.XMLScript
-
Method Summary
Modifier and TypeMethodDescriptionGets the MIME-type for this script.Gets the parameters used in this script.Gets the source code for this script.getUrl()
Get url for script.Get the JAXB element associated with this object.void
setMimeType
(String mimeType) Sets the MIME-type for this script.void
setParameters
(Map<String, String> params) Sets the parameters used in this script.void
Sets the source code for this script.void
Set url for script.
-
Method Details
-
getXMLObject
Get the JAXB element associated with this object.- Specified by:
getXMLObject
in interfaceJAXBWrapper<ScriptType>
- Returns:
-
getSource
-
setUrl
-
getUrl
-
setSource
-
getParameters
-
setParameters
-
getMimeType
Description copied from interface:Script
Gets the MIME-type for this script.- Specified by:
getMimeType
in interfaceScript
- Returns:
- the MIME-type
-
setMimeType
Description copied from interface:Script
Sets the MIME-type for this script.- Specified by:
setMimeType
in interfaceScript
-