Searched refs:ccfAddress (Results 1 – 2 of 2) sorted by relevance
109 public void setChargingCollectionFunctionAddress(String ccfAddress) throws ParseException { in setChargingCollectionFunctionAddress() argument111 if (ccfAddress == null) in setChargingCollectionFunctionAddress()117 setMultiParameter(ParameterNamesIms.CCF, ccfAddress); in setChargingCollectionFunctionAddress()127 public void addChargingCollectionFunctionAddress(String ccfAddress) throws ParseException { in addChargingCollectionFunctionAddress() argument129 if (ccfAddress == null) in addChargingCollectionFunctionAddress()134 this.parameters.set(ParameterNamesIms.CCF, ccfAddress); in addChargingCollectionFunctionAddress()144 public void removeChargingCollectionFunctionAddress(String ccfAddress) throws ParseException { in removeChargingCollectionFunctionAddress() argument146 if (ccfAddress == null) in removeChargingCollectionFunctionAddress()151 if(!this.delete(ccfAddress, ParameterNamesIms.CCF)) { in removeChargingCollectionFunctionAddress()
95 public void setChargingCollectionFunctionAddress(String ccfAddress) throws ParseException; in setChargingCollectionFunctionAddress() argument102 public void addChargingCollectionFunctionAddress(String ccfAddress) throws ParseException; in addChargingCollectionFunctionAddress() argument109 public void removeChargingCollectionFunctionAddress(String ccfAddress) throws ParseException; in removeChargingCollectionFunctionAddress() argument