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 StringemailFromAddressprotected StringscfApiNetAddress1protected StringscfApiNetAddress2protected BooleanscfIMSOnlyprotected StringsignalingIPAddressprotected IntegersignalingPortprotected StringuserName-
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 booleanequals(Object o)StringgetEmailFromAddress()StringgetScfApiNetAddress1()StringgetScfApiNetAddress2()BooleangetScfIMSOnly()StringgetSignalingIPAddress()IntegergetSignalingPort()StringgetUserName()inthashCode()voidsetEmailFromAddress(String emailFromAddress)voidsetScfApiNetAddress1(String scfApiNetAddress1)voidsetScfApiNetAddress2(String scfApiNetAddress2)voidsetScfIMSOnly(Boolean scfIMSOnly)voidsetSignalingIPAddress(String signalingIPAddress)voidsetSignalingPort(Integer signalingPort)voidsetUserName(String userName)StringtoString()voidtransform()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:ResponseTransforms the Response from XML Content to a populated POJO
-
-