public class AnswerQuestionnaire extends Object implements Serializable
Java class for answerQuestionnaire complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected List<AnswerQuestion> |
answerQuestions |
protected Long |
ticketId |
Constructor and Description |
---|
AnswerQuestionnaire() |
Modifier and Type | Method and Description |
---|---|
List<AnswerQuestion> |
getAnswerQuestions()
Gets the value of the answerQuestions property.
|
Long |
getTicketId()
Gets the value of the ticketId property.
|
void |
setTicketId(Long value)
Sets the value of the ticketId property.
|
protected List<AnswerQuestion> answerQuestions
protected Long ticketId
public List<AnswerQuestion> getAnswerQuestions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the answerQuestions property.
For example, to add a new item, do as follows:
getAnswerQuestions().add(newItem);
Objects of the following type(s) are allowed in the list
AnswerQuestion
public Long getTicketId()
Long
Copyright © 2021. All rights reserved.