public class TaskStatusMsg extends Object
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://java.sun.com/xml/ns/jbi/management-message}msg-loc-info"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MsgLocInfo |
msgLocInfo |
| Constructor and Description |
|---|
TaskStatusMsg() |
| Modifier and Type | Method and Description |
|---|---|
MsgLocInfo |
getMsgLocInfo()
Obtient la valeur de la propriété msgLocInfo.
|
void |
setMsgLocInfo(MsgLocInfo value)
Définit la valeur de la propriété msgLocInfo.
|
protected MsgLocInfo msgLocInfo
public MsgLocInfo getMsgLocInfo()
MsgLocInfopublic void setMsgLocInfo(MsgLocInfo value)
value - allowed object is
MsgLocInfoCopyright © 2011-2016 OpenESB Community. All Rights Reserved.