Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemBroadWorksMobileManagerGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemBroadWorksMobileManagerGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BWSystem
public static class BWSystem.SystemBroadWorksMobileManagerGetResponse extends Response
Response to the SystemBroadWorksMobileManagerGetRequest- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
emailFromAddress
protected String
scfApiNetAddress1
protected String
scfApiNetAddress2
protected Boolean
scfIMSOnly
protected String
signalingIPAddress
protected Integer
signalingPort
protected String
userName
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
-
Constructor Summary
Constructors Constructor Description SystemBroadWorksMobileManagerGetResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getEmailFromAddress()
String
getScfApiNetAddress1()
String
getScfApiNetAddress2()
Boolean
getScfIMSOnly()
String
getSignalingIPAddress()
Integer
getSignalingPort()
String
getUserName()
int
hashCode()
void
setEmailFromAddress(String emailFromAddress)
void
setScfApiNetAddress1(String scfApiNetAddress1)
void
setScfApiNetAddress2(String scfApiNetAddress2)
void
setScfIMSOnly(Boolean scfIMSOnly)
void
setSignalingIPAddress(String signalingIPAddress)
void
setSignalingPort(Integer signalingPort)
void
setUserName(String userName)
String
toString()
void
transform()
Transforms the Response from XML Content to a populated POJO-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
-
-
-
Field Detail
-
scfApiNetAddress1
protected String scfApiNetAddress1
-
scfApiNetAddress2
protected String scfApiNetAddress2
-
userName
protected String userName
-
emailFromAddress
protected String emailFromAddress
-
scfIMSOnly
protected Boolean scfIMSOnly
-
signalingIPAddress
protected String signalingIPAddress
-
signalingPort
protected Integer signalingPort
-
-
Method Detail
-
setScfApiNetAddress1
public void setScfApiNetAddress1(String scfApiNetAddress1)
-
getScfApiNetAddress1
public String getScfApiNetAddress1()
-
setScfApiNetAddress2
public void setScfApiNetAddress2(String scfApiNetAddress2)
-
getScfApiNetAddress2
public String getScfApiNetAddress2()
-
setUserName
public void setUserName(String userName)
-
getUserName
public String getUserName()
-
setEmailFromAddress
public void setEmailFromAddress(String emailFromAddress)
-
getEmailFromAddress
public String getEmailFromAddress()
-
setScfIMSOnly
public void setScfIMSOnly(Boolean scfIMSOnly)
-
getScfIMSOnly
public Boolean getScfIMSOnly()
-
setSignalingIPAddress
public void setSignalingIPAddress(String signalingIPAddress)
-
getSignalingIPAddress
public String getSignalingIPAddress()
-
setSignalingPort
public void setSignalingPort(Integer signalingPort)
-
getSignalingPort
public Integer getSignalingPort()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-