Class PreferredCarrier.SystemPreferredCarrierGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.services.PreferredCarrier.SystemPreferredCarrierGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PreferredCarrier
public static class PreferredCarrier.SystemPreferredCarrierGetResponse extends Response
Response to a SystemPreferredCarrierGetRequest. Contains the attributes of a carrier.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcarrierprotected Stringcicprotected StringcountryCodeprotected BooleanisInterLataprotected BooleanisInternationalprotected BooleanisIntraLata-
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 SystemPreferredCarrierGetResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCarrier()StringgetCic()StringgetCountryCode()BooleangetIsInterLata()BooleangetIsInternational()BooleangetIsIntraLata()inthashCode()voidsetCarrier(String carrier)voidsetCic(String cic)voidsetCountryCode(String countryCode)voidsetIsInterLata(Boolean isInterLata)voidsetIsInternational(Boolean isInternational)voidsetIsIntraLata(Boolean isIntraLata)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
-
-
-
-
Method Detail
-
setCic
public void setCic(String cic)
-
getCic
public String getCic()
-
setCountryCode
public void setCountryCode(String countryCode)
-
getCountryCode
public String getCountryCode()
-
setIsIntraLata
public void setIsIntraLata(Boolean isIntraLata)
-
getIsIntraLata
public Boolean getIsIntraLata()
-
setIsInterLata
public void setIsInterLata(Boolean isInterLata)
-
getIsInterLata
public Boolean getIsInterLata()
-
setIsInternational
public void setIsInternational(Boolean isInternational)
-
getIsInternational
public Boolean getIsInternational()
-
setCarrier
public void setCarrier(String carrier)
-
getCarrier
public String getCarrier()
-
transform
public void transform()
Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO
-
-