public class StatusTag extends Object
Constructor and Description |
---|
StatusTag() |
StatusTag(int commandId,
int messageReference,
int commandReference,
String command,
String targetReference,
String data) |
Modifier and Type | Method and Description |
---|---|
void |
buildStatusElement(Document doc,
Element rootElement) |
ChallengeTag |
getChallenge() |
String |
getCommand() |
int |
getCommandId() |
int |
getCommandReference() |
String |
getData() |
int |
getMessageReference() |
String |
getTargetReference() |
void |
setChallenge(ChallengeTag challenge) |
void |
setCommand(String command) |
void |
setCommandId(int commandId) |
void |
setCommandReference(int commandReference) |
void |
setData(String data) |
void |
setMessageReference(int messageReference) |
void |
setTargetReference(String targetReference) |
public StatusTag(int commandId, int messageReference, int commandReference, String command, String targetReference, String data)
public StatusTag()
public ChallengeTag getChallenge()
public void setChallenge(ChallengeTag challenge)
public String getTargetReference()
public void setTargetReference(String targetReference)
public int getCommandId()
public void setCommandId(int commandId)
public int getMessageReference()
public void setMessageReference(int messageReference)
public int getCommandReference()
public void setCommandReference(int commandReference)
public String getCommand()
public void setCommand(String command)
public String getData()
public void setData(String data)
Copyright © 2017 WSO2. All rights reserved.