Package ca.phon.script.scripttable.io
Class ScriptTableColumn
java.lang.Object
ca.phon.script.scripttable.io.ScriptTableColumn
Java class for scriptTableColumn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="scriptTableColumn"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="param" type="{http://phon.ling.mun.ca/ns/scripttable}scriptParam" maxOccurs="unbounded" minOccurs="0"/> <element name="script" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="index" use="required" type="{http://phon.ling.mun.ca/ns/scripttable}posInt" /> <attribute name="mimetype" type="{http://www.w3.org/2001/XMLSchema}string" default="text/javascript" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getIndex()
Gets the value of the index property.Gets the value of the mimetype property.getParam()
Gets the value of the param property.Gets the value of the script property.void
setIndex
(int value) Sets the value of the index property.void
setMimetype
(String value) Sets the value of the mimetype property.void
Sets the value of the script property.
-
Field Details
-
param
-
script
-
index
protected int index -
mimetype
-
-
Constructor Details
-
ScriptTableColumn
public ScriptTableColumn()
-
-
Method Details
-
getParam
Gets the value of the param property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the param property.For example, to add a new item, do as follows:
getParam().add(newItem);
Objects of the following type(s) are allowed in the list
ScriptParam
-
getScript
Gets the value of the script property.- Returns:
- possible object is
String
-
setScript
Sets the value of the script property.- Parameters:
value
- allowed object isString
-
getIndex
public int getIndex()Gets the value of the index property. -
setIndex
public void setIndex(int value) Sets the value of the index property. -
getMimetype
Gets the value of the mimetype property.- Returns:
- possible object is
String
-
setMimetype
Sets the value of the mimetype property.- Parameters:
value
- allowed object isString
-