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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()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.voidsetIndex(int value) Sets the value of the index property.voidsetMimetype(String value) Sets the value of the mimetype property.voidSets 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
setmethod 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
-
setScript
-
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
-
setMimetype
-