Class ServiceProviderZoneCallingRestrictions.ServiceProviderZoneCallingRestrictionsGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.ServiceProviderZoneCallingRestrictions.ServiceProviderZoneCallingRestrictionsGetResponse
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ServiceProviderZoneCallingRestrictions
public static class ServiceProviderZoneCallingRestrictions.ServiceProviderZoneCallingRestrictionsGetResponse extends Response
Response to ServiceProviderZoneCallingRestrictionsGetRequest
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Boolean
enableEmergencyOriginationRoamingRestrictions
protected java.lang.Boolean
enableOriginationRoamingRestrictions
protected java.lang.Boolean
enableTerminationRoamingRestrictions
protected java.lang.Boolean
enableZoneCallingRestrictions
protected ServiceProvider
serviceProvider
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Constructor Summary
Constructors Constructor Description ServiceProviderZoneCallingRestrictionsGetResponse()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.Boolean
getEnableEmergencyOriginationRoamingRestrictions()
java.lang.Boolean
getEnableOriginationRoamingRestrictions()
java.lang.Boolean
getEnableTerminationRoamingRestrictions()
java.lang.Boolean
getEnableZoneCallingRestrictions()
ServiceProvider
getServiceProvider()
int
hashCode()
void
setEnableEmergencyOriginationRoamingRestrictions(java.lang.Boolean enableEmergencyOriginationRoamingRestrictions)
void
setEnableOriginationRoamingRestrictions(java.lang.Boolean enableOriginationRoamingRestrictions)
void
setEnableTerminationRoamingRestrictions(java.lang.Boolean enableTerminationRoamingRestrictions)
void
setEnableZoneCallingRestrictions(java.lang.Boolean enableZoneCallingRestrictions)
void
setServiceProvider(ServiceProvider serviceProvider)
void
transform()
Transforms the Response from XML Content to a populated POJOMethods 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, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
enableZoneCallingRestrictions
protected java.lang.Boolean enableZoneCallingRestrictions -
enableOriginationRoamingRestrictions
protected java.lang.Boolean enableOriginationRoamingRestrictions -
enableEmergencyOriginationRoamingRestrictions
protected java.lang.Boolean enableEmergencyOriginationRoamingRestrictions -
enableTerminationRoamingRestrictions
protected java.lang.Boolean enableTerminationRoamingRestrictions -
serviceProvider
-
-
Constructor Details
-
ServiceProviderZoneCallingRestrictionsGetResponse
public ServiceProviderZoneCallingRestrictionsGetResponse()
-
-
Method Details
-
setEnableZoneCallingRestrictions
public void setEnableZoneCallingRestrictions(java.lang.Boolean enableZoneCallingRestrictions) -
getEnableZoneCallingRestrictions
public java.lang.Boolean getEnableZoneCallingRestrictions() -
setEnableOriginationRoamingRestrictions
public void setEnableOriginationRoamingRestrictions(java.lang.Boolean enableOriginationRoamingRestrictions) -
getEnableOriginationRoamingRestrictions
public java.lang.Boolean getEnableOriginationRoamingRestrictions() -
setEnableEmergencyOriginationRoamingRestrictions
public void setEnableEmergencyOriginationRoamingRestrictions(java.lang.Boolean enableEmergencyOriginationRoamingRestrictions) -
getEnableEmergencyOriginationRoamingRestrictions
public java.lang.Boolean getEnableEmergencyOriginationRoamingRestrictions() -
setEnableTerminationRoamingRestrictions
public void setEnableTerminationRoamingRestrictions(java.lang.Boolean enableTerminationRoamingRestrictions) -
getEnableTerminationRoamingRestrictions
public java.lang.Boolean getEnableTerminationRoamingRestrictions() -
setServiceProvider
-
getServiceProvider
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-