Package ca.phon.script.params.history
Class ParamType
java.lang.Object
ca.phon.script.params.history.ParamType
Type definition for the param element.
Java class for ParamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParamType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="id" use="required" type="{https://www.phon.ca/param_history}nonEmptyString" /> </extension> </simpleContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
-
id
-
-
Constructor Details
-
ParamType
public ParamType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-