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.BooleanenableEmergencyOriginationRoamingRestrictionsprotected java.lang.BooleanenableOriginationRoamingRestrictionsprotected java.lang.BooleanenableTerminationRoamingRestrictionsprotected java.lang.BooleanenableZoneCallingRestrictionsprotected ServiceProviderserviceProviderFields 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 booleanequals(java.lang.Object o)java.lang.BooleangetEnableEmergencyOriginationRoamingRestrictions()java.lang.BooleangetEnableOriginationRoamingRestrictions()java.lang.BooleangetEnableTerminationRoamingRestrictions()java.lang.BooleangetEnableZoneCallingRestrictions()ServiceProvidergetServiceProvider()inthashCode()voidsetEnableEmergencyOriginationRoamingRestrictions(java.lang.Boolean enableEmergencyOriginationRoamingRestrictions)voidsetEnableOriginationRoamingRestrictions(java.lang.Boolean enableOriginationRoamingRestrictions)voidsetEnableTerminationRoamingRestrictions(java.lang.Boolean enableTerminationRoamingRestrictions)voidsetEnableZoneCallingRestrictions(java.lang.Boolean enableZoneCallingRestrictions)voidsetServiceProvider(ServiceProvider serviceProvider)voidtransform()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, setRequestMethods 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:ResponseTransforms the Response from XML Content to a populated POJO -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-