Class ChatCodeType

java.lang.Object
ca.phon.session.io.xml.v13.ChatCodeType

public class ChatCodeType extends Object
A holder element for chat information.

Java class for chatCodeType complex type.

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

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

    • content

      protected String content
    • type

      protected String type
  • Constructor Details

    • ChatCodeType

      public ChatCodeType()
  • Method Details

    • getContent

      public String getContent()
      A holder element for chat information.
      Returns:
      possible object is String
    • setContent

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

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

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