Class QuestionAnswerType

java.lang.Object
tyler.ecf.extensions.common.QuestionAnswerType

public class QuestionAnswerType extends Object

Java class for QuestionAnswerType complex type.

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

 <complexType name="QuestionAnswerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}QuestionID"/>
         <element ref="{urn:tyler:ecf:extensions:Common}AnswerID"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • questionID

      protected TextType questionID
    • answerID

      protected TextType answerID
  • Constructor Details

    • QuestionAnswerType

      public QuestionAnswerType()
  • Method Details

    • getQuestionID

      public TextType getQuestionID()
      Gets the value of the questionID property.
      Returns:
      possible object is TextType
    • setQuestionID

      public void setQuestionID(TextType value)
      Sets the value of the questionID property.
      Parameters:
      value - allowed object is TextType
    • getAnswerID

      public TextType getAnswerID()
      Gets the value of the answerID property.
      Returns:
      possible object is TextType
    • setAnswerID

      public void setAnswerID(TextType value)
      Sets the value of the answerID property.
      Parameters:
      value - allowed object is TextType
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object