Class ParamHistoryType

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

public class ParamHistoryType extends Object

Java class for ParamHistoryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ParamHistoryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{https://www.phon.ca/param_history}param_set" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="script" type="{https://www.phon.ca/param_history}nonEmptyString" />
       <attribute name="hash" type="{https://www.phon.ca/param_history}hashString" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ParamHistoryType

      public ParamHistoryType()
  • Method Details

    • getParamSet

      public List<ParamSetType> getParamSet()
      Gets the value of the paramSet 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 paramSet property.

      For example, to add a new item, do as follows:

          getParamSet().add(newItem);
       

      Objects of the following type(s) are allowed in the list ParamSetType

    • getScript

      public String getScript()
      Gets the value of the script property.
      Returns:
      possible object is String
    • setScript

      public void setScript(String value)
      Sets the value of the script property.
      Parameters:
      value - allowed object is String
    • 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