Package ca.phon.query.report.io
Class ScriptParameter
java.lang.Object
ca.phon.query.report.io.ScriptParameter
Java class for scriptParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="scriptParameter"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the content property.getName()
Gets the value of the name property.void
setContent
(String value) Sets the value of the content property.void
Sets the value of the name property.
-
Field Details
-
-
name
-
-
Constructor Details
-
ScriptParameter
public ScriptParameter()
-
-
Method Details
-
getContent
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
Sets the value of the content property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-