Package ca.phon.query.report.io
Class ParamSection
java.lang.Object
ca.phon.query.report.io.Section
ca.phon.query.report.io.ParamSection
Java class for paramSection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="paramSection"> <complexContent> <extension base="{http://phon.ling.mun.ca/ns/report}section"> <sequence> <element ref="{http://phon.ling.mun.ca/ns/report}paramName" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the paramName property.
-
Field Details
-
paramName
-
-
Constructor Details
-
ParamSection
public ParamSection()
-
-
Method Details
-
getParamName
Gets the value of the paramName 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 paramName property.For example, to add a new item, do as follows:
getParamName().add(newItem);
Objects of the following type(s) are allowed in the list
String
-