Class ParamType

java.lang.Object
ca.phon.query.db.xml.io.query.ParamType

public class ParamType extends Object
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="{http://phon.ling.mun.ca/ns/query}nonEmptyString" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ParamType

      public ParamType()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

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