Class ParamSetType

java.lang.Object
ca.phon.script.params.history.ParamSetType

public class ParamSetType extends Object

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 Details

  • Constructor Details

    • ParamSetType

      public ParamSetType()
  • Method Details

    • getParam

      public List<ParamType> 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

      public XMLGregorianCalendar getDate()
      Gets the value of the date property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDate

      public void setDate(XMLGregorianCalendar value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getHash

      public String getHash()
      Gets the value of the hash property.
      Returns:
      possible object is String
    • setHash

      public void setHash(String value)
      Sets the value of the hash property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String