16 package com.sonycsl.echo.eoj.device.housingfacilities;
69 super.setupPropertyMaps();
96 Echo.getEventListener().onNewElectricVehicle(
this);
206 if(edt == null || !(edt.length == 4))
return false;
257 if(edt == null || !(edt.length == 2))
return false;
310 if(edt == null || !(edt.length == 4))
return false;
361 if(edt == null || !(edt.length == 2))
return false;
412 if(edt == null || !(edt.length == 1))
return false;
463 if(edt == null || !(edt.length == 4))
return false;
514 if(edt == null || !(edt.length == 4))
return false;
569 if(edt == null || !(edt.length == 1))
return false;
624 if(edt == null || !(edt.length == 8))
return false;
679 if(edt == null || !(edt.length == 8))
return false;
734 if(edt == null || !(edt.length == 4))
return false;
789 if(edt == null || !(edt.length == 4))
return false;
842 if(edt == null || !(edt.length == 4))
return false;
893 if(edt == null || !(edt.length == 2))
return false;
944 if(edt == null || !(edt.length == 2))
return false;
999 if(edt == null || !(edt.length == 4))
return false;
1056 if(edt == null || !(edt.length == 2))
return false;
1109 if(edt == null || !(edt.length == 2))
return false;
1164 if(edt == null || !(edt.length == 4))
return false;
1239 if(edt == null || !(edt.length == 1))
return false;
1294 if(edt == null || !(edt.length == 4))
return false;
1369 if(edt == null || !(edt.length == 1))
return false;
1450 if(edt == null || !(edt.length == 1))
return false;
1505 if(edt == null || !(edt.length == 1))
return false;
1558 if(edt == null || !(edt.length == 4))
return false;
1609 if(edt == null || !(edt.length == 2))
return false;
1660 if(edt == null || !(edt.length == 1))
return false;
1711 if(edt == null || !(edt.length == 1))
return false;
1789 if(edt == null || !(edt.length == 4))
return false;
1867 if(edt == null || !(edt.length == 4))
return false;
1942 if(edt == null || !(edt.length == 2))
return false;
2017 if(edt == null || !(edt.length == 2))
return false;
2092 if(edt == null || !(edt.length == 4))
return false;
2167 if(edt == null || !(edt.length == 4))
return false;
2242 if(edt == null || !(edt.length == 2))
return false;
2317 if(edt == null || !(edt.length == 2))
return false;
2323 boolean success = super.setProperty(property);
2324 if(success)
return success;
2326 switch(property.
epc) {
2338 default :
return false;
2344 byte[] edt = super.getProperty(epc);
2345 if(edt != null)
return edt;
2384 default :
return null;
2390 boolean valid = super.isValidProperty(property);
2391 if(valid)
return valid;
2393 switch(property.
epc) {
2430 default :
return false;
2440 public Setter
set(
boolean responseRequired) {
2442 ,
getNode().getAddressStr(), responseRequired);
2446 public Getter
get() {
2457 protected Informer
inform(
boolean multicast) {
2462 address =
getNode().getAddressStr();
2468 public static class Receiver
extends DeviceObject.Receiver {
2471 protected boolean onSetProperty(
EchoObject eoj,
short tid, byte esv,
2473 boolean ret = super.onSetProperty(eoj, tid, esv, property, success);
2474 if(ret)
return true;
2476 switch(property.epc) {
2478 onSetCumulativeDischargeElectricEnergyResetSetting(eoj, tid, esv, property, success);
2481 onSetCumulativeChargeElectricEnergyResetSetting(eoj, tid, esv, property, success);
2484 onSetOperationModeSetting(eoj, tid, esv, property, success);
2487 onSetChargingAmountSetting1(eoj, tid, esv, property, success);
2490 onSetDischargingAmountSetting1(eoj, tid, esv, property, success);
2493 onSetChargingAmountSetting2(eoj, tid, esv, property, success);
2496 onSetDischargingAmountSetting2(eoj, tid, esv, property, success);
2499 onSetChargeElectricEnergySetting(eoj, tid, esv, property, success);
2502 onSetDischargeElectricEnergySetting(eoj, tid, esv, property, success);
2505 onSetChargeCurrentSetting(eoj, tid, esv, property, success);
2508 onSetDischargeCurrentSetting(eoj, tid, esv, property, success);
2516 protected boolean onGetProperty(
EchoObject eoj,
short tid, byte esv,
2518 boolean ret = super.onGetProperty(eoj, tid, esv, property, success);
2519 if(ret)
return true;
2521 switch(property.epc) {
2523 onGetV2hStoredElectricity1(eoj, tid, esv, property, success);
2526 onGetV2hStoredElectricity2(eoj, tid, esv, property, success);
2529 onGetV2hRemainingAvailableCapacity1(eoj, tid, esv, property, success);
2532 onGetV2hRemainingAvailableCapacity2(eoj, tid, esv, property, success);
2535 onGetV2hRemainingAvailableCapacity3(eoj, tid, esv, property, success);
2538 onGetRatedChargeCapacity(eoj, tid, esv, property, success);
2541 onGetRatedDischargeCapacity(eoj, tid, esv, property, success);
2544 onGetChargeableDischargeAbleStatus(eoj, tid, esv, property, success);
2547 onGetMinimumMaximumChargeElectricEnergy(eoj, tid, esv, property, success);
2550 onGetMinimumMaximumDischargeElectricEnergy(eoj, tid, esv, property, success);
2553 onGetMinimumMaximumChargeCurrent(eoj, tid, esv, property, success);
2556 onGetMinimumMaximumDischargeCurrent(eoj, tid, esv, property, success);
2559 onGetUsedCapacity1(eoj, tid, esv, property, success);
2562 onGetUsedCapacity2(eoj, tid, esv, property, success);
2565 onGetRatedVoltage(eoj, tid, esv, property, success);
2568 onGetMeasuredInstantaneousChargeDischargeElectricEnergy(eoj, tid, esv, property, success);
2571 onGetMeasuredInstantaneousChargeDischargeCurrent(eoj, tid, esv, property, success);
2574 onGetMeasuredInstantaneousChargeDischargeVoltage(eoj, tid, esv, property, success);
2577 onGetMeasuredCumulativeDischargeElectricEnergy(eoj, tid, esv, property, success);
2580 onGetCumulativeDischargeElectricEnergyResetSetting(eoj, tid, esv, property, success);
2583 onGetMeasuredCumulativeChargeElectricEnergy(eoj, tid, esv, property, success);
2586 onGetCumulativeChargeElectricEnergyResetSetting(eoj, tid, esv, property, success);
2589 onGetOperationModeSetting(eoj, tid, esv, property, success);
2592 onGetSystemInterconnecteDType(eoj, tid, esv, property, success);
2595 onGetRemainingBatteryCapacity1(eoj, tid, esv, property, success);
2598 onGetRemainingBatteryCapacity2(eoj, tid, esv, property, success);
2601 onGetRemainingBatteryCapacity3(eoj, tid, esv, property, success);
2604 onGetDeteriorationStatus(eoj, tid, esv, property, success);
2607 onGetChargingAmountSetting1(eoj, tid, esv, property, success);
2610 onGetDischargingAmountSetting1(eoj, tid, esv, property, success);
2613 onGetChargingAmountSetting2(eoj, tid, esv, property, success);
2616 onGetDischargingAmountSetting2(eoj, tid, esv, property, success);
2619 onGetChargeElectricEnergySetting(eoj, tid, esv, property, success);
2622 onGetDischargeElectricEnergySetting(eoj, tid, esv, property, success);
2625 onGetChargeCurrentSetting(eoj, tid, esv, property, success);
2628 onGetDischargeCurrentSetting(eoj, tid, esv, property, success);
2659 protected void onGetV2hStoredElectricity1(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2683 protected void onGetV2hStoredElectricity2(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2708 protected void onGetV2hRemainingAvailableCapacity1(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2732 protected void onGetV2hRemainingAvailableCapacity2(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2756 protected void onGetV2hRemainingAvailableCapacity3(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2780 protected void onGetRatedChargeCapacity(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2804 protected void onGetRatedDischargeCapacity(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2830 protected void onGetChargeableDischargeAbleStatus(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2856 protected void onGetMinimumMaximumChargeElectricEnergy(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2882 protected void onGetMinimumMaximumDischargeElectricEnergy(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2908 protected void onGetMinimumMaximumChargeCurrent(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2934 protected void onGetMinimumMaximumDischargeCurrent(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2959 protected void onGetUsedCapacity1(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2983 protected void onGetUsedCapacity2(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3007 protected void onGetRatedVoltage(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3033 protected void onGetMeasuredInstantaneousChargeDischargeElectricEnergy(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3060 protected void onGetMeasuredInstantaneousChargeDischargeCurrent(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3085 protected void onGetMeasuredInstantaneousChargeDischargeVoltage(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3111 protected void onGetMeasuredCumulativeDischargeElectricEnergy(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3135 protected void onSetCumulativeDischargeElectricEnergyResetSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3159 protected void onGetCumulativeDischargeElectricEnergyResetSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3185 protected void onGetMeasuredCumulativeChargeElectricEnergy(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3209 protected void onSetCumulativeChargeElectricEnergyResetSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3233 protected void onGetCumulativeChargeElectricEnergyResetSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3259 protected void onSetOperationModeSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3285 protected void onGetOperationModeSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3311 protected void onGetSystemInterconnecteDType(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3336 protected void onGetRemainingBatteryCapacity1(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3360 protected void onGetRemainingBatteryCapacity2(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3384 protected void onGetRemainingBatteryCapacity3(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3408 protected void onGetDeteriorationStatus(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3433 protected void onSetChargingAmountSetting1(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3458 protected void onGetChargingAmountSetting1(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3483 protected void onSetDischargingAmountSetting1(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3508 protected void onGetDischargingAmountSetting1(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3532 protected void onSetChargingAmountSetting2(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3556 protected void onGetChargingAmountSetting2(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3580 protected void onSetDischargingAmountSetting2(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3604 protected void onGetDischargingAmountSetting2(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3628 protected void onSetChargeElectricEnergySetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3652 protected void onGetChargeElectricEnergySetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3676 protected void onSetDischargeElectricEnergySetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3700 protected void onGetDischargeElectricEnergySetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3724 protected void onSetChargeCurrentSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3748 protected void onGetChargeCurrentSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3772 protected void onSetDischargeCurrentSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3796 protected void onGetDischargeCurrentSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
3799 public static class Setter
extends DeviceObject.Setter {
3800 public Setter(
short dstEchoClassCode, byte dstEchoInstanceCode
3801 , String dstEchoAddress,
boolean responseRequired) {
3802 super(dstEchoClassCode, dstEchoInstanceCode
3803 , dstEchoAddress, responseRequired);
3807 public Setter reqSetProperty(byte epc, byte[] edt) {
3808 return (Setter)super.reqSetProperty(epc, edt);
3812 public Setter reqSetOperationStatus(byte[] edt) {
3813 return (Setter)super.reqSetOperationStatus(edt);
3816 public Setter reqSetInstallationLocation(byte[] edt) {
3817 return (Setter)super.reqSetInstallationLocation(edt);
3820 public Setter reqSetCurrentLimitSetting(byte[] edt) {
3821 return (Setter)super.reqSetCurrentLimitSetting(edt);
3824 public Setter reqSetPowerSavingOperationSetting(byte[] edt) {
3825 return (Setter)super.reqSetPowerSavingOperationSetting(edt);
3828 public Setter reqSetRemoteControlSetting(byte[] edt) {
3829 return (Setter)super.reqSetRemoteControlSetting(edt);
3832 public Setter reqSetCurrentTimeSetting(byte[] edt) {
3833 return (Setter)super.reqSetCurrentTimeSetting(edt);
3836 public Setter reqSetCurrentDateSetting(byte[] edt) {
3837 return (Setter)super.reqSetCurrentDateSetting(edt);
3840 public Setter reqSetPowerLimitSetting(byte[] edt) {
3841 return (Setter)super.reqSetPowerLimitSetting(edt);
3867 public Setter reqSetCumulativeDischargeElectricEnergyResetSetting(byte[] edt) {
3894 public Setter reqSetCumulativeChargeElectricEnergyResetSetting(byte[] edt) {
3923 public Setter reqSetOperationModeSetting(byte[] edt) {
3951 public Setter reqSetChargingAmountSetting1(byte[] edt) {
3979 public Setter reqSetDischargingAmountSetting1(byte[] edt) {
4006 public Setter reqSetChargingAmountSetting2(byte[] edt) {
4033 public Setter reqSetDischargingAmountSetting2(byte[] edt) {
4060 public Setter reqSetChargeElectricEnergySetting(byte[] edt) {
4087 public Setter reqSetDischargeElectricEnergySetting(byte[] edt) {
4114 public Setter reqSetChargeCurrentSetting(byte[] edt) {
4141 public Setter reqSetDischargeCurrentSetting(byte[] edt) {
4147 public static class Getter
extends DeviceObject.Getter {
4148 public Getter(
short dstEchoClassCode, byte dstEchoInstanceCode
4149 , String dstEchoAddress) {
4150 super(dstEchoClassCode, dstEchoInstanceCode
4155 public Getter reqGetProperty(byte epc) {
4156 return (Getter)super.reqGetProperty(epc);
4160 public Getter reqGetOperationStatus() {
4161 return (Getter)super.reqGetOperationStatus();
4164 public Getter reqGetInstallationLocation() {
4165 return (Getter)super.reqGetInstallationLocation();
4168 public Getter reqGetStandardVersionInformation() {
4169 return (Getter)super.reqGetStandardVersionInformation();
4172 public Getter reqGetIdentificationNumber() {
4173 return (Getter)super.reqGetIdentificationNumber();
4176 public Getter reqGetMeasuredInstantaneousPowerConsumption() {
4177 return (Getter)super.reqGetMeasuredInstantaneousPowerConsumption();
4180 public Getter reqGetMeasuredCumulativePowerConsumption() {
4181 return (Getter)super.reqGetMeasuredCumulativePowerConsumption();
4184 public Getter reqGetManufacturersFaultCode() {
4185 return (Getter)super.reqGetManufacturersFaultCode();
4188 public Getter reqGetCurrentLimitSetting() {
4189 return (Getter)super.reqGetCurrentLimitSetting();
4192 public Getter reqGetFaultStatus() {
4193 return (Getter)super.reqGetFaultStatus();
4196 public Getter reqGetFaultDescription() {
4197 return (Getter)super.reqGetFaultDescription();
4200 public Getter reqGetManufacturerCode() {
4201 return (Getter)super.reqGetManufacturerCode();
4204 public Getter reqGetBusinessFacilityCode() {
4205 return (Getter)super.reqGetBusinessFacilityCode();
4208 public Getter reqGetProductCode() {
4209 return (Getter)super.reqGetProductCode();
4212 public Getter reqGetProductionNumber() {
4213 return (Getter)super.reqGetProductionNumber();
4216 public Getter reqGetProductionDate() {
4217 return (Getter)super.reqGetProductionDate();
4220 public Getter reqGetPowerSavingOperationSetting() {
4221 return (Getter)super.reqGetPowerSavingOperationSetting();
4224 public Getter reqGetRemoteControlSetting() {
4225 return (Getter)super.reqGetRemoteControlSetting();
4228 public Getter reqGetCurrentTimeSetting() {
4229 return (Getter)super.reqGetCurrentTimeSetting();
4232 public Getter reqGetCurrentDateSetting() {
4233 return (Getter)super.reqGetCurrentDateSetting();
4236 public Getter reqGetPowerLimitSetting() {
4237 return (Getter)super.reqGetPowerLimitSetting();
4240 public Getter reqGetCumulativeOperatingTime() {
4241 return (Getter)super.reqGetCumulativeOperatingTime();
4244 public Getter reqGetStatusChangeAnnouncementPropertyMap() {
4245 return (Getter)super.reqGetStatusChangeAnnouncementPropertyMap();
4248 public Getter reqGetSetPropertyMap() {
4249 return (Getter)super.reqGetSetPropertyMap();
4252 public Getter reqGetGetPropertyMap() {
4253 return (Getter)super.reqGetGetPropertyMap();
4280 public Getter reqGetV2hStoredElectricity1() {
4307 public Getter reqGetV2hStoredElectricity2() {
4335 public Getter reqGetV2hRemainingAvailableCapacity1() {
4362 public Getter reqGetV2hRemainingAvailableCapacity2() {
4389 public Getter reqGetV2hRemainingAvailableCapacity3() {
4416 public Getter reqGetRatedChargeCapacity() {
4443 public Getter reqGetRatedDischargeCapacity() {
4472 public Getter reqGetChargeableDischargeAbleStatus() {
4501 public Getter reqGetMinimumMaximumChargeElectricEnergy() {
4530 public Getter reqGetMinimumMaximumDischargeElectricEnergy() {
4559 public Getter reqGetMinimumMaximumChargeCurrent() {
4588 public Getter reqGetMinimumMaximumDischargeCurrent() {
4616 public Getter reqGetUsedCapacity1() {
4643 public Getter reqGetUsedCapacity2() {
4670 public Getter reqGetRatedVoltage() {
4699 public Getter reqGetMeasuredInstantaneousChargeDischargeElectricEnergy() {
4729 public Getter reqGetMeasuredInstantaneousChargeDischargeCurrent() {
4757 public Getter reqGetMeasuredInstantaneousChargeDischargeVoltage() {
4786 public Getter reqGetMeasuredCumulativeDischargeElectricEnergy() {
4813 public Getter reqGetCumulativeDischargeElectricEnergyResetSetting() {
4842 public Getter reqGetMeasuredCumulativeChargeElectricEnergy() {
4869 public Getter reqGetCumulativeChargeElectricEnergyResetSetting() {
4898 public Getter reqGetOperationModeSetting() {
4927 public Getter reqGetSystemInterconnecteDType() {
4955 public Getter reqGetRemainingBatteryCapacity1() {
4982 public Getter reqGetRemainingBatteryCapacity2() {
5009 public Getter reqGetRemainingBatteryCapacity3() {
5036 public Getter reqGetDeteriorationStatus() {
5064 public Getter reqGetChargingAmountSetting1() {
5092 public Getter reqGetDischargingAmountSetting1() {
5119 public Getter reqGetChargingAmountSetting2() {
5146 public Getter reqGetDischargingAmountSetting2() {
5173 public Getter reqGetChargeElectricEnergySetting() {
5200 public Getter reqGetDischargeElectricEnergySetting() {
5227 public Getter reqGetChargeCurrentSetting() {
5254 public Getter reqGetDischargeCurrentSetting() {
5260 public static class Informer
extends DeviceObject.Informer {
5261 public Informer(
short echoClassCode, byte echoInstanceCode
5263 super(echoClassCode, echoInstanceCode
5264 , dstEchoAddress, isSelfObject);
5268 public Informer reqInformProperty(byte epc) {
5269 return (Informer)super.reqInformProperty(epc);
5272 public Informer reqInformOperationStatus() {
5273 return (Informer)super.reqInformOperationStatus();
5276 public Informer reqInformInstallationLocation() {
5277 return (Informer)super.reqInformInstallationLocation();
5280 public Informer reqInformStandardVersionInformation() {
5281 return (Informer)super.reqInformStandardVersionInformation();
5284 public Informer reqInformIdentificationNumber() {
5285 return (Informer)super.reqInformIdentificationNumber();
5288 public Informer reqInformMeasuredInstantaneousPowerConsumption() {
5289 return (Informer)super.reqInformMeasuredInstantaneousPowerConsumption();
5292 public Informer reqInformMeasuredCumulativePowerConsumption() {
5293 return (Informer)super.reqInformMeasuredCumulativePowerConsumption();
5296 public Informer reqInformManufacturersFaultCode() {
5297 return (Informer)super.reqInformManufacturersFaultCode();
5300 public Informer reqInformCurrentLimitSetting() {
5301 return (Informer)super.reqInformCurrentLimitSetting();
5304 public Informer reqInformFaultStatus() {
5305 return (Informer)super.reqInformFaultStatus();
5308 public Informer reqInformFaultDescription() {
5309 return (Informer)super.reqInformFaultDescription();
5312 public Informer reqInformManufacturerCode() {
5313 return (Informer)super.reqInformManufacturerCode();
5316 public Informer reqInformBusinessFacilityCode() {
5317 return (Informer)super.reqInformBusinessFacilityCode();
5320 public Informer reqInformProductCode() {
5321 return (Informer)super.reqInformProductCode();
5324 public Informer reqInformProductionNumber() {
5325 return (Informer)super.reqInformProductionNumber();
5328 public Informer reqInformProductionDate() {
5329 return (Informer)super.reqInformProductionDate();
5332 public Informer reqInformPowerSavingOperationSetting() {
5333 return (Informer)super.reqInformPowerSavingOperationSetting();
5336 public Informer reqInformRemoteControlSetting() {
5337 return (Informer)super.reqInformRemoteControlSetting();
5340 public Informer reqInformCurrentTimeSetting() {
5341 return (Informer)super.reqInformCurrentTimeSetting();
5344 public Informer reqInformCurrentDateSetting() {
5345 return (Informer)super.reqInformCurrentDateSetting();
5348 public Informer reqInformPowerLimitSetting() {
5349 return (Informer)super.reqInformPowerLimitSetting();
5352 public Informer reqInformCumulativeOperatingTime() {
5353 return (Informer)super.reqInformCumulativeOperatingTime();
5356 public Informer reqInformStatusChangeAnnouncementPropertyMap() {
5357 return (Informer)super.reqInformStatusChangeAnnouncementPropertyMap();
5360 public Informer reqInformSetPropertyMap() {
5361 return (Informer)super.reqInformSetPropertyMap();
5364 public Informer reqInformGetPropertyMap() {
5365 return (Informer)super.reqInformGetPropertyMap();
5392 public Informer reqInformV2hStoredElectricity1() {
5419 public Informer reqInformV2hStoredElectricity2() {
5447 public Informer reqInformV2hRemainingAvailableCapacity1() {
5474 public Informer reqInformV2hRemainingAvailableCapacity2() {
5501 public Informer reqInformV2hRemainingAvailableCapacity3() {
5528 public Informer reqInformRatedChargeCapacity() {
5555 public Informer reqInformRatedDischargeCapacity() {
5584 public Informer reqInformChargeableDischargeAbleStatus() {
5613 public Informer reqInformMinimumMaximumChargeElectricEnergy() {
5642 public Informer reqInformMinimumMaximumDischargeElectricEnergy() {
5671 public Informer reqInformMinimumMaximumChargeCurrent() {
5700 public Informer reqInformMinimumMaximumDischargeCurrent() {
5728 public Informer reqInformUsedCapacity1() {
5755 public Informer reqInformUsedCapacity2() {
5782 public Informer reqInformRatedVoltage() {
5811 public Informer reqInformMeasuredInstantaneousChargeDischargeElectricEnergy() {
5841 public Informer reqInformMeasuredInstantaneousChargeDischargeCurrent() {
5869 public Informer reqInformMeasuredInstantaneousChargeDischargeVoltage() {
5898 public Informer reqInformMeasuredCumulativeDischargeElectricEnergy() {
5925 public Informer reqInformCumulativeDischargeElectricEnergyResetSetting() {
5954 public Informer reqInformMeasuredCumulativeChargeElectricEnergy() {
5981 public Informer reqInformCumulativeChargeElectricEnergyResetSetting() {
6010 public Informer reqInformOperationModeSetting() {
6039 public Informer reqInformSystemInterconnecteDType() {
6067 public Informer reqInformRemainingBatteryCapacity1() {
6094 public Informer reqInformRemainingBatteryCapacity2() {
6121 public Informer reqInformRemainingBatteryCapacity3() {
6148 public Informer reqInformDeteriorationStatus() {
6176 public Informer reqInformChargingAmountSetting1() {
6204 public Informer reqInformDischargingAmountSetting1() {
6231 public Informer reqInformChargingAmountSetting2() {
6258 public Informer reqInformDischargingAmountSetting2() {
6285 public Informer reqInformChargeElectricEnergySetting() {
6312 public Informer reqInformDischargeElectricEnergySetting() {
6339 public Informer reqInformChargeCurrentSetting() {
6366 public Informer reqInformDischargeCurrentSetting() {
6372 public static class Proxy
extends ElectricVehicle {
6373 public Proxy(byte instanceCode) {
6426 return setG((byte)0);
6429 public static Setter
setG(byte instanceCode) {
6430 return setG(instanceCode,
true);
6433 public static Setter
setG(
boolean responseRequired) {
6434 return setG((byte)0, responseRequired);
6437 public static Setter
setG(byte instanceCode,
boolean responseRequired) {
6443 return getG((byte)0);
6446 public static Getter
getG(byte instanceCode) {
6455 public static Informer
informG(byte instanceCode) {
boolean isValidUsedCapacity1(byte[] edt)
byte[] getChargingAmountSetting1()
boolean isValidMinimumMaximumDischargeElectricEnergy(byte[] edt)
boolean isValidMeasuredInstantaneousChargeDischargeVoltage(byte[] edt)
abstract byte[] getRemainingBatteryCapacity2()
boolean isValidRatedVoltage(byte[] edt)
static final byte EPC_MEASURED_CUMULATIVE_DISCHARGE_ELECTRIC_ENERGY
boolean isValidMeasuredInstantaneousChargeDischargeElectricEnergy(byte[] edt)
boolean isValidUsedCapacity2(byte[] edt)
abstract byte[] getUsedCapacity1()
static final byte EPC_CHARGING_AMOUNT_SETTING2
Informer inform(boolean multicast)
boolean isValidDischargeCurrentSetting(byte[] edt)
static final byte EPC_DETERIORATION_STATUS
boolean setDischargeCurrentSetting(byte[] edt)
synchronized boolean setProperty(EchoProperty property)
byte[] getCumulativeChargeElectricEnergyResetSetting()
static final byte EPC_OPERATION_MODE_SETTING
static final byte EPC_MINIMUM_MAXIMUM_CHARGE_ELECTRIC_ENERGY
boolean isValidRemainingBatteryCapacity2(byte[] edt)
static final byte EPC_REMAINING_BATTERY_CAPACITY1
byte[] getDischargeCurrentSetting()
boolean setChargeCurrentSetting(byte[] edt)
static Setter setG(byte instanceCode)
abstract byte[] getV2hRemainingAvailableCapacity3()
boolean isValidRatedChargeCapacity(byte[] edt)
boolean isValidV2hStoredElectricity1(byte[] edt)
byte[] getMinimumMaximumChargeCurrent()
abstract byte[] getUsedCapacity2()
final void removeSetProperty(byte epc)
boolean isValidV2hRemainingAvailableCapacity1(byte[] edt)
boolean setChargeElectricEnergySetting(byte[] edt)
boolean isValidCumulativeDischargeElectricEnergyResetSetting(byte[] edt)
static final byte EPC_DISCHARGING_AMOUNT_SETTING2
static final byte EPC_V2H_REMAINING_AVAILABLE_CAPACITY1
final void addStatusChangeAnnouncementProperty(byte epc)
static final byte EPC_CUMULATIVE_CHARGE_ELECTRIC_ENERGY_RESET_SETTING
static final byte EPC_DISCHARGE_ELECTRIC_ENERGY_SETTING
abstract byte[] getInstallationLocation()
boolean isValidCumulativeChargeElectricEnergyResetSetting(byte[] edt)
boolean setDischargingAmountSetting2(byte[] edt)
byte[] getMeasuredInstantaneousChargeDischargeElectricEnergy()
static final byte EPC_MEASURED_INSTANTANEOUS_CHARGE_DISCHARGE_VOLTAGE
boolean setChargingAmountSetting2(byte[] edt)
boolean isValidV2hStoredElectricity2(byte[] edt)
synchronized boolean isValidProperty(EchoProperty property)
final void addGetProperty(byte epc)
boolean isValidMeasuredCumulativeDischargeElectricEnergy(byte[] edt)
static final byte EPC_CHARGEABLE_DISCHARGE_ABLE_STATUS
abstract byte[] getV2hStoredElectricity1()
byte[] getChargeElectricEnergySetting()
static final byte EPC_REMAINING_BATTERY_CAPACITY2
boolean isValidMeasuredCumulativeChargeElectricEnergy(byte[] edt)
synchronized byte[] getProperty(byte epc)
boolean setOperationStatus(byte[] edt)
byte[] getDischargingAmountSetting1()
boolean isValidChargeElectricEnergySetting(byte[] edt)
boolean isValidDeteriorationStatus(byte[] edt)
static final byte EPC_V2H_REMAINING_AVAILABLE_CAPACITY2
byte[] getDischargingAmountSetting2()
byte[] getMeasuredCumulativeDischargeElectricEnergy()
final void addSetProperty(byte epc)
static final byte EPC_V2H_STORED_ELECTRICITY2
abstract byte[] getV2hRemainingAvailableCapacity2()
boolean isValidOperationModeSetting(byte[] edt)
static final byte EPC_SYSTEM_INTERCONNECTE_D_TYPE
static final short ECHO_CLASS_CODE
byte[] getMinimumMaximumDischargeCurrent()
abstract byte[] getFaultStatus()
static final byte EPC_MINIMUM_MAXIMUM_DISCHARGE_CURRENT
boolean isValidDischargingAmountSetting1(byte[] edt)
static final byte EPC_CHARGE_ELECTRIC_ENERGY_SETTING
boolean isValidDischargeElectricEnergySetting(byte[] edt)
byte[] getMeasuredInstantaneousChargeDischargeVoltage()
abstract byte[] getRemainingBatteryCapacity3()
static final byte EPC_CUMULATIVE_DISCHARGE_ELECTRIC_ENERGY_RESET_SETTING
static final byte EPC_DISCHARGE_CURRENT_SETTING
static final byte EPC_USED_CAPACITY1
static final byte EPC_CHARGE_CURRENT_SETTING
boolean isValidSystemInterconnecteDType(byte[] edt)
byte[] getChargingAmountSetting2()
boolean isValidChargingAmountSetting1(byte[] edt)
static Informer informG(byte instanceCode)
abstract byte[] getManufacturerCode()
abstract byte[] getRemainingBatteryCapacity1()
boolean isValidMinimumMaximumChargeElectricEnergy(byte[] edt)
static final byte EPC_USED_CAPACITY2
static Setter setG(boolean responseRequired)
abstract boolean setOperationModeSetting(byte[] edt)
byte[] getCumulativeDischargeElectricEnergyResetSetting()
static final byte EPC_RATED_VOLTAGE
abstract byte[] getRatedChargeCapacity()
abstract byte[] getChargeableDischargeAbleStatus()
byte[] getMeasuredInstantaneousChargeDischargeCurrent()
boolean setDischargingAmountSetting1(byte[] edt)
abstract byte[] getV2hRemainingAvailableCapacity1()
boolean setCumulativeChargeElectricEnergyResetSetting(byte[] edt)
byte[] getMinimumMaximumChargeElectricEnergy()
byte[] getChargeCurrentSetting()
static final byte EPC_REMAINING_BATTERY_CAPACITY3
boolean isValidRemainingBatteryCapacity1(byte[] edt)
static final byte EPC_CHARGING_AMOUNT_SETTING1
boolean setDischargeElectricEnergySetting(byte[] edt)
byte[] getDeteriorationStatus()
static Informer informG()
static final byte EPC_V2H_STORED_ELECTRICITY1
boolean isValidChargeCurrentSetting(byte[] edt)
static final byte EPC_MEASURED_CUMULATIVE_CHARGE_ELECTRIC_ENERGY
abstract byte[] getOperationModeSetting()
boolean isValidChargeableDischargeAbleStatus(byte[] edt)
byte[] getMinimumMaximumDischargeElectricEnergy()
boolean isValidDischargingAmountSetting2(byte[] edt)
static Setter setG(byte instanceCode, boolean responseRequired)
Setter set(boolean responseRequired)
abstract byte[] getRatedDischargeCapacity()
static final byte EPC_RATED_DISCHARGE_CAPACITY
static final byte EPC_OPERATION_STATUS
static Getter getG(byte instanceCode)
byte[] getStandardVersionInformation()
static final byte EPC_MEASURED_INSTANTANEOUS_CHARGE_DISCHARGE_ELECTRIC_ENERGY
boolean isValidChargingAmountSetting2(byte[] edt)
boolean isValidV2hRemainingAvailableCapacity3(byte[] edt)
static final byte EPC_RATED_CHARGE_CAPACITY
static final byte EPC_MINIMUM_MAXIMUM_DISCHARGE_ELECTRIC_ENERGY
boolean isValidRatedDischargeCapacity(byte[] edt)
abstract boolean setInstallationLocation(byte[] edt)
static final String MULTICAST_ADDRESS
boolean setChargingAmountSetting1(byte[] edt)
static final byte EPC_MEASURED_INSTANTANEOUS_CHARGE_DISCHARGE_CURRENT
boolean isValidMeasuredInstantaneousChargeDischargeCurrent(byte[] edt)
boolean isValidRemainingBatteryCapacity3(byte[] edt)
abstract byte[] getV2hStoredElectricity2()
static final byte EPC_DISCHARGING_AMOUNT_SETTING1
static final byte EPC_V2H_REMAINING_AVAILABLE_CAPACITY3
boolean isValidV2hRemainingAvailableCapacity2(byte[] edt)
abstract byte[] getOperationStatus()
static final byte EPC_MINIMUM_MAXIMUM_CHARGE_CURRENT
byte[] getMeasuredCumulativeChargeElectricEnergy()
final boolean isSelfObject()
byte[] getDischargeElectricEnergySetting()
boolean isValidMinimumMaximumChargeCurrent(byte[] edt)
boolean setCumulativeDischargeElectricEnergyResetSetting(byte[] edt)
boolean isValidMinimumMaximumDischargeCurrent(byte[] edt)
byte[] getSystemInterconnecteDType()