Class ScriptTableColumn

java.lang.Object
ca.phon.script.scripttable.io.ScriptTableColumn

public class ScriptTableColumn extends Object

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 Details

    • param

      protected List<ScriptParam> param
    • script

      protected String script
    • index

      protected int index
    • mimetype

      protected String mimetype
  • Constructor Details

    • ScriptTableColumn

      public ScriptTableColumn()
  • Method Details

    • getParam

      public List<ScriptParam> 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

      public String getScript()
      Gets the value of the script property.
      Returns:
      possible object is String
    • setScript

      public void setScript(String value)
      Sets the value of the script property.
      Parameters:
      value - allowed object is String
    • 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

      public String getMimetype()
      Gets the value of the mimetype property.
      Returns:
      possible object is String
    • setMimetype

      public void setMimetype(String value)
      Sets the value of the mimetype property.
      Parameters:
      value - allowed object is String