public class SystemPreferredCarrierGetResponseProxy extends SystemServiceProxy implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
carrier |
String |
cic |
String |
countryCode |
Boolean |
isInterLata |
Boolean |
isInternational |
Boolean |
isIntraLata |
Constructor and Description |
---|
SystemPreferredCarrierGetResponseProxy() |
Modifier and Type | Method and Description |
---|---|
String |
getCarrier() |
String |
getCic() |
String |
getCountryCode() |
Boolean |
getIsInterLata() |
Boolean |
getIsInternational() |
Boolean |
getIsIntraLata() |
void |
setCarrier(String carrier) |
void |
setCic(String cic) |
void |
setCountryCode(String countryCode) |
void |
setIsInterLata(Boolean isInterLata) |
void |
setIsInternational(Boolean isInternational) |
void |
setIsIntraLata(Boolean isIntraLata) |
public String carrier
public String cic
public String countryCode
public Boolean isIntraLata
public Boolean isInterLata
public Boolean isInternational
public SystemPreferredCarrierGetResponseProxy()
public void setCarrier(String carrier)
public String getCarrier()
public void setCic(String cic)
public String getCic()
public void setCountryCode(String countryCode)
public String getCountryCode()
public void setIsIntraLata(Boolean isIntraLata)
public Boolean getIsIntraLata()
public void setIsInterLata(Boolean isInterLata)
public Boolean getIsInterLata()
public void setIsInternational(Boolean isInternational)
public Boolean getIsInternational()
Copyright © 2016 ECG, Inc. All rights reserved.