public class TaskResultDetailsElement extends Object
Classe Java pour task-result-details element declaration.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<element name="task-result-details">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://java.sun.com/xml/ns/jbi/management-message}task-id"/>
<element ref="{http://java.sun.com/xml/ns/jbi/management-message}task-result"/>
<element ref="{http://java.sun.com/xml/ns/jbi/management-message}message-type" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jbi/management-message}task-status-msg" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jbi/management-message}exception-info" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected List<ExceptionInfo> |
exceptionInfo |
protected String |
messageType |
protected String |
taskId |
protected String |
taskResult |
protected List<TaskStatusMsg> |
taskStatusMsg |
| Constructor and Description |
|---|
TaskResultDetailsElement() |
| Modifier and Type | Method and Description |
|---|---|
List<ExceptionInfo> |
getExceptionInfo()
Gets the value of the exceptionInfo property.
|
String |
getMessageType()
Obtient la valeur de la propriété messageType.
|
String |
getTaskId()
Obtient la valeur de la propriété taskId.
|
String |
getTaskResult()
Obtient la valeur de la propriété taskResult.
|
List<TaskStatusMsg> |
getTaskStatusMsg()
Gets the value of the taskStatusMsg property.
|
void |
setMessageType(String value)
Définit la valeur de la propriété messageType.
|
void |
setTaskId(String value)
Définit la valeur de la propriété taskId.
|
void |
setTaskResult(String value)
Définit la valeur de la propriété taskResult.
|
protected String taskId
protected String taskResult
protected String messageType
protected List<TaskStatusMsg> taskStatusMsg
protected List<ExceptionInfo> exceptionInfo
public String getTaskId()
Stringpublic void setTaskId(String value)
value - allowed object is
Stringpublic String getTaskResult()
Stringpublic void setTaskResult(String value)
value - allowed object is
Stringpublic String getMessageType()
Stringpublic void setMessageType(String value)
value - allowed object is
Stringpublic List<TaskStatusMsg> getTaskStatusMsg()
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 taskStatusMsg property.
For example, to add a new item, do as follows:
getTaskStatusMsg().add(newItem);
Objects of the following type(s) are allowed in the list
TaskStatusMsg
public List<ExceptionInfo> getExceptionInfo()
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 exceptionInfo property.
For example, to add a new item, do as follows:
getExceptionInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ExceptionInfo
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.