Class ScriptSection
java.lang.Object
ca.phon.query.report.io.Section
ca.phon.query.report.io.ScriptSection
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the script property.voidsetScript(ScriptContainer value) Sets the value of the script property.
-
Field Details
-
script
-
-
Constructor Details
-
ScriptSection
public ScriptSection()
-
-
Method Details
-
getScript
Gets the value of the script property.- Returns:
- possible object is
ScriptContainer
-
setScript
Sets the value of the script property.- Parameters:
value- allowed object isScriptContainer
-