Class EventType

java.lang.Object
ca.phon.session.io.xml.v12.EventType

public class EventType extends Object
An event.

Java class for eventType complex type.

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

 <complexType name="eventType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • content

      protected String content
  • Constructor Details

    • EventType

      public EventType()
  • Method Details

    • getContent

      public String getContent()
      An event.
      Returns:
      possible object is String
    • setContent

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