Package tyler.ecf.extensions.common
Class QuestionAnswerType
java.lang.Object
tyler.ecf.extensions.common.QuestionAnswerType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the answerID property.Gets the value of the questionID property.void
setAnswerID
(TextType value) Sets the value of the answerID property.void
setQuestionID
(TextType value) Sets the value of the questionID property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
questionID
-
answerID
-
-
Constructor Details
-
QuestionAnswerType
public QuestionAnswerType()
-
-
Method Details
-
getQuestionID
Gets the value of the questionID property.- Returns:
- possible object is
TextType
-
setQuestionID
Sets the value of the questionID property.- Parameters:
value
- allowed object isTextType
-
getAnswerID
Gets the value of the answerID property.- Returns:
- possible object is
TextType
-
setAnswerID
Sets the value of the answerID property.- Parameters:
value
- allowed object isTextType
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-