Class ScriptSection

java.lang.Object
ca.phon.query.report.io.Section
ca.phon.query.report.io.ScriptSection

public class ScriptSection extends Section

Java class for scriptSection complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="scriptSection">
   <complexContent>
     <extension base="{http://phon.ling.mun.ca/ns/report}section">
       <sequence>
         <element name="script" type="{http://phon.ling.mun.ca/ns/report}scriptContainer"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ScriptSection

      public ScriptSection()
  • Method Details