Class MetaType

java.lang.Object
ca.phon.query.db.xml.io.resultset.MetaType

public class MetaType extends Object
Type definition for the meta[data] element.

Java class for MetaType complex type.

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

 <complexType name="MetaType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="key" type="{http://phon.ling.mun.ca/ns/result}nonEmptyString" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MetaType

      public MetaType()
  • 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
    • getKey

      public String getKey()
      Gets the value of the key property.
      Returns:
      possible object is String
    • setKey

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