Package ca.phon.script.params.history
Class ParamSetType
java.lang.Object
ca.phon.script.params.history.ParamSetType
Java class for ParamSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParamSetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://www.phon.ca/param_history}param" maxOccurs="unbounded"/> </sequence> <attribute name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="hash" use="required" type="{https://www.phon.ca/param_history}hashString" /> <attribute name="name" type="{https://www.phon.ca/param_history}nonEmptyString" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Gets the value of the date property.getHash()
Gets the value of the hash property.getName()
Gets the value of the name property.getParam()
Gets the value of the param property.void
setDate
(XMLGregorianCalendar value) Sets the value of the date property.void
Sets the value of the hash property.void
Sets the value of the name property.
-
Field Details
-
param
-
date
-
hash
-
name
-
-
Constructor Details
-
ParamSetType
public ParamSetType()
-
-
Method Details
-
getParam
Gets the value of the param 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 param property.For example, to add a new item, do as follows:
getParam().add(newItem);
Objects of the following type(s) are allowed in the list
ParamType
-
getDate
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
Sets the value of the date property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getHash
Gets the value of the hash property.- Returns:
- possible object is
String
-
setHash
Sets the value of the hash 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
-