From b1726476b0e0e1f23919a918408eb6d3098d12ce Mon Sep 17 00:00:00 2001 From: huangxin Date: Wed, 15 Apr 2020 21:41:21 +0800 Subject: [PATCH] =?UTF-8?q?OCT=20REM:=201.=20=E4=BF=AE=E6=94=B9=E8=BF=AA?= =?UTF-8?q?=E6=99=AESOAP=E6=8E=A5=E5=8F=A3=E6=96=87=E4=BB=B6=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E6=A0=BC=E5=BC=8F=E4=B8=BAUTF-8=EF=BC=8C=E5=92=8C?= =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E6=96=87=E4=BB=B6=E7=BC=96=E7=A0=81=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=85=BC=E5=AE=B9=202.=20=E7=AE=80=E5=8C=96=E7=B1=BB?= =?UTF-8?q?=E5=BA=93=E5=90=8D=E7=A9=BA=E9=97=B4=203.=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=AE=A4=E8=AF=81=E6=8E=A5=E5=8F=A3=EF=BC=8C?= =?UTF-8?q?=E5=AE=8C=E5=85=A8=E9=87=87=E7=94=A8REST-ful=E8=A7=84=E8=8C=83?= =?UTF-8?q?=204.=20=E5=A2=9E=E5=8A=A0=E5=AF=B9=E5=BA=94=E7=9A=84=E5=8D=95?= =?UTF-8?q?=E5=85=83=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B=205.=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=AE=8C=E6=95=B4=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=9B=86=206.=20=E7=A7=BB=E9=99=A4=E5=B7=A5=E7=A8=8B=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E4=BB=A3=E7=A0=81=207.=20=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=B7=A5=E7=A8=8BJDK=201.8=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 2 +- pom.xml | 2 +- .../com/dispose/PhoenixBootApplication.java | 2 +- .../java/com/dispose/common/ConstValue.java | 9 +- .../java/com/dispose/common/ErrorCode.java | 4 +- .../dispose/config/EncodingFilterConfig.java | 19 + .../dispose/controller/AuthController.java | 102 + .../exception/GlobalExceptionHandler.java | 65 +- .../manager/UserAccountCacheManager.java | 20 + .../impl/UserAccountCacheManagerImpl.java | 187 + .../com/dispose/mapper/UserAccountMapper.java | 11 + .../com/dispose/pojo/dto/ProtocolDTO.java | 48 + .../com/dispose/pojo/dto/ProtocolReqDTO.java | 60 + .../com/dispose/pojo/dto/ProtocolRespDTO.java | 64 + .../com/dispose/pojo/entity/UserAccount.java | 59 + .../java/com/dispose/pojo/po/MReturnType.java | 16 + .../com/dispose/pojo/po/ReturnStatus.java | 18 + .../com/dispose/pojo/po/UserAccountCache.java | 13 + .../com/dispose/pojo/vo/auth/LoginReq.java | 18 + .../com/dispose/pojo/vo/auth/LoginRsp.java | 24 + .../com/dispose/pojo/vo/auth/LogoutRsp.java | 16 + .../dispose/service/UserAccountService.java | 14 + .../service/impl/UserAccountServiceImpl.java | 113 + .../GeDnsDomainCustomV4TFromUMC.java} | 28 +- .../GeDnsDomainCustomV4TFromUMCResponse.java | 64 + ...GetAllAnomalyDetectionStrategyFromUMC.java | 32 + ...omalyDetectionStrategyFromUMCResponse.java | 64 + .../GetAllBlackAndWhiteListFromUMC.java | 32 + ...etAllBlackAndWhiteListFromUMCResponse.java | 64 + .../GetAllBlackHoleAutoStrategyFromUMC.java | 32 + ...lBlackHoleAutoStrategyFromUMCResponse.java | 64 + .../GetAllBlackHoleManualStrategyFromUMC.java | 32 + ...lackHoleManualStrategyFromUMCResponse.java | 64 + ...llBypassManualTractionStrategyFromUMC.java | 32 + ...ManualTractionStrategyFromUMCResponse.java | 64 + ...mpleteAnomalyDetectionStrategyFromUMC.java | 32 + ...omalyDetectionStrategyFromUMCResponse.java | 64 + .../dptech/dispose/GetAllDetectDevices.java | 32 + .../GetAllDetectDevicesResponse.java} | 28 +- .../dispose/GetAllDetectionObjectFromUMC.java | 32 + .../GetAllDetectionObjectFromUMCResponse.java | 64 + .../dptech/dispose/GetAllProtectDevices.java | 32 + .../GetAllProtectDevicesResponse.java} | 26 +- .../GetAllProtectionObjectFromUMC.java | 32 + ...GetAllProtectionObjectFromUMCResponse.java | 64 + ...tAllProtectionStrategyTemplateFromUMC.java | 32 + ...ectionStrategyTemplateFromUMCResponse.java | 64 + ...StrategyAssociationRelationshipForUMC.java | 32 + ...AssociationRelationshipForUMCResponse.java | 64 + .../GetAnomalyDetectionStrategyFromUMC.java} | 14 +- ...omalyDetectionStrategyFromUMCResponse.java | 64 + ...pleteAnomalyDetectionStrategyFromUMC.java} | 18 +- ...omalyDetectionStrategyFromUMCResponse.java | 64 + .../dispose/GetDdosACProtectionFromUMC.java | 64 + .../GetDdosACProtectionFromUMCResponse.java | 64 + .../dispose/GetDdosCCuserGroupV4FromUMC.java | 64 + .../GetDdosCCuserGroupV4FromUMCResponse.java | 64 + .../GetDdosDnsRetryProtectFromUMC.java | 64 + ...GetDdosDnsRetryProtectFromUMCResponse.java | 64 + .../GetDdosGlobalAckPayloadFromUMC.java | 64 + ...etDdosGlobalAckPayloadFromUMCResponse.java | 64 + .../dispose/GetDdosGlobalIcmpFragFromUMC.java | 64 + .../GetDdosGlobalIcmpFragFromUMCResponse.java | 64 + .../GetDdosGlobalIcmpLengthFromUMC.java | 64 + ...etDdosGlobalIcmpLengthFromUMCResponse.java | 64 + .../GetDdosGlobalIcmpPayloadFromUMC.java | 64 + ...tDdosGlobalIcmpPayloadFromUMCResponse.java | 64 + .../GetDdosGlobalOtherFragFromUMC.java | 64 + ...GetDdosGlobalOtherFragFromUMCResponse.java | 64 + .../dispose/GetDdosGlobalSynFloodFromUMC.java | 64 + .../GetDdosGlobalSynFloodFromUMCResponse.java | 64 + .../dispose/GetDdosGlobalTcpFlagFromUMC.java | 64 + .../GetDdosGlobalTcpFlagFromUMCResponse.java | 64 + .../dispose/GetDdosGlobalTcpFragFromUMC.java | 64 + .../GetDdosGlobalTcpFragFromUMCResponse.java | 64 + .../GetDdosGlobalTcpLengthFromUMC.java | 64 + ...GetDdosGlobalTcpLengthFromUMCResponse.java | 64 + .../dispose/GetDdosGlobalTcpStateFromUMC.java | 64 + .../GetDdosGlobalTcpStateFromUMCResponse.java | 64 + .../dispose/GetDdosGlobalUdpFragFromUMC.java | 64 + .../GetDdosGlobalUdpFragFromUMCResponse.java | 64 + .../GetDdosGlobalUdpLengthFromUMC.java | 64 + ...GetDdosGlobalUdpLengthFromUMCResponse.java | 64 + .../GetDdosGlobalUdpPayloadFromUMC.java | 64 + ...etDdosGlobalUdpPayloadFromUMCResponse.java | 64 + .../GetDdosHttpGetSipCusProV4FromUMC.java | 64 + ...DdosHttpGetSipCusProV4FromUMCResponse.java | 64 + .../GetDdosHttpGetSipGloProV4FromUMC.java | 64 + ...DdosHttpGetSipGloProV4FromUMCResponse.java | 64 + .../GetDdosHttpGetUriCusProV4FromUMC.java | 64 + ...DdosHttpGetUriCusProV4FromUMCResponse.java | 64 + .../GetDdosHttpGetUriGloProV4FromUMC.java | 64 + ...DdosHttpGetUriGloProV4FromUMCResponse.java | 64 + .../dispose/GetDnsDomainGlobalV4FromUMC.java | 64 + .../GetDnsDomainGlobalV4FromUMCResponse.java | 64 + .../GetDnsSecDomainCustomV4FromUMC.java | 64 + ...etDnsSecDomainCustomV4FromUMCResponse.java | 64 + .../GetDnsSecDomainGlobalV4FromUMC.java | 64 + ...etDnsSecDomainGlobalV4FromUMCResponse.java | 64 + .../dispose/GetDnsSipCustomV4FromUMC.java | 64 + .../GetDnsSipCustomV4FromUMCResponse.java | 64 + .../dispose/GetDnsSipGlobalV4FromUMC.java | 64 + .../GetDnsSipGlobalV4FromUMCResponse.java | 64 + .../dispose/GetFingerprintIcmpFromUMC.java | 64 + .../GetFingerprintIcmpFromUMCResponse.java | 64 + .../dispose/GetFingerprintOtherFromUMC.java | 64 + .../GetFingerprintOtherFromUMCResponse.java | 64 + .../dispose/GetFingerprintTcpFromUMC.java | 64 + .../GetFingerprintTcpFromUMCResponse.java | 64 + .../dispose/GetFingerprintUdpFromUMC.java | 64 + .../GetFingerprintUdpFromUMCResponse.java | 64 + ...LinkProtectionStrategyTemplateForUMC.java} | 18 +- ...tectionStrategyTemplateForUMCResponse.java | 64 + .../dptech/dispose/ModACProtectionForUMC.java | 484 ++ .../ModACProtectionForUMCResponse.java} | 14 +- .../ModBlackAndWhiteListProtection.java | 372 + ...odBlackAndWhiteListProtectionResponse.java | 64 + .../ModBlackHoleAutoStrategyForUMC.java | 121 + ...odBlackHoleAutoStrategyForUMCResponse.java | 64 + .../ModBlackHoleManualStrategyForUMC.java} | 46 +- ...BlackHoleManualStrategyForUMCResponse.java | 64 + ...ModBypassManualTractionStrategyForUMC.java | 120 + ...sManualTractionStrategyForUMCResponse.java | 64 + .../ModDdosCCuserGroupV4ForUMC.java} | 72 +- .../ModDdosCCuserGroupV4ForUMCResponse.java | 64 + .../dispose/ModDdosDnsRetryProtectForUMC.java | 176 + .../ModDdosDnsRetryProtectForUMCResponse.java | 64 + .../ModDdosHttpGetSipCusProV4ForUMC.java | 176 + ...DdosHttpGetSipCusProV4ForUMCResponse.java} | 14 +- .../ModDdosHttpGetSipGloProV4ForUMC.java | 148 + ...DdosHttpGetSipGloProV4ForUMCResponse.java} | 14 +- .../ModDdosHttpGetUriCusProV4ForUMC.java | 176 + ...DdosHttpGetUriCusProV4ForUMCResponse.java} | 14 +- .../ModDdosHttpGetUriGloProV4ForUMC.java | 148 + ...DdosHttpGetUriGloProV4ForUMCResponse.java} | 14 +- .../dispose/ModDnsDomainCustomV4ForUMC.java | 176 + .../ModDnsDomainCustomV4ForUMCResponse.java | 64 + .../dispose/ModDnsDomainGlobalV4ForUMC.java | 148 + .../ModDnsDomainGlobalV4ForUMCResponse.java | 64 + .../ModDnsSecDomainCustomV4ForUMC.java | 176 + ...ModDnsSecDomainCustomV4ForUMCResponse.java | 64 + .../ModDnsSecDomainGlobalV4ForUMC.java | 148 + ...ModDnsSecDomainGlobalV4ForUMCResponse.java | 64 + .../dispose/ModDnsSipCustomV4ForUMC.java | 204 + .../ModDnsSipCustomV4ForUMCResponse.java} | 14 +- .../dispose/ModDnsSipGlobalV4ForUMC.java | 148 + .../ModDnsSipGlobalV4ForUMCResponse.java} | 14 +- .../dispose/ModFingerprintIcmpForUMC.java | 736 ++ .../ModFingerprintIcmpForUMCResponse.java | 64 + .../dispose/ModFingerprintOtherForUMC.java | 736 ++ .../ModFingerprintOtherForUMCResponse.java | 64 + .../dispose/ModFingerprintTcpForUMC.java | 904 +++ .../ModFingerprintTcpForUMCResponse.java | 64 + .../dispose/ModFingerprintUdpForUMC.java | 820 +++ .../ModFingerprintUdpForUMCResponse.java | 64 + .../dispose/ModifyDetectionObjectForUMC.java | 130 + .../ModifyDetectionObjectForUMCResponse.java | 64 + .../dispose/ModifyProtectionObjectForUMC.java | 130 + .../ModifyProtectionObjectForUMCResponse.java | 64 + .../dptech/dispose/NtcRequestResultInfo.java | 90 + .../com/dptech/dispose/ObjectFactory.java | 6496 +++++++++++++++++ .../ProtectionObjectDataForService.java} | 90 +- .../ProtectionStrategyTemplateForService.java | 91 + ...rotectionTargetWithStrategyForService.java | 91 + .../SetDdosGlobalAckPayloadForUMC.java | 176 + ...SetDdosGlobalAckPayloadForUMCResponse.java | 64 + .../dispose/SetDdosGlobalIcmpFragForUMC.java | 120 + .../SetDdosGlobalIcmpFragForUMCResponse.java | 64 + .../SetDdosGlobalIcmpLengthForUMC.java | 148 + ...SetDdosGlobalIcmpLengthForUMCResponse.java | 64 + .../SetDdosGlobalIcmpPayloadForUMC.java | 176 + ...etDdosGlobalIcmpPayloadForUMCResponse.java | 64 + .../dispose/SetDdosGlobalOtherFragForUMC.java | 120 + .../SetDdosGlobalOtherFragForUMCResponse.java | 64 + .../dispose/SetDdosGlobalSynFloodForUMC.java | 148 + .../SetDdosGlobalSynFloodForUMCResponse.java | 64 + .../SetDdosGlobalTcpFlagForUMC.java} | 72 +- .../SetDdosGlobalTcpFlagForUMCResponse.java | 64 + .../dispose/SetDdosGlobalTcpFragForUMC.java | 120 + .../SetDdosGlobalTcpFragForUMCResponse.java | 64 + .../dispose/SetDdosGlobalTcpLengthForUMC.java | 400 + .../SetDdosGlobalTcpLengthForUMCResponse.java | 64 + .../SetDdosGlobalTcpStateForUMC.java} | 100 +- .../SetDdosGlobalTcpStateForUMCResponse.java | 64 + .../dispose/SetDdosGlobalUdpFragForUMC.java | 120 + .../SetDdosGlobalUdpFragForUMCResponse.java | 64 + .../dispose/SetDdosGlobalUdpLengthForUMC.java | 148 + .../SetDdosGlobalUdpLengthForUMCResponse.java | 64 + .../SetDdosGlobalUdpPayloadForUMC.java | 204 + ...SetDdosGlobalUdpPayloadForUMCResponse.java | 64 + .../dispose/StartAbnormalTaskForUMC.java | 102 + .../StartAbnormalTaskForUMCResponse.java | 64 + ...tAbnormalTaskWithSpecificDeviceForUMC.java | 130 + ...lTaskWithSpecificDeviceForUMCResponse.java | 64 + .../StartBlackHoleStrategyForUMC.java} | 14 +- .../StartBlackHoleStrategyForUMCResponse.java | 64 + ...rtBypassManualTractionStrategyForUMC.java} | 46 +- ...ManualTractionStrategyForUMCResponse.java} | 14 +- .../dispose/StopAbnormalTaskForUMC.java | 102 + .../StopAbnormalTaskForUMCResponse.java} | 14 +- ...pAbnormalTaskWithSpecificDeviceForUMC.java | 130 + ...lTaskWithSpecificDeviceForUMCResponse.java | 64 + .../StopBlackHoleStrategyForUMC.java} | 14 +- .../StopBlackHoleStrategyForUMCResponse.java | 64 + ...opBypassManualTractionStrategyForUMC.java} | 46 +- ...sManualTractionStrategyForUMCResponse.java | 64 + .../java/com/dptech/dispose/package-info.java | 2 + .../umc/DdosGlobalIcmpFragForService.java | 119 - .../umc/DdosGlobalIcmpLengthForService.java | 147 - .../umc/DdosGlobalIcmpPayloadForService.java | 175 - .../umc/DdosGlobalOtherFragForService.java | 119 - .../umc/DdosGlobalSynFloodForService.java | 147 - .../umc/DdosGlobalTcpFlagForService.java | 91 - .../umc/DdosGlobalTcpFragForService.java | 119 - .../umc/DdosGlobalTcpLengthForService.java | 399 - .../umc/DdosGlobalTcpStateForService.java | 119 - .../umc/DdosGlobalUdpFragForService.java | 119 - .../umc/DdosGlobalUdpLengthForService.java | 147 - .../umc/DdosGlobalUdpPayloadForService.java | 203 - .../umc/DdosHttpGetSipCusProV4ForService.java | 175 - .../umc/DdosHttpGetSipGloProV4ForService.java | 175 - .../umc/DdosHttpGetUriCusProV4ForService.java | 175 - .../umc/DdosHttpGetUriGloProV4ForService.java | 147 - .../DelDdosACProtectionForUMCResponse.java | 64 - .../DelDdosCCuserGroupV4ForUMCResponse.java | 64 - .../DelDdosDnsRetryProtectForUMCResponse.java | 64 - .../umc/DelDdosHttpGetSipGloProV4ForUMC.java | 92 - .../umc/DelDdosHttpGetUriCusProV4ForUMC.java | 92 - .../umc/DelDdosHttpGetUriGloProV4ForUMC.java | 92 - .../umc/DelDnsDomainCustomV4ForUMC.java | 92 - .../DelDnsDomainCustomV4ForUMCResponse.java | 64 - .../umc/DelDnsDomainGlobalV4ForUMC.java | 92 - .../DelDnsDomainGlobalV4ForUMCResponse.java | 64 - ...DelDnsSecDomainCustomV4ForUMCResponse.java | 64 - .../umc/DelDnsSecDomainGlobalV4ForUMC.java | 92 - ...DelDnsSecDomainGlobalV4ForUMCResponse.java | 64 - .../dptech/umc/DelDnsSipCustomV4ForUMC.java | 92 - .../dptech/umc/DelDnsSipGlobalV4ForUMC.java | 92 - .../umc/DelDnsSipGlobalV4ForUMCResponse.java | 64 - .../dptech/umc/DelFingerprintIcmpForUMC.java | 92 - .../umc/DelFingerprintIcmpForUMCResponse.java | 64 - .../dptech/umc/DelFingerprintOtherForUMC.java | 92 - .../DelFingerprintOtherForUMCResponse.java | 64 - .../dptech/umc/DelFingerprintTcpForUMC.java | 92 - .../umc/DelFingerprintTcpForUMCResponse.java | 64 - .../dptech/umc/DelFingerprintUdpForUMC.java | 92 - .../umc/DelFingerprintUdpForUMCResponse.java | 64 - ...nomalyDetectionStrategyForUMCResponse.java | 64 - .../DeleteDetectionObjectForUMCResponse.java | 64 - .../umc/DeleteProtectionObjectForUMC.java | 64 - .../DeleteProtectionObjectForUMCResponse.java | 64 - ...ProtectionObjectIPRangeForUMCResponse.java | 64 - .../umc/DnsDomainCustomV4ForService.java | 175 - .../umc/DnsDomainGlobalV4ForService.java | 147 - .../umc/DnsSecDomainCustomV4ForService.java | 175 - .../umc/DnsSecDomainGlobalV4ForService.java | 147 - .../dptech/umc/DnsSipCustomV4ForService.java | 203 - .../dptech/umc/DnsSipGlobalV4ForService.java | 147 - .../dptech/umc/FingerprintIcmpForService.java | 735 -- 259 files changed, 23963 insertions(+), 6901 deletions(-) create mode 100644 src/main/java/com/dispose/config/EncodingFilterConfig.java create mode 100644 src/main/java/com/dispose/controller/AuthController.java create mode 100644 src/main/java/com/dispose/manager/UserAccountCacheManager.java create mode 100644 src/main/java/com/dispose/manager/impl/UserAccountCacheManagerImpl.java create mode 100644 src/main/java/com/dispose/mapper/UserAccountMapper.java create mode 100644 src/main/java/com/dispose/pojo/dto/ProtocolDTO.java create mode 100644 src/main/java/com/dispose/pojo/dto/ProtocolReqDTO.java create mode 100644 src/main/java/com/dispose/pojo/dto/ProtocolRespDTO.java create mode 100644 src/main/java/com/dispose/pojo/entity/UserAccount.java create mode 100644 src/main/java/com/dispose/pojo/po/MReturnType.java create mode 100644 src/main/java/com/dispose/pojo/po/ReturnStatus.java create mode 100644 src/main/java/com/dispose/pojo/po/UserAccountCache.java create mode 100644 src/main/java/com/dispose/pojo/vo/auth/LoginReq.java create mode 100644 src/main/java/com/dispose/pojo/vo/auth/LoginRsp.java create mode 100644 src/main/java/com/dispose/pojo/vo/auth/LogoutRsp.java create mode 100644 src/main/java/com/dispose/service/UserAccountService.java create mode 100644 src/main/java/com/dispose/service/impl/UserAccountServiceImpl.java rename src/main/java/com/dptech/{umc/DeleteDetectionObjectForUMC.java => dispose/GeDnsDomainCustomV4TFromUMC.java} (60%) create mode 100644 src/main/java/com/dptech/dispose/GeDnsDomainCustomV4TFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetAllAnomalyDetectionStrategyFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetAllAnomalyDetectionStrategyFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetAllBlackAndWhiteListFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetAllBlackAndWhiteListFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetAllBlackHoleAutoStrategyFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetAllBlackHoleAutoStrategyFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetAllBlackHoleManualStrategyFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetAllBlackHoleManualStrategyFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetAllBypassManualTractionStrategyFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetAllBypassManualTractionStrategyFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetAllCompleteAnomalyDetectionStrategyFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetAllCompleteAnomalyDetectionStrategyFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetAllDetectDevices.java rename src/main/java/com/dptech/{umc/DelBlackAndWhiteListProtection.java => dispose/GetAllDetectDevicesResponse.java} (62%) create mode 100644 src/main/java/com/dptech/dispose/GetAllDetectionObjectFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetAllDetectionObjectFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetAllProtectDevices.java rename src/main/java/com/dptech/{umc/DelDnsSipCustomV4ForUMCResponse.java => dispose/GetAllProtectDevicesResponse.java} (61%) create mode 100644 src/main/java/com/dptech/dispose/GetAllProtectionObjectFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetAllProtectionObjectFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetAllProtectionStrategyTemplateFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetAllProtectionStrategyTemplateFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetAllProtectionTargetWithStrategyAssociationRelationshipForUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetAllProtectionTargetWithStrategyAssociationRelationshipForUMCResponse.java rename src/main/java/com/dptech/{umc/DelAnomalyDetectionStrategyForUMC.java => dispose/GetAnomalyDetectionStrategyFromUMC.java} (78%) create mode 100644 src/main/java/com/dptech/dispose/GetAnomalyDetectionStrategyFromUMCResponse.java rename src/main/java/com/dptech/{umc/DeleteCompleteAnomalyDetectionStrategyForUMC.java => dispose/GetCompleteAnomalyDetectionStrategyFromUMC.java} (78%) create mode 100644 src/main/java/com/dptech/dispose/GetCompleteAnomalyDetectionStrategyFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosACProtectionFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosACProtectionFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosCCuserGroupV4FromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosCCuserGroupV4FromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosDnsRetryProtectFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosDnsRetryProtectFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalAckPayloadFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalAckPayloadFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalIcmpFragFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalIcmpFragFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalIcmpLengthFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalIcmpLengthFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalIcmpPayloadFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalIcmpPayloadFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalOtherFragFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalOtherFragFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalSynFloodFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalSynFloodFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalTcpFlagFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalTcpFlagFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalTcpFragFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalTcpFragFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalTcpLengthFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalTcpLengthFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalTcpStateFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalTcpStateFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalUdpFragFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalUdpFragFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalUdpLengthFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalUdpLengthFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalUdpPayloadFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosGlobalUdpPayloadFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosHttpGetSipCusProV4FromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosHttpGetSipCusProV4FromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosHttpGetSipGloProV4FromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosHttpGetSipGloProV4FromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosHttpGetUriCusProV4FromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosHttpGetUriCusProV4FromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosHttpGetUriGloProV4FromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDdosHttpGetUriGloProV4FromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDnsDomainGlobalV4FromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDnsDomainGlobalV4FromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDnsSecDomainCustomV4FromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDnsSecDomainCustomV4FromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDnsSecDomainGlobalV4FromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDnsSecDomainGlobalV4FromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDnsSipCustomV4FromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDnsSipCustomV4FromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetDnsSipGlobalV4FromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetDnsSipGlobalV4FromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetFingerprintIcmpFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetFingerprintIcmpFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetFingerprintOtherFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetFingerprintOtherFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetFingerprintTcpFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetFingerprintTcpFromUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/GetFingerprintUdpFromUMC.java create mode 100644 src/main/java/com/dptech/dispose/GetFingerprintUdpFromUMCResponse.java rename src/main/java/com/dptech/{umc/DisableProtectionStrategyTemplateForUMC.java => dispose/LinkProtectionStrategyTemplateForUMC.java} (81%) create mode 100644 src/main/java/com/dptech/dispose/LinkProtectionStrategyTemplateForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/ModACProtectionForUMC.java rename src/main/java/com/dptech/{umc/DelBlackAndWhiteListProtectionResponse.java => dispose/ModACProtectionForUMCResponse.java} (80%) create mode 100644 src/main/java/com/dptech/dispose/ModBlackAndWhiteListProtection.java create mode 100644 src/main/java/com/dptech/dispose/ModBlackAndWhiteListProtectionResponse.java create mode 100644 src/main/java/com/dptech/dispose/ModBlackHoleAutoStrategyForUMC.java create mode 100644 src/main/java/com/dptech/dispose/ModBlackHoleAutoStrategyForUMCResponse.java rename src/main/java/com/dptech/{umc/DeleteProtectionObjectIPRangeForUMC.java => dispose/ModBlackHoleManualStrategyForUMC.java} (56%) create mode 100644 src/main/java/com/dptech/dispose/ModBlackHoleManualStrategyForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/ModBypassManualTractionStrategyForUMC.java create mode 100644 src/main/java/com/dptech/dispose/ModBypassManualTractionStrategyForUMCResponse.java rename src/main/java/com/dptech/{umc/DelDdosHttpGetSipCusProV4ForUMC.java => dispose/ModDdosCCuserGroupV4ForUMC.java} (80%) create mode 100644 src/main/java/com/dptech/dispose/ModDdosCCuserGroupV4ForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/ModDdosDnsRetryProtectForUMC.java create mode 100644 src/main/java/com/dptech/dispose/ModDdosDnsRetryProtectForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/ModDdosHttpGetSipCusProV4ForUMC.java rename src/main/java/com/dptech/{umc/DelDdosHttpGetSipCusProV4ForUMCResponse.java => dispose/ModDdosHttpGetSipCusProV4ForUMCResponse.java} (79%) create mode 100644 src/main/java/com/dptech/dispose/ModDdosHttpGetSipGloProV4ForUMC.java rename src/main/java/com/dptech/{umc/DelDdosHttpGetSipGloProV4ForUMCResponse.java => dispose/ModDdosHttpGetSipGloProV4ForUMCResponse.java} (79%) create mode 100644 src/main/java/com/dptech/dispose/ModDdosHttpGetUriCusProV4ForUMC.java rename src/main/java/com/dptech/{umc/DelDdosHttpGetUriCusProV4ForUMCResponse.java => dispose/ModDdosHttpGetUriCusProV4ForUMCResponse.java} (79%) create mode 100644 src/main/java/com/dptech/dispose/ModDdosHttpGetUriGloProV4ForUMC.java rename src/main/java/com/dptech/{umc/DelDdosHttpGetUriGloProV4ForUMCResponse.java => dispose/ModDdosHttpGetUriGloProV4ForUMCResponse.java} (79%) create mode 100644 src/main/java/com/dptech/dispose/ModDnsDomainCustomV4ForUMC.java create mode 100644 src/main/java/com/dptech/dispose/ModDnsDomainCustomV4ForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/ModDnsDomainGlobalV4ForUMC.java create mode 100644 src/main/java/com/dptech/dispose/ModDnsDomainGlobalV4ForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/ModDnsSecDomainCustomV4ForUMC.java create mode 100644 src/main/java/com/dptech/dispose/ModDnsSecDomainCustomV4ForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/ModDnsSecDomainGlobalV4ForUMC.java create mode 100644 src/main/java/com/dptech/dispose/ModDnsSecDomainGlobalV4ForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/ModDnsSipCustomV4ForUMC.java rename src/main/java/com/dptech/{umc/DelAnomalyDetectionStrategyForUMCResponse.java => dispose/ModDnsSipCustomV4ForUMCResponse.java} (79%) create mode 100644 src/main/java/com/dptech/dispose/ModDnsSipGlobalV4ForUMC.java rename src/main/java/com/dptech/{umc/DelBypassManualTractionStrategyForUMCResponse.java => dispose/ModDnsSipGlobalV4ForUMCResponse.java} (79%) create mode 100644 src/main/java/com/dptech/dispose/ModFingerprintIcmpForUMC.java create mode 100644 src/main/java/com/dptech/dispose/ModFingerprintIcmpForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/ModFingerprintOtherForUMC.java create mode 100644 src/main/java/com/dptech/dispose/ModFingerprintOtherForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/ModFingerprintTcpForUMC.java create mode 100644 src/main/java/com/dptech/dispose/ModFingerprintTcpForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/ModFingerprintUdpForUMC.java create mode 100644 src/main/java/com/dptech/dispose/ModFingerprintUdpForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/ModifyDetectionObjectForUMC.java create mode 100644 src/main/java/com/dptech/dispose/ModifyDetectionObjectForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/ModifyProtectionObjectForUMC.java create mode 100644 src/main/java/com/dptech/dispose/ModifyProtectionObjectForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/NtcRequestResultInfo.java create mode 100644 src/main/java/com/dptech/dispose/ObjectFactory.java rename src/main/java/com/dptech/{umc/DetectionObjectDataForService.java => dispose/ProtectionObjectDataForService.java} (75%) create mode 100644 src/main/java/com/dptech/dispose/ProtectionStrategyTemplateForService.java create mode 100644 src/main/java/com/dptech/dispose/ProtectionTargetWithStrategyForService.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalAckPayloadForUMC.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalAckPayloadForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalIcmpFragForUMC.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalIcmpFragForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalIcmpLengthForUMC.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalIcmpLengthForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalIcmpPayloadForUMC.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalIcmpPayloadForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalOtherFragForUMC.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalOtherFragForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalSynFloodForUMC.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalSynFloodForUMCResponse.java rename src/main/java/com/dptech/{umc/DelDdosACProtectionForUMC.java => dispose/SetDdosGlobalTcpFlagForUMC.java} (66%) create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalTcpFlagForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalTcpFragForUMC.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalTcpFragForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalTcpLengthForUMC.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalTcpLengthForUMCResponse.java rename src/main/java/com/dptech/{umc/DelDnsSecDomainCustomV4ForUMC.java => dispose/SetDdosGlobalTcpStateForUMC.java} (52%) create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalTcpStateForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalUdpFragForUMC.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalUdpFragForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalUdpLengthForUMC.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalUdpLengthForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalUdpPayloadForUMC.java create mode 100644 src/main/java/com/dptech/dispose/SetDdosGlobalUdpPayloadForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/StartAbnormalTaskForUMC.java create mode 100644 src/main/java/com/dptech/dispose/StartAbnormalTaskForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/StartAbnormalTaskWithSpecificDeviceForUMC.java create mode 100644 src/main/java/com/dptech/dispose/StartAbnormalTaskWithSpecificDeviceForUMCResponse.java rename src/main/java/com/dptech/{umc/DelBlackHoleStrategyForUMC.java => dispose/StartBlackHoleStrategyForUMC.java} (79%) create mode 100644 src/main/java/com/dptech/dispose/StartBlackHoleStrategyForUMCResponse.java rename src/main/java/com/dptech/{umc/DelDdosCCuserGroupV4ForUMC.java => dispose/StartBypassManualTractionStrategyForUMC.java} (53%) rename src/main/java/com/dptech/{umc/DisableProtectionStrategyTemplateForUMCResponse.java => dispose/StartBypassManualTractionStrategyForUMCResponse.java} (78%) create mode 100644 src/main/java/com/dptech/dispose/StopAbnormalTaskForUMC.java rename src/main/java/com/dptech/{umc/DelBlackHoleStrategyForUMCResponse.java => dispose/StopAbnormalTaskForUMCResponse.java} (79%) create mode 100644 src/main/java/com/dptech/dispose/StopAbnormalTaskWithSpecificDeviceForUMC.java create mode 100644 src/main/java/com/dptech/dispose/StopAbnormalTaskWithSpecificDeviceForUMCResponse.java rename src/main/java/com/dptech/{umc/DelBypassManualTractionStrategyForUMC.java => dispose/StopBlackHoleStrategyForUMC.java} (79%) create mode 100644 src/main/java/com/dptech/dispose/StopBlackHoleStrategyForUMCResponse.java rename src/main/java/com/dptech/{umc/DelDdosDnsRetryProtectForUMC.java => dispose/StopBypassManualTractionStrategyForUMC.java} (53%) create mode 100644 src/main/java/com/dptech/dispose/StopBypassManualTractionStrategyForUMCResponse.java create mode 100644 src/main/java/com/dptech/dispose/package-info.java delete mode 100644 src/main/java/com/dptech/umc/DdosGlobalIcmpFragForService.java delete mode 100644 src/main/java/com/dptech/umc/DdosGlobalIcmpLengthForService.java delete mode 100644 src/main/java/com/dptech/umc/DdosGlobalIcmpPayloadForService.java delete mode 100644 src/main/java/com/dptech/umc/DdosGlobalOtherFragForService.java delete mode 100644 src/main/java/com/dptech/umc/DdosGlobalSynFloodForService.java delete mode 100644 src/main/java/com/dptech/umc/DdosGlobalTcpFlagForService.java delete mode 100644 src/main/java/com/dptech/umc/DdosGlobalTcpFragForService.java delete mode 100644 src/main/java/com/dptech/umc/DdosGlobalTcpLengthForService.java delete mode 100644 src/main/java/com/dptech/umc/DdosGlobalTcpStateForService.java delete mode 100644 src/main/java/com/dptech/umc/DdosGlobalUdpFragForService.java delete mode 100644 src/main/java/com/dptech/umc/DdosGlobalUdpLengthForService.java delete mode 100644 src/main/java/com/dptech/umc/DdosGlobalUdpPayloadForService.java delete mode 100644 src/main/java/com/dptech/umc/DdosHttpGetSipCusProV4ForService.java delete mode 100644 src/main/java/com/dptech/umc/DdosHttpGetSipGloProV4ForService.java delete mode 100644 src/main/java/com/dptech/umc/DdosHttpGetUriCusProV4ForService.java delete mode 100644 src/main/java/com/dptech/umc/DdosHttpGetUriGloProV4ForService.java delete mode 100644 src/main/java/com/dptech/umc/DelDdosACProtectionForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DelDdosCCuserGroupV4ForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DelDdosDnsRetryProtectForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DelDdosHttpGetSipGloProV4ForUMC.java delete mode 100644 src/main/java/com/dptech/umc/DelDdosHttpGetUriCusProV4ForUMC.java delete mode 100644 src/main/java/com/dptech/umc/DelDdosHttpGetUriGloProV4ForUMC.java delete mode 100644 src/main/java/com/dptech/umc/DelDnsDomainCustomV4ForUMC.java delete mode 100644 src/main/java/com/dptech/umc/DelDnsDomainCustomV4ForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DelDnsDomainGlobalV4ForUMC.java delete mode 100644 src/main/java/com/dptech/umc/DelDnsDomainGlobalV4ForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DelDnsSecDomainCustomV4ForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DelDnsSecDomainGlobalV4ForUMC.java delete mode 100644 src/main/java/com/dptech/umc/DelDnsSecDomainGlobalV4ForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DelDnsSipCustomV4ForUMC.java delete mode 100644 src/main/java/com/dptech/umc/DelDnsSipGlobalV4ForUMC.java delete mode 100644 src/main/java/com/dptech/umc/DelDnsSipGlobalV4ForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DelFingerprintIcmpForUMC.java delete mode 100644 src/main/java/com/dptech/umc/DelFingerprintIcmpForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DelFingerprintOtherForUMC.java delete mode 100644 src/main/java/com/dptech/umc/DelFingerprintOtherForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DelFingerprintTcpForUMC.java delete mode 100644 src/main/java/com/dptech/umc/DelFingerprintTcpForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DelFingerprintUdpForUMC.java delete mode 100644 src/main/java/com/dptech/umc/DelFingerprintUdpForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DeleteCompleteAnomalyDetectionStrategyForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DeleteDetectionObjectForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DeleteProtectionObjectForUMC.java delete mode 100644 src/main/java/com/dptech/umc/DeleteProtectionObjectForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DeleteProtectionObjectIPRangeForUMCResponse.java delete mode 100644 src/main/java/com/dptech/umc/DnsDomainCustomV4ForService.java delete mode 100644 src/main/java/com/dptech/umc/DnsDomainGlobalV4ForService.java delete mode 100644 src/main/java/com/dptech/umc/DnsSecDomainCustomV4ForService.java delete mode 100644 src/main/java/com/dptech/umc/DnsSecDomainGlobalV4ForService.java delete mode 100644 src/main/java/com/dptech/umc/DnsSipCustomV4ForService.java delete mode 100644 src/main/java/com/dptech/umc/DnsSipGlobalV4ForService.java delete mode 100644 src/main/java/com/dptech/umc/FingerprintIcmpForService.java diff --git a/.idea/misc.xml b/.idea/misc.xml index 920df0a2..a8386a63 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -12,5 +12,5 @@ - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index a5ca4f32..b67dcb9b 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 0.0.4 - com.cmcc.hy.aq + com.dispose phoenix-boot 1.0.0 phoenix-boot diff --git a/src/main/java/com/dispose/PhoenixBootApplication.java b/src/main/java/com/dispose/PhoenixBootApplication.java index 9c7246b0..41161a4e 100644 --- a/src/main/java/com/dispose/PhoenixBootApplication.java +++ b/src/main/java/com/dispose/PhoenixBootApplication.java @@ -21,7 +21,7 @@ import tk.mybatis.spring.annotation.MapperScan; @EnableScheduling @EnableAspectJAutoProxy @EnableTransactionManagement -@MapperScan(basePackages = { "com.cmcc.dispose.mapper" }) +@MapperScan(basePackages = { "com.dispose.mapper" }) @Slf4j public class PhoenixBootApplication { diff --git a/src/main/java/com/dispose/common/ConstValue.java b/src/main/java/com/dispose/common/ConstValue.java index 210edee7..2e72fa9c 100644 --- a/src/main/java/com/dispose/common/ConstValue.java +++ b/src/main/java/com/dispose/common/ConstValue.java @@ -4,6 +4,9 @@ public class ConstValue { public class GlobalConfigure { public static final int TOKEN_TIMEOUT_MS = 30 * 60 * 1000; public static final int ALLOW_PWD_ERR_TIMES = 5; + public static final boolean IS_SKIP_TIMEOUT_CHECK = true; + public static final boolean IS_VERIFY_TOKEN = false; + public static final long TOKEN_EXPIRED_TIME_MS = 1000 * 60 * 60; } public class SOAPWrapperConst { @@ -15,7 +18,7 @@ public class ConstValue { public class Protocol { public static final int RESP_CMD_BASE = 10000; - public static final int VERSION = 1; + public static final int VERSION = 2; public static final int CRYPTO_NONE = 0; public static final int CRYPTO_BASE64 = 1; public static final int CRYPTO_AES256 = 2; @@ -49,8 +52,8 @@ public class ConstValue { } public enum DisposeDeviceType { - DPTECH_UMC (0, "集中能力管理平台"), - HAOHAN_PLATFORM (1, "处置设备"); + DPTECH_UMC (0, "迪普UMC管理平台"), + HAOHAN_PLATFORM (1, "浩瀚处置设备"); private int code; private String readme; diff --git a/src/main/java/com/dispose/common/ErrorCode.java b/src/main/java/com/dispose/common/ErrorCode.java index 90acb806..c8c73c91 100644 --- a/src/main/java/com/dispose/common/ErrorCode.java +++ b/src/main/java/com/dispose/common/ErrorCode.java @@ -17,7 +17,7 @@ public enum ErrorCode { ERR_PERMISSION (10, "操作员权限不足"), ERR_REQTIMEOUT (11, "请求超时"), ERR_PARAMS (12, "参数错误"), - ERR_EXCEPTION (13, "系统异常"), + ERR_SYSTEMEXCEPTION (13, "系统异常"), ERR_UNKNOWNCMD (14, "未知命令"), ERR_LOGOUT (15, "用户未登录"), ERR_TOKENTIMEOUT (16, "Token超时"), @@ -25,6 +25,8 @@ public enum ErrorCode { ERR_MISSAUTHHEAD (18, "Http 请求缺少认证头部"), ERR_NOSUCHDEVICE (19, "没有这个设备"), ERR_DEVICEEXISTS (20, "设备已经存在"), + ERR_PARAMEXCEPTION (21, "参数异常"), + ERR_VERSION (23, "协议版本不兼容,请升级系统"), ; private int errno; diff --git a/src/main/java/com/dispose/config/EncodingFilterConfig.java b/src/main/java/com/dispose/config/EncodingFilterConfig.java new file mode 100644 index 00000000..1b813dee --- /dev/null +++ b/src/main/java/com/dispose/config/EncodingFilterConfig.java @@ -0,0 +1,19 @@ +package com.dispose.config; + +import org.springframework.boot.web.servlet.FilterRegistrationBean; +import org.springframework.context.annotation.Bean; +import org.springframework.context.annotation.Configuration; +import org.springframework.web.filter.CharacterEncodingFilter; + +@Configuration +public class EncodingFilterConfig { + @Bean + public FilterRegistrationBean filterRegistrationBean() { + FilterRegistrationBean registrationBean = new FilterRegistrationBean(); + CharacterEncodingFilter characterEncodingFilter = new CharacterEncodingFilter(); + characterEncodingFilter.setForceEncoding(true); + characterEncodingFilter.setEncoding("UTF-8"); + registrationBean.setFilter(characterEncodingFilter); + return registrationBean; + } +} diff --git a/src/main/java/com/dispose/controller/AuthController.java b/src/main/java/com/dispose/controller/AuthController.java new file mode 100644 index 00000000..83efca5a --- /dev/null +++ b/src/main/java/com/dispose/controller/AuthController.java @@ -0,0 +1,102 @@ +package com.dispose.controller; + +import com.dispose.common.ConstValue; +import com.dispose.common.ErrorCode; +import com.dispose.pojo.dto.ProtocolReqDTO; +import com.dispose.pojo.dto.ProtocolRespDTO; +import com.dispose.pojo.po.MReturnType; +import com.dispose.pojo.vo.auth.LoginReq; +import com.dispose.pojo.vo.auth.LoginRsp; +import com.dispose.pojo.vo.auth.LogoutRsp; +import com.dispose.service.UserAccountService; +import com.fasterxml.jackson.core.JsonProcessingException; +import com.fasterxml.jackson.databind.ObjectMapper; +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiOperation; +import lombok.Builder; +import lombok.extern.slf4j.Slf4j; +import org.springframework.http.HttpHeaders; +import org.springframework.stereotype.Component; +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.*; + +import javax.annotation.Resource; +import java.security.NoSuchAlgorithmException; + +@Controller +@RequestMapping(value = "/handle") +@Slf4j +@Api(value = "抗DDoS处置平台认证接口", tags = "抗DDoS处置平台认证接口") +@Component +public class AuthController { + @Resource + private ObjectMapper objectMapper; + + @Resource + private UserAccountService userAccountService; + + @PostMapping("/login") + @ResponseBody + @ApiOperation("登录") + @Builder + public ProtocolRespDTO userLogin(@RequestBody ProtocolReqDTO mr) + throws JsonProcessingException, NoSuchAlgorithmException { + ErrorCode err = mr.verifyRequest(); + + if(err != ErrorCode.ERR_OK) { + return ProtocolRespDTO.result(err); + } + + LoginReq reqInfo = mr.getRequestObjects(LoginReq.class); + + + + MReturnType ret = userAccountService.loginService(reqInfo.getUserName(), reqInfo.getPassword()); + + if(ret.getFirstParam() != ErrorCode.ERR_OK) { + return ProtocolRespDTO.result(ret.getFirstParam()); + } + + LoginRsp rspInfo = LoginRsp.builder() + .userName(reqInfo.getUserName()) + .token(ret.getSecondParam()) + .logTime(System.currentTimeMillis()) + .expireTime(System.currentTimeMillis() + ConstValue.GlobalConfigure.TOKEN_EXPIRED_TIME_MS) + .build(); + + return ProtocolRespDTO.result(ErrorCode.ERR_OK, rspInfo); + } + + @PostMapping("/logout") + @ResponseBody + @ApiOperation("注销") + @Builder + public ProtocolRespDTO userLogout(@RequestBody ProtocolReqDTO mr, + @RequestHeader HttpHeaders headers) + throws JsonProcessingException { + + ErrorCode err = mr.verifyRequest(headers); + + if(err != ErrorCode.ERR_OK) { + return ProtocolRespDTO.result(err); + } + + LoginReq reqInfo = mr.getRequestObjects(LoginReq.class); + + err = userAccountService.logoutService(reqInfo.getUserName(), + mr.getAuthToken(headers)); + + if(err != ErrorCode.ERR_OK) { + return ProtocolRespDTO.result(err); + } + + LogoutRsp rspInfo = LogoutRsp.builder() + .userName(reqInfo.getUserName()) + .build(); + + rspInfo.setStatus(ErrorCode.ERR_OK.getCode()); + rspInfo.setMessage(ErrorCode.ERR_OK.getMsg()); + + return ProtocolRespDTO.result(ErrorCode.ERR_OK, rspInfo); + } +} diff --git a/src/main/java/com/dispose/exception/GlobalExceptionHandler.java b/src/main/java/com/dispose/exception/GlobalExceptionHandler.java index 220e7e02..7744d197 100644 --- a/src/main/java/com/dispose/exception/GlobalExceptionHandler.java +++ b/src/main/java/com/dispose/exception/GlobalExceptionHandler.java @@ -1,14 +1,15 @@ package com.dispose.exception; -import java.util.HashMap; -import java.util.Map; import java.util.Set; import javax.servlet.http.HttpServletRequest; import javax.validation.ConstraintViolation; import javax.validation.ConstraintViolationException; -import org.apache.commons.lang3.exception.ExceptionUtils; +import com.dispose.common.ConstValue; +import com.dispose.common.ErrorCode; +import com.dispose.pojo.dto.ProtocolRespDTO; +import com.dispose.pojo.po.ReturnStatus; import org.springframework.web.bind.MethodArgumentNotValidException; import org.springframework.web.bind.MissingPathVariableException; import org.springframework.web.bind.annotation.ControllerAdvice; @@ -28,36 +29,36 @@ import lombok.extern.slf4j.Slf4j; @Slf4j public class GlobalExceptionHandler { + @ExceptionHandler(Throwable.class) + @ResponseBody + public ProtocolRespDTO handleException(HttpServletRequest request, Throwable e) { + log.error("进入全局异常处理", e); + ProtocolRespDTO resp = new ProtocolRespDTO(); + ErrorCode err = ErrorCode.ERR_SYSTEMEXCEPTION; + resp.setVer(ConstValue.Protocol.VERSION); + resp.setCode(err.getHttpCode()); + resp.setCryptoType(ConstValue.Protocol.CRYPTO_NONE); + resp.setTimeStamp(System.currentTimeMillis()); + resp.setMsgContent((new ReturnStatus(err.getCode(), err.getMsg())).toString()); -// @ExceptionHandler(Throwable.class) -// @ResponseBody -// public MyResp handleException(HttpServletRequest request, Throwable e) { -// log.error("进入全局异常处理", e); -// Map map = new HashMap<>(2); -// map.put("url", request.getRequestURL().toString()); -// map.put("exception", ExceptionUtils.getMessage(e)); -// return MyResp.builder().code(Resp.ERROR.getCode()).msg(Resp.ERROR.getMsg()).data(map).build(); -// } -// -// @ExceptionHandler(Exception.class) -// @ResponseBody -// public MyResp paramException(HttpServletRequest request, Exception e) { -// log.error("进入参数校验异常处理", e); -// StringBuffer errorMsg = new StringBuffer(); -// if (e instanceof ConstraintViolationException) { -// Set> cves = ((ConstraintViolationException) e).getConstraintViolations(); -// cves.forEach(ex -> errorMsg.append(ex.getMessage())); -// } else if (e instanceof MissingPathVariableException) { -// errorMsg.append("请检查参数 " + ((MissingPathVariableException) e).getVariableName()); -// } else if (e instanceof MethodArgumentNotValidException) { -// errorMsg.append( -// ((MethodArgumentNotValidException) e).getBindingResult().getAllErrors().get(0).getDefaultMessage()); -// } else { -// log.error("请求异常", e); -// errorMsg.append("参数异常"); -// } -// return MyResp.builder().code(Resp.PARAM_ERROR.getCode()).msg(errorMsg.toString()).build(); -// } + return resp; + } + @ExceptionHandler(Exception.class) + @ResponseBody + public ProtocolRespDTO paramException(HttpServletRequest request, Exception e) { + log.error("进入参数校验异常处理", e); + + ProtocolRespDTO resp = new ProtocolRespDTO(); + ErrorCode err = ErrorCode.ERR_PARAMEXCEPTION; + + resp.setVer(ConstValue.Protocol.VERSION); + resp.setCode(err.getHttpCode()); + resp.setCryptoType(ConstValue.Protocol.CRYPTO_NONE); + resp.setTimeStamp(System.currentTimeMillis()); + resp.setMsgContent((new ReturnStatus(err.getCode(), err.getMsg())).toString()); + + return resp; + } } diff --git a/src/main/java/com/dispose/manager/UserAccountCacheManager.java b/src/main/java/com/dispose/manager/UserAccountCacheManager.java new file mode 100644 index 00000000..ec954166 --- /dev/null +++ b/src/main/java/com/dispose/manager/UserAccountCacheManager.java @@ -0,0 +1,20 @@ +package com.dispose.manager; + +import com.dispose.common.ErrorCode; +import com.dispose.pojo.entity.UserAccount; +import com.dispose.pojo.po.UserAccountCache; +import com.fasterxml.jackson.core.JsonProcessingException; + +import java.security.NoSuchAlgorithmException; + +public interface UserAccountCacheManager { + String getUserToken(String username) throws NoSuchAlgorithmException; + int getUsrPwdErrTimes(String username); + void setUserPwdErrTimes(String username, Integer errTimes); + void cleanUserToken(String username); + ErrorCode verifyUserLogin(String username, String token); + ErrorCode verifyToken(String token); + String getUsernameByToken(String token); + + String getCacheUser() throws JsonProcessingException; +} diff --git a/src/main/java/com/dispose/manager/impl/UserAccountCacheManagerImpl.java b/src/main/java/com/dispose/manager/impl/UserAccountCacheManagerImpl.java new file mode 100644 index 00000000..d29ac6dd --- /dev/null +++ b/src/main/java/com/dispose/manager/impl/UserAccountCacheManagerImpl.java @@ -0,0 +1,187 @@ +package com.dispose.manager.impl; + +import cn.hutool.core.convert.Convert; +import com.dispose.common.ConstValue; +import com.dispose.common.ErrorCode; +import com.dispose.manager.UserAccountCacheManager; +import com.dispose.pojo.entity.UserAccount; +import com.dispose.pojo.po.UserAccountCache; +import com.fasterxml.jackson.core.JsonProcessingException; +import com.fasterxml.jackson.databind.ObjectMapper; +import lombok.extern.slf4j.Slf4j; +import org.apache.commons.codec.binary.Hex; +import org.springframework.stereotype.Component; + +import javax.annotation.Resource; +import java.security.MessageDigest; +import java.security.NoSuchAlgorithmException; +import java.util.Optional; +import java.util.Random; +import java.util.concurrent.ConcurrentHashMap; + +@Component +@Slf4j +public class UserAccountCacheManagerImpl implements UserAccountCacheManager { + @Resource + private ObjectMapper objectMapper; + + private final ConcurrentHashMap userAccountCache = new ConcurrentHashMap<>(); + + @Override + public String getUsernameByToken(String token) { + if(userAccountCache.containsKey(token)){ + return userAccountCache.get(token).getUsername(); + } + + return null; + } + + @Override + public ErrorCode verifyToken(String token) { + //userAccountMap + + if(!userAccountCache.containsKey(token)){ + return ErrorCode.ERR_LOGOUT; + } else { + UserAccountCache uc = userAccountCache.get(token); + + if((System.currentTimeMillis() - uc.getLastAccess()) + >= ConstValue.GlobalConfigure.TOKEN_TIMEOUT_MS) { + return ErrorCode.ERR_TOKENTIMEOUT; + } + + return ErrorCode.ERR_OK; + } + } + + @Override + public ErrorCode verifyUserLogin(String username, String token) { + Optional findRet = userAccountCache.values().stream() + .filter(userAccountCache -> username.equals(userAccountCache.getUsername())) + .findFirst(); + + if(!findRet.isPresent()) { + return ErrorCode.ERR_LOGOUT; + } + + UserAccountCache uc = findRet.get(); + + if(uc.getToken().length() == 0) { + return ErrorCode.ERR_LOGOUT; + } + + if((System.currentTimeMillis() - uc.getLastAccess()) + >= ConstValue.GlobalConfigure.TOKEN_TIMEOUT_MS) + { + return ErrorCode.ERR_TOKENTIMEOUT; + } + + if(!uc.getToken().equals(token)) { + return ErrorCode.ERR_TOKENNOTFOUND; + } + + return ErrorCode.ERR_OK; + } + + @Override + public String getCacheUser() throws JsonProcessingException { + return objectMapper.writeValueAsString(userAccountCache); + } + + @Override + public void cleanUserToken(String username) { + Optional findRet = userAccountCache.values().stream() + .filter(userAccountCache -> username.equals(userAccountCache.getUsername())) + .findFirst(); + + if(findRet.isPresent()) { + UserAccountCache uc = findRet.get(); + userAccountCache.remove(uc.getToken()); + } + } + + @Override + public int getUsrPwdErrTimes(String username) { + Optional findRet = userAccountCache.values().stream() + .filter(userAccountCache -> username.equals(userAccountCache.getUsername())) + .findFirst(); + + if(findRet.isPresent()) { + UserAccountCache uc = findRet.get(); + return uc.getPwdErrTimes(); + } else { + UserAccountCache uc = UserAccountCache.builder() + .username(username) + .token("") + .lastAccess(System.currentTimeMillis()) + .pwdErrTimes(0) + .lastAccess(System.currentTimeMillis()).build(); + + userAccountCache.put(uc.getToken(), uc); + return 0; + } + } + + @Override + public void setUserPwdErrTimes(String username, Integer errTimes) { + Optional findRet = userAccountCache.values().stream() + .filter(userAccountCache -> username.equals(userAccountCache.getUsername())) + .findFirst(); + + if(findRet.isPresent()) { + UserAccountCache uc = findRet.get(); + uc.setPwdErrTimes(Math.abs(errTimes)); + } + } + + @Override + public String getUserToken(String username) throws NoSuchAlgorithmException { + + Optional findRet = userAccountCache.values().stream() + .filter(userAccountCache -> username.equals(userAccountCache.getUsername())) + .findFirst(); + + if(findRet.isPresent()) { + UserAccountCache uc = findRet.get(); + + if((System.currentTimeMillis() - uc.getLastAccess()) + >= ConstValue.GlobalConfigure.TOKEN_TIMEOUT_MS + || uc.getToken().length() == 0) { + uc.setToken(createUserToken(username)); + log.info("Refresh {} Token:{}", username, uc.getToken()); + } else { + log.info("Get {} Token:{}", username, uc.getToken()); + } + + uc.setLastAccess(System.currentTimeMillis()); + + return uc.getToken(); + } else { + UserAccountCache uc = UserAccountCache.builder() + .username(username) + .token(createUserToken(username)) + .lastAccess(System.currentTimeMillis()) + .pwdErrTimes(0) + .lastAccess(System.currentTimeMillis()).build(); + + userAccountCache.put(uc.getToken(), uc); + + log.info("Create {} Token:{}", username, uc.getToken()); + + return uc.getToken(); + } + } + + private String createUserToken(String username) throws NoSuchAlgorithmException { + // 获取指定摘要算法的messageDigest对象 + MessageDigest messageDigest = MessageDigest.getInstance("SHA-256"); // 此处的sha代表sha1 + + String tokenKey = username + + Convert.toStr(new Random(System.currentTimeMillis()).nextInt()) + + Convert.toStr(System.currentTimeMillis()); + // 调用digest方法,进行加密操作 + byte[] cipherBytes = messageDigest.digest(tokenKey.getBytes()); + + return Hex.encodeHexString(cipherBytes); + } +} diff --git a/src/main/java/com/dispose/mapper/UserAccountMapper.java b/src/main/java/com/dispose/mapper/UserAccountMapper.java new file mode 100644 index 00000000..0cd16e24 --- /dev/null +++ b/src/main/java/com/dispose/mapper/UserAccountMapper.java @@ -0,0 +1,11 @@ +package com.dispose.mapper; + +import com.dispose.pojo.entity.UserAccount; +import org.apache.ibatis.annotations.Param; + +public interface UserAccountMapper { + UserAccount getUserByName(String username); + void lockUserAccount(@Param("username")String username); + void unlockUserAccount(@Param("username")String username); + void refreshLoginTime(@Param("username")String username); +} diff --git a/src/main/java/com/dispose/pojo/dto/ProtocolDTO.java b/src/main/java/com/dispose/pojo/dto/ProtocolDTO.java new file mode 100644 index 00000000..090bf451 --- /dev/null +++ b/src/main/java/com/dispose/pojo/dto/ProtocolDTO.java @@ -0,0 +1,48 @@ +package com.dispose.pojo.dto; + +import com.dispose.common.ConstValue; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonPropertyOrder; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +@Data +@NoArgsConstructor +@AllArgsConstructor +@ApiModel("通信协议实体") +public abstract class ProtocolDTO { + @ApiModelProperty(value="协议版本号", required = true, example = "1") + private int ver; + + @ApiModelProperty(value="msgContent字段内容编码格式:\n" + + "0:无编码格式,普通字符串\n" + + "1:base64编码格式\n" + + "2:采用AES加密后的base64编码格式\n", required = true, + allowableValues = "0, 1, 2", + example = "0") + private int cryptoType; + + @ApiModelProperty(value="当前UTC时间戳", required = true, example = "1526625689000") + private Long timeStamp; + + @ApiModelProperty(value="协议详细内容,Json字符串格式。\n" + + "保存该cmdId命令相关的详细内容,\n" + + "具体每个cmdId命令的详细内容参看对应的命令协议定义", required = false, + example = "{}") + private String msgContent; + + public Boolean IsRequestTimeout() { + + if(!ConstValue.GlobalConfigure.IS_SKIP_TIMEOUT_CHECK) { + Long current = System.currentTimeMillis(); + long timeDiff = current - this.timeStamp; + + return timeDiff > 0 && timeDiff <= 3000; + } + + return false; + } +} diff --git a/src/main/java/com/dispose/pojo/dto/ProtocolReqDTO.java b/src/main/java/com/dispose/pojo/dto/ProtocolReqDTO.java new file mode 100644 index 00000000..7dfe37d1 --- /dev/null +++ b/src/main/java/com/dispose/pojo/dto/ProtocolReqDTO.java @@ -0,0 +1,60 @@ +package com.dispose.pojo.dto; + +import com.dispose.common.ConstValue; +import com.dispose.common.ErrorCode; +import com.fasterxml.jackson.core.JsonProcessingException; +import com.fasterxml.jackson.databind.ObjectMapper; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; +import org.springframework.http.HttpHeaders; + +import java.util.Objects; + +import com.dispose.common.ErrorCode; + +@EqualsAndHashCode(callSuper = true) +@Data +@NoArgsConstructor +public class ProtocolReqDTO extends ProtocolDTO { + private static final ObjectMapper objMapper = new ObjectMapper(); + + public T getRequestObjects(Class objType) throws JsonProcessingException { + return objMapper.readValue(this.getMsgContent(), objType); + } + + public String getAuthToken(HttpHeaders headers) { + return Objects. + requireNonNull(headers.get("Authorization")) + .get(0).replaceFirst("Bearer ", ""); + } + + public ErrorCode verifyRequest(HttpHeaders headers) { + + if(headers == null) { + return ErrorCode.ERR_MISSAUTHHEAD; + } + + String token = getAuthToken(headers); + + if(token.length() == 0) { + return ErrorCode.ERR_MISSAUTHHEAD; + } + + if(this.getVer() < ConstValue.Protocol.VERSION) { + return ErrorCode.ERR_VERSION; + } + + return ErrorCode.ERR_OK; + } + + public ErrorCode verifyRequest() { + + if(this.getVer() < ConstValue.Protocol.VERSION) { + return ErrorCode.ERR_VERSION; + } + + return ErrorCode.ERR_OK; + } +} diff --git a/src/main/java/com/dispose/pojo/dto/ProtocolRespDTO.java b/src/main/java/com/dispose/pojo/dto/ProtocolRespDTO.java new file mode 100644 index 00000000..d6e2d18b --- /dev/null +++ b/src/main/java/com/dispose/pojo/dto/ProtocolRespDTO.java @@ -0,0 +1,64 @@ +package com.dispose.pojo.dto; + +import com.dispose.common.ConstValue; +import com.dispose.common.ErrorCode; +import com.dispose.pojo.po.ReturnStatus; +import com.fasterxml.jackson.annotation.JsonPropertyOrder; +import com.fasterxml.jackson.core.JsonProcessingException; +import com.fasterxml.jackson.databind.ObjectMapper; +import io.swagger.annotations.ApiModelProperty; + +import lombok.*; + +@EqualsAndHashCode(callSuper = true) +@Data +@Builder +@NoArgsConstructor +@AllArgsConstructor +@JsonPropertyOrder({"ver", "cryptoType", "timeStamp", "code", "msgContent"}) +public class ProtocolRespDTO extends ProtocolDTO { + + @ApiModelProperty(value="服务器返回状态码", required = false, + example = "200") + private int code; + + private static String getObjectJson(Object obj) throws JsonProcessingException { + ObjectMapper objectMapper = new ObjectMapper(); + + return objectMapper.writeValueAsString(obj); + } + + public static ProtocolRespDTO result(ErrorCode err) throws JsonProcessingException { + ObjectMapper objectMapper = new ObjectMapper(); + + ProtocolRespDTO resp = new ProtocolRespDTO(); + + resp.setVer(ConstValue.Protocol.VERSION); + resp.setCode(err.getHttpCode()); + resp.setCryptoType(ConstValue.Protocol.CRYPTO_NONE); + resp.setTimeStamp(System.currentTimeMillis()); + resp.setMsgContent(getObjectJson(new ReturnStatus(err.getCode(), err.getMsg()))); + + return resp; + } + + public static ProtocolRespDTO result(ErrorCode err, String respMsg) { + return result(err, respMsg, ConstValue.Protocol.CRYPTO_NONE); + } + + public static ProtocolRespDTO result(ErrorCode err, Object obj) throws JsonProcessingException { + return result(err, getObjectJson(obj), ConstValue.Protocol.CRYPTO_NONE); + } + + public static ProtocolRespDTO result(ErrorCode err, String respMsg, Integer crypto) { + ProtocolRespDTO resp = new ProtocolRespDTO(); + + resp.setVer(ConstValue.Protocol.VERSION); + resp.setCode(err.getHttpCode()); + resp.setCryptoType(ConstValue.Protocol.CRYPTO_NONE); + resp.setTimeStamp(System.currentTimeMillis()); + resp.setMsgContent(respMsg); + + return resp; + } +} diff --git a/src/main/java/com/dispose/pojo/entity/UserAccount.java b/src/main/java/com/dispose/pojo/entity/UserAccount.java new file mode 100644 index 00000000..e7b89859 --- /dev/null +++ b/src/main/java/com/dispose/pojo/entity/UserAccount.java @@ -0,0 +1,59 @@ +package com.dispose.pojo.entity; + +import lombok.*; +import tk.mybatis.mapper.annotation.KeySql; +import tk.mybatis.mapper.annotation.NameStyle; +import tk.mybatis.mapper.code.Style; + +import javax.persistence.Id; +import javax.persistence.Table; +import java.io.Serializable; + +@Getter +@Setter +@ToString +@NoArgsConstructor +@AllArgsConstructor +@Builder +@Table(name = "user_account") +@NameStyle(Style.normal) +public class UserAccount implements Serializable { + + /** + * The constant serialVersionUID. + */ + private static final long serialVersionUID = -1L; + + /** + * 账户唯一编号 + */ + @Id + @KeySql(useGeneratedKeys = true) + private Long id; + + /** + * 用户名 + */ + private String username; + + /** + * 密码, SHA256 + */ + private String password; + + /** + * 最后一次成功登录时间 + */ + private String lastLoginTime; + + + /** + * 账户锁定时间 + */ + private String lockTime; + + /** + * 账户状态 + */ + private Integer status; +} diff --git a/src/main/java/com/dispose/pojo/po/MReturnType.java b/src/main/java/com/dispose/pojo/po/MReturnType.java new file mode 100644 index 00000000..1ac35373 --- /dev/null +++ b/src/main/java/com/dispose/pojo/po/MReturnType.java @@ -0,0 +1,16 @@ +package com.dispose.pojo.po; + +import lombok.Builder; +import lombok.Getter; + +@Getter +@Builder +public class MReturnType { + private final A firstParam; + private final B secondParam; + + public MReturnType(A a, B b) { + this.firstParam = a; + this.secondParam = b; + } +} diff --git a/src/main/java/com/dispose/pojo/po/ReturnStatus.java b/src/main/java/com/dispose/pojo/po/ReturnStatus.java new file mode 100644 index 00000000..906b5817 --- /dev/null +++ b/src/main/java/com/dispose/pojo/po/ReturnStatus.java @@ -0,0 +1,18 @@ +package com.dispose.pojo.po; + +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +@Data +@AllArgsConstructor +@NoArgsConstructor +public class ReturnStatus { + private int status; + private String message; + + @Override + public String toString(){ + return "{\"status\":" + status + ", \"message\":\"" + message + "\"}"; + } +} diff --git a/src/main/java/com/dispose/pojo/po/UserAccountCache.java b/src/main/java/com/dispose/pojo/po/UserAccountCache.java new file mode 100644 index 00000000..02cc0ae6 --- /dev/null +++ b/src/main/java/com/dispose/pojo/po/UserAccountCache.java @@ -0,0 +1,13 @@ +package com.dispose.pojo.po; + +import lombok.Builder; +import lombok.Data; + +@Data +@Builder +public class UserAccountCache { + private String username; + private String token; + private Long lastAccess; + private Integer pwdErrTimes; +} diff --git a/src/main/java/com/dispose/pojo/vo/auth/LoginReq.java b/src/main/java/com/dispose/pojo/vo/auth/LoginReq.java new file mode 100644 index 00000000..c14c7b62 --- /dev/null +++ b/src/main/java/com/dispose/pojo/vo/auth/LoginReq.java @@ -0,0 +1,18 @@ +package com.dispose.pojo.vo.auth; + + +import com.fasterxml.jackson.annotation.JsonInclude; +import lombok.AllArgsConstructor; +import lombok.Builder; +import lombok.Data; +import lombok.NoArgsConstructor; + +@Data +@Builder +@NoArgsConstructor +@AllArgsConstructor +@JsonInclude(JsonInclude.Include.NON_NULL) +public class LoginReq { + private String userName; + private String password; +} diff --git a/src/main/java/com/dispose/pojo/vo/auth/LoginRsp.java b/src/main/java/com/dispose/pojo/vo/auth/LoginRsp.java new file mode 100644 index 00000000..d1276482 --- /dev/null +++ b/src/main/java/com/dispose/pojo/vo/auth/LoginRsp.java @@ -0,0 +1,24 @@ +package com.dispose.pojo.vo.auth; + +import com.dispose.pojo.po.ReturnStatus; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonPropertyOrder; +import lombok.*; + +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +@EqualsAndHashCode(callSuper = true) +@Data +@Builder +@NoArgsConstructor +@AllArgsConstructor +@JsonInclude(JsonInclude.Include.NON_NULL) +@JsonPropertyOrder({"userName", "token", "logTime", "expireTime", "status", "message"}) +public class LoginRsp extends ReturnStatus { + private String userName; + private String token; + private Long logTime; + private Long expireTime; +} diff --git a/src/main/java/com/dispose/pojo/vo/auth/LogoutRsp.java b/src/main/java/com/dispose/pojo/vo/auth/LogoutRsp.java new file mode 100644 index 00000000..364950a9 --- /dev/null +++ b/src/main/java/com/dispose/pojo/vo/auth/LogoutRsp.java @@ -0,0 +1,16 @@ +package com.dispose.pojo.vo.auth; + +import com.dispose.pojo.po.ReturnStatus; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonPropertyOrder; +import lombok.*; + +@EqualsAndHashCode(callSuper = true) +@Data +@Builder +@NoArgsConstructor +@AllArgsConstructor +@JsonPropertyOrder({"userName", "token", "logTime", "expireTime", "status", "message"}) +public class LogoutRsp extends ReturnStatus { + private String userName; +} diff --git a/src/main/java/com/dispose/service/UserAccountService.java b/src/main/java/com/dispose/service/UserAccountService.java new file mode 100644 index 00000000..3b0f60aa --- /dev/null +++ b/src/main/java/com/dispose/service/UserAccountService.java @@ -0,0 +1,14 @@ +package com.dispose.service; + +import com.dispose.common.ErrorCode; +import com.dispose.pojo.entity.UserAccount; +import com.dispose.pojo.po.MReturnType; + +import java.security.NoSuchAlgorithmException; + +public interface UserAccountService { + MReturnType loginService(String username, String password) throws NoSuchAlgorithmException; + ErrorCode logoutService(String username, String token); + ErrorCode authTokenCheck(String token); + UserAccount getUserByToken(String token); +} diff --git a/src/main/java/com/dispose/service/impl/UserAccountServiceImpl.java b/src/main/java/com/dispose/service/impl/UserAccountServiceImpl.java new file mode 100644 index 00000000..a42a9002 --- /dev/null +++ b/src/main/java/com/dispose/service/impl/UserAccountServiceImpl.java @@ -0,0 +1,113 @@ +package com.dispose.service.impl; + +import com.dispose.common.ConstValue; +import com.dispose.common.ErrorCode; +import com.dispose.manager.UserAccountCacheManager; +import com.dispose.mapper.UserAccountMapper; +import com.dispose.pojo.entity.UserAccount; +import com.dispose.pojo.po.MReturnType; +import com.dispose.pojo.po.UserAccountCache; +import com.dispose.service.UserAccountService; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +import javax.annotation.Resource; +import java.security.NoSuchAlgorithmException; + +@Service +@Slf4j +public class UserAccountServiceImpl implements UserAccountService { + + @Resource + private UserAccountCacheManager userAccountCacheManager; + + @Resource + private UserAccountMapper userAccountMapper; + + @Override + public ErrorCode authTokenCheck(String token) { + + if(ConstValue.GlobalConfigure.IS_VERIFY_TOKEN) { + return userAccountCacheManager.verifyToken(token); + } + + return ErrorCode.ERR_OK; + } + + @Override + public MReturnType loginService(String username, String password) throws NoSuchAlgorithmException { + userAccountMapper.refreshLoginTime(username); + UserAccount loginUser = userAccountMapper.getUserByName(username); + + if(loginUser == null) { + return MReturnType.builder() + .firstParam(ErrorCode.ERR_USERNOTFOUND) + .build(); + } + + if(loginUser.getStatus() == ConstValue.UserAccountStatus.LOCKED) { + return MReturnType.builder() + .firstParam(ErrorCode.ERR_USERLOCK) + .build(); + } + + if(!loginUser.getPassword().equals(password)) { + // 密码错误 + int errTimes = userAccountCacheManager.getUsrPwdErrTimes(username) + 1; + + // 更新密码错误次数 + userAccountCacheManager.setUserPwdErrTimes(username, errTimes); + + if(errTimes == ConstValue.GlobalConfigure.ALLOW_PWD_ERR_TIMES - 1) { + // 提示用户即将锁定账户 + return MReturnType.builder() + .firstParam(ErrorCode.ERR_PASSWORDMORE) + .build(); + } else if(errTimes >= ConstValue.GlobalConfigure.ALLOW_PWD_ERR_TIMES) { + // 锁定账户 + userAccountMapper.lockUserAccount(username); + return MReturnType.builder() + .firstParam(ErrorCode.ERR_USERLOCK) + .build(); + } else { + return MReturnType.builder() + .firstParam(ErrorCode.ERR_PASSWORD) + .build(); + } + } + + return MReturnType.builder() + .firstParam(ErrorCode.ERR_OK) + .secondParam(userAccountCacheManager.getUserToken(username)) + .build(); + } + + @Override + public ErrorCode logoutService(String username, String token) { + UserAccount loginUser = userAccountMapper.getUserByName(username); + + if(loginUser == null) { + return ErrorCode.ERR_USERNOTFOUND; + } + + ErrorCode err = userAccountCacheManager.verifyUserLogin(username, token); + + if(err == ErrorCode.ERR_OK) { + userAccountCacheManager.cleanUserToken(username); + } + + return err; + } + + @Override + public UserAccount getUserByToken(String token) { + + String username = userAccountCacheManager.getUsernameByToken(token); + + if(username != null) { + return userAccountMapper.getUserByName(username); + } + + return null; + } +} diff --git a/src/main/java/com/dptech/umc/DeleteDetectionObjectForUMC.java b/src/main/java/com/dptech/dispose/GeDnsDomainCustomV4TFromUMC.java similarity index 60% rename from src/main/java/com/dptech/umc/DeleteDetectionObjectForUMC.java rename to src/main/java/com/dptech/dispose/GeDnsDomainCustomV4TFromUMC.java index c5d1d10f..8f694062 100644 --- a/src/main/java/com/dptech/umc/DeleteDetectionObjectForUMC.java +++ b/src/main/java/com/dptech/dispose/GeDnsDomainCustomV4TFromUMC.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,16 +9,16 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
  *   <complexContent>
  *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       <sequence>
- *         <element name="detectionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
  *       </sequence>
  *     </restriction>
  *   </complexContent>
@@ -29,36 +29,36 @@ import javax.xml.bind.annotation.XmlType;
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "", propOrder = {
-    "detectionName"
+    "objName"
 })
-@XmlRootElement(name = "deleteDetectionObjectForUMC")
-public class DeleteDetectionObjectForUMC {
+@XmlRootElement(name = "geDnsDomainCustomV4tFromUMC")
+public class GeDnsDomainCustomV4TFromUMC {
 
     @XmlElement(required = true, nillable = true)
-    protected String detectionName;
+    protected String objName;
 
     /**
-     * ȡdetectionNameԵֵ
+     * 获取objName属性的值。
      * 
      * @return
      *     possible object is
      *     {@link String }
      *     
      */
-    public String getDetectionName() {
-        return detectionName;
+    public String getObjName() {
+        return objName;
     }
 
     /**
-     * detectionNameԵֵ
+     * 设置objName属性的值。
      * 
      * @param value
      *     allowed object is
      *     {@link String }
      *     
      */
-    public void setDetectionName(String value) {
-        this.detectionName = value;
+    public void setObjName(String value) {
+        this.objName = value;
     }
 
 }
diff --git a/src/main/java/com/dptech/dispose/GeDnsDomainCustomV4TFromUMCResponse.java b/src/main/java/com/dptech/dispose/GeDnsDomainCustomV4TFromUMCResponse.java
new file mode 100644
index 00000000..38033ab9
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/GeDnsDomainCustomV4TFromUMCResponse.java
@@ -0,0 +1,64 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfDnsDomainCustomV4ForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "geDnsDomainCustomV4tFromUMCResponse") +public class GeDnsDomainCustomV4TFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfDnsDomainCustomV4ForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfDnsDomainCustomV4ForService } + * + */ + public ArrayOfDnsDomainCustomV4ForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfDnsDomainCustomV4ForService } + * + */ + public void setOut(ArrayOfDnsDomainCustomV4ForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetAllAnomalyDetectionStrategyFromUMC.java b/src/main/java/com/dptech/dispose/GetAllAnomalyDetectionStrategyFromUMC.java new file mode 100644 index 00000000..fc52a1c6 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllAnomalyDetectionStrategyFromUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getAllAnomalyDetectionStrategyFromUMC") +public class GetAllAnomalyDetectionStrategyFromUMC { + + +} diff --git a/src/main/java/com/dptech/dispose/GetAllAnomalyDetectionStrategyFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetAllAnomalyDetectionStrategyFromUMCResponse.java new file mode 100644 index 00000000..b885ca2d --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllAnomalyDetectionStrategyFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}ArrayOfAnomalyDetectionStrategy"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getAllAnomalyDetectionStrategyFromUMCResponse") +public class GetAllAnomalyDetectionStrategyFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfAnomalyDetectionStrategy out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfAnomalyDetectionStrategy } + * + */ + public ArrayOfAnomalyDetectionStrategy getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfAnomalyDetectionStrategy } + * + */ + public void setOut(ArrayOfAnomalyDetectionStrategy value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetAllBlackAndWhiteListFromUMC.java b/src/main/java/com/dptech/dispose/GetAllBlackAndWhiteListFromUMC.java new file mode 100644 index 00000000..be38a2fc --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllBlackAndWhiteListFromUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getAllBlackAndWhiteListFromUMC") +public class GetAllBlackAndWhiteListFromUMC { + + +} diff --git a/src/main/java/com/dptech/dispose/GetAllBlackAndWhiteListFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetAllBlackAndWhiteListFromUMCResponse.java new file mode 100644 index 00000000..e76a9402 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllBlackAndWhiteListFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfBlackAndWhiteListDataForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getAllBlackAndWhiteListFromUMCResponse") +public class GetAllBlackAndWhiteListFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfBlackAndWhiteListDataForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfBlackAndWhiteListDataForService } + * + */ + public ArrayOfBlackAndWhiteListDataForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfBlackAndWhiteListDataForService } + * + */ + public void setOut(ArrayOfBlackAndWhiteListDataForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetAllBlackHoleAutoStrategyFromUMC.java b/src/main/java/com/dptech/dispose/GetAllBlackHoleAutoStrategyFromUMC.java new file mode 100644 index 00000000..f2b24bba --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllBlackHoleAutoStrategyFromUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getAllBlackHoleAutoStrategyFromUMC") +public class GetAllBlackHoleAutoStrategyFromUMC { + + +} diff --git a/src/main/java/com/dptech/dispose/GetAllBlackHoleAutoStrategyFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetAllBlackHoleAutoStrategyFromUMCResponse.java new file mode 100644 index 00000000..de42faac --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllBlackHoleAutoStrategyFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfBlackHoleAutoStrategyForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getAllBlackHoleAutoStrategyFromUMCResponse") +public class GetAllBlackHoleAutoStrategyFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfBlackHoleAutoStrategyForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfBlackHoleAutoStrategyForService } + * + */ + public ArrayOfBlackHoleAutoStrategyForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfBlackHoleAutoStrategyForService } + * + */ + public void setOut(ArrayOfBlackHoleAutoStrategyForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetAllBlackHoleManualStrategyFromUMC.java b/src/main/java/com/dptech/dispose/GetAllBlackHoleManualStrategyFromUMC.java new file mode 100644 index 00000000..361b5e5b --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllBlackHoleManualStrategyFromUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getAllBlackHoleManualStrategyFromUMC") +public class GetAllBlackHoleManualStrategyFromUMC { + + +} diff --git a/src/main/java/com/dptech/dispose/GetAllBlackHoleManualStrategyFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetAllBlackHoleManualStrategyFromUMCResponse.java new file mode 100644 index 00000000..c8a76352 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllBlackHoleManualStrategyFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfBlackHoleManualStrategyForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getAllBlackHoleManualStrategyFromUMCResponse") +public class GetAllBlackHoleManualStrategyFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfBlackHoleManualStrategyForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfBlackHoleManualStrategyForService } + * + */ + public ArrayOfBlackHoleManualStrategyForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfBlackHoleManualStrategyForService } + * + */ + public void setOut(ArrayOfBlackHoleManualStrategyForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetAllBypassManualTractionStrategyFromUMC.java b/src/main/java/com/dptech/dispose/GetAllBypassManualTractionStrategyFromUMC.java new file mode 100644 index 00000000..3c675c11 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllBypassManualTractionStrategyFromUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getAllBypassManualTractionStrategyFromUMC") +public class GetAllBypassManualTractionStrategyFromUMC { + + +} diff --git a/src/main/java/com/dptech/dispose/GetAllBypassManualTractionStrategyFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetAllBypassManualTractionStrategyFromUMCResponse.java new file mode 100644 index 00000000..e6dd785a --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllBypassManualTractionStrategyFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfBypassManualTractionStrategyForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getAllBypassManualTractionStrategyFromUMCResponse") +public class GetAllBypassManualTractionStrategyFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfBypassManualTractionStrategyForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfBypassManualTractionStrategyForService } + * + */ + public ArrayOfBypassManualTractionStrategyForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfBypassManualTractionStrategyForService } + * + */ + public void setOut(ArrayOfBypassManualTractionStrategyForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetAllCompleteAnomalyDetectionStrategyFromUMC.java b/src/main/java/com/dptech/dispose/GetAllCompleteAnomalyDetectionStrategyFromUMC.java new file mode 100644 index 00000000..7c152686 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllCompleteAnomalyDetectionStrategyFromUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getAllCompleteAnomalyDetectionStrategyFromUMC") +public class GetAllCompleteAnomalyDetectionStrategyFromUMC { + + +} diff --git a/src/main/java/com/dptech/dispose/GetAllCompleteAnomalyDetectionStrategyFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetAllCompleteAnomalyDetectionStrategyFromUMCResponse.java new file mode 100644 index 00000000..161332ac --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllCompleteAnomalyDetectionStrategyFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}ArrayOfAnomalyDetectionStrategy"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getAllCompleteAnomalyDetectionStrategyFromUMCResponse") +public class GetAllCompleteAnomalyDetectionStrategyFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfAnomalyDetectionStrategy out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfAnomalyDetectionStrategy } + * + */ + public ArrayOfAnomalyDetectionStrategy getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfAnomalyDetectionStrategy } + * + */ + public void setOut(ArrayOfAnomalyDetectionStrategy value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetAllDetectDevices.java b/src/main/java/com/dptech/dispose/GetAllDetectDevices.java new file mode 100644 index 00000000..da6c2347 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllDetectDevices.java @@ -0,0 +1,32 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getAllDetectDevices") +public class GetAllDetectDevices { + + +} diff --git a/src/main/java/com/dptech/umc/DelBlackAndWhiteListProtection.java b/src/main/java/com/dptech/dispose/GetAllDetectDevicesResponse.java similarity index 62% rename from src/main/java/com/dptech/umc/DelBlackAndWhiteListProtection.java rename to src/main/java/com/dptech/dispose/GetAllDetectDevicesResponse.java index 5ed1c0c6..3d701339 100644 --- a/src/main/java/com/dptech/umc/DelBlackAndWhiteListProtection.java +++ b/src/main/java/com/dptech/dispose/GetAllDetectDevicesResponse.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,16 +9,16 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
  *   <complexContent>
  *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="out" type="{http://www.w3.org/2001/XMLSchema}string"/>
  *       </sequence>
  *     </restriction>
  *   </complexContent>
@@ -29,36 +29,36 @@ import javax.xml.bind.annotation.XmlType;
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "", propOrder = {
-    "name"
+    "out"
 })
-@XmlRootElement(name = "delBlackAndWhiteListProtection")
-public class DelBlackAndWhiteListProtection {
+@XmlRootElement(name = "getAllDetectDevicesResponse")
+public class GetAllDetectDevicesResponse {
 
     @XmlElement(required = true, nillable = true)
-    protected String name;
+    protected String out;
 
     /**
-     * ȡnameԵֵ
+     * 获取out属性的值。
      * 
      * @return
      *     possible object is
      *     {@link String }
      *     
      */
-    public String getName() {
-        return name;
+    public String getOut() {
+        return out;
     }
 
     /**
-     * nameԵֵ
+     * 设置out属性的值。
      * 
      * @param value
      *     allowed object is
      *     {@link String }
      *     
      */
-    public void setName(String value) {
-        this.name = value;
+    public void setOut(String value) {
+        this.out = value;
     }
 
 }
diff --git a/src/main/java/com/dptech/dispose/GetAllDetectionObjectFromUMC.java b/src/main/java/com/dptech/dispose/GetAllDetectionObjectFromUMC.java
new file mode 100644
index 00000000..200cc1bc
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/GetAllDetectionObjectFromUMC.java
@@ -0,0 +1,32 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getAllDetectionObjectFromUMC") +public class GetAllDetectionObjectFromUMC { + + +} diff --git a/src/main/java/com/dptech/dispose/GetAllDetectionObjectFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetAllDetectionObjectFromUMCResponse.java new file mode 100644 index 00000000..dc471fba --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllDetectionObjectFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfDetectionObjectDataForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getAllDetectionObjectFromUMCResponse") +public class GetAllDetectionObjectFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfDetectionObjectDataForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfDetectionObjectDataForService } + * + */ + public ArrayOfDetectionObjectDataForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfDetectionObjectDataForService } + * + */ + public void setOut(ArrayOfDetectionObjectDataForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetAllProtectDevices.java b/src/main/java/com/dptech/dispose/GetAllProtectDevices.java new file mode 100644 index 00000000..d26aaae6 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllProtectDevices.java @@ -0,0 +1,32 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getAllProtectDevices") +public class GetAllProtectDevices { + + +} diff --git a/src/main/java/com/dptech/umc/DelDnsSipCustomV4ForUMCResponse.java b/src/main/java/com/dptech/dispose/GetAllProtectDevicesResponse.java similarity index 61% rename from src/main/java/com/dptech/umc/DelDnsSipCustomV4ForUMCResponse.java rename to src/main/java/com/dptech/dispose/GetAllProtectDevicesResponse.java index 282d74d2..1b2a16c0 100644 --- a/src/main/java/com/dptech/umc/DelDnsSipCustomV4ForUMCResponse.java +++ b/src/main/java/com/dptech/dispose/GetAllProtectDevicesResponse.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,16 +9,16 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
  *   <complexContent>
  *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *         <element name="out" type="{http://www.w3.org/2001/XMLSchema}string"/>
  *       </sequence>
  *     </restriction>
  *   </complexContent>
@@ -31,33 +31,33 @@ import javax.xml.bind.annotation.XmlType;
 @XmlType(name = "", propOrder = {
     "out"
 })
-@XmlRootElement(name = "delDnsSipCustomV4ForUMCResponse")
-public class DelDnsSipCustomV4ForUMCResponse {
+@XmlRootElement(name = "getAllProtectDevicesResponse")
+public class GetAllProtectDevicesResponse {
 
     @XmlElement(required = true, nillable = true)
-    protected NtcRequestResultInfo out;
+    protected String out;
 
     /**
-     * ȡoutԵֵ
+     * 获取out属性的值。
      * 
      * @return
      *     possible object is
-     *     {@link NtcRequestResultInfo }
+     *     {@link String }
      *     
      */
-    public NtcRequestResultInfo getOut() {
+    public String getOut() {
         return out;
     }
 
     /**
-     * outԵֵ
+     * 设置out属性的值。
      * 
      * @param value
      *     allowed object is
-     *     {@link NtcRequestResultInfo }
+     *     {@link String }
      *     
      */
-    public void setOut(NtcRequestResultInfo value) {
+    public void setOut(String value) {
         this.out = value;
     }
 
diff --git a/src/main/java/com/dptech/dispose/GetAllProtectionObjectFromUMC.java b/src/main/java/com/dptech/dispose/GetAllProtectionObjectFromUMC.java
new file mode 100644
index 00000000..ce83c33b
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/GetAllProtectionObjectFromUMC.java
@@ -0,0 +1,32 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getAllProtectionObjectFromUMC") +public class GetAllProtectionObjectFromUMC { + + +} diff --git a/src/main/java/com/dptech/dispose/GetAllProtectionObjectFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetAllProtectionObjectFromUMCResponse.java new file mode 100644 index 00000000..5d2201d0 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllProtectionObjectFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfProtectionObjectDataForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getAllProtectionObjectFromUMCResponse") +public class GetAllProtectionObjectFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfProtectionObjectDataForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfProtectionObjectDataForService } + * + */ + public ArrayOfProtectionObjectDataForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfProtectionObjectDataForService } + * + */ + public void setOut(ArrayOfProtectionObjectDataForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetAllProtectionStrategyTemplateFromUMC.java b/src/main/java/com/dptech/dispose/GetAllProtectionStrategyTemplateFromUMC.java new file mode 100644 index 00000000..d0c896c7 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllProtectionStrategyTemplateFromUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getAllProtectionStrategyTemplateFromUMC") +public class GetAllProtectionStrategyTemplateFromUMC { + + +} diff --git a/src/main/java/com/dptech/dispose/GetAllProtectionStrategyTemplateFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetAllProtectionStrategyTemplateFromUMCResponse.java new file mode 100644 index 00000000..604e67be --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllProtectionStrategyTemplateFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfProtectionStrategyTemplateForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getAllProtectionStrategyTemplateFromUMCResponse") +public class GetAllProtectionStrategyTemplateFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfProtectionStrategyTemplateForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfProtectionStrategyTemplateForService } + * + */ + public ArrayOfProtectionStrategyTemplateForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfProtectionStrategyTemplateForService } + * + */ + public void setOut(ArrayOfProtectionStrategyTemplateForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetAllProtectionTargetWithStrategyAssociationRelationshipForUMC.java b/src/main/java/com/dptech/dispose/GetAllProtectionTargetWithStrategyAssociationRelationshipForUMC.java new file mode 100644 index 00000000..a85d8d14 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllProtectionTargetWithStrategyAssociationRelationshipForUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getAllProtectionTargetWithStrategyAssociationRelationshipForUMC") +public class GetAllProtectionTargetWithStrategyAssociationRelationshipForUMC { + + +} diff --git a/src/main/java/com/dptech/dispose/GetAllProtectionTargetWithStrategyAssociationRelationshipForUMCResponse.java b/src/main/java/com/dptech/dispose/GetAllProtectionTargetWithStrategyAssociationRelationshipForUMCResponse.java new file mode 100644 index 00000000..e43768c6 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetAllProtectionTargetWithStrategyAssociationRelationshipForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfProtectionTargetWithStrategyForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getAllProtectionTargetWithStrategyAssociationRelationshipForUMCResponse") +public class GetAllProtectionTargetWithStrategyAssociationRelationshipForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfProtectionTargetWithStrategyForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfProtectionTargetWithStrategyForService } + * + */ + public ArrayOfProtectionTargetWithStrategyForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfProtectionTargetWithStrategyForService } + * + */ + public void setOut(ArrayOfProtectionTargetWithStrategyForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelAnomalyDetectionStrategyForUMC.java b/src/main/java/com/dptech/dispose/GetAnomalyDetectionStrategyFromUMC.java similarity index 78% rename from src/main/java/com/dptech/umc/DelAnomalyDetectionStrategyForUMC.java rename to src/main/java/com/dptech/dispose/GetAnomalyDetectionStrategyFromUMC.java index 39806459..68d3509e 100644 --- a/src/main/java/com/dptech/umc/DelAnomalyDetectionStrategyForUMC.java +++ b/src/main/java/com/dptech/dispose/GetAnomalyDetectionStrategyFromUMC.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
@@ -31,14 +31,14 @@ import javax.xml.bind.annotation.XmlType;
 @XmlType(name = "", propOrder = {
     "strategyName"
 })
-@XmlRootElement(name = "delAnomalyDetectionStrategyForUMC")
-public class DelAnomalyDetectionStrategyForUMC {
+@XmlRootElement(name = "getAnomalyDetectionStrategyFromUMC")
+public class GetAnomalyDetectionStrategyFromUMC {
 
     @XmlElement(required = true, nillable = true)
     protected String strategyName;
 
     /**
-     * ȡstrategyNameԵֵ
+     * 获取strategyName属性的值。
      * 
      * @return
      *     possible object is
@@ -50,7 +50,7 @@ public class DelAnomalyDetectionStrategyForUMC {
     }
 
     /**
-     * strategyNameԵֵ
+     * 设置strategyName属性的值。
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/com/dptech/dispose/GetAnomalyDetectionStrategyFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetAnomalyDetectionStrategyFromUMCResponse.java
new file mode 100644
index 00000000..b24529fe
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/GetAnomalyDetectionStrategyFromUMCResponse.java
@@ -0,0 +1,64 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}AnomalyDetectionStrategy"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getAnomalyDetectionStrategyFromUMCResponse") +public class GetAnomalyDetectionStrategyFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected AnomalyDetectionStrategy out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link AnomalyDetectionStrategy } + * + */ + public AnomalyDetectionStrategy getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link AnomalyDetectionStrategy } + * + */ + public void setOut(AnomalyDetectionStrategy value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DeleteCompleteAnomalyDetectionStrategyForUMC.java b/src/main/java/com/dptech/dispose/GetCompleteAnomalyDetectionStrategyFromUMC.java similarity index 78% rename from src/main/java/com/dptech/umc/DeleteCompleteAnomalyDetectionStrategyForUMC.java rename to src/main/java/com/dptech/dispose/GetCompleteAnomalyDetectionStrategyFromUMC.java index 19c42b21..31a24311 100644 --- a/src/main/java/com/dptech/umc/DeleteCompleteAnomalyDetectionStrategyForUMC.java +++ b/src/main/java/com/dptech/dispose/GetCompleteAnomalyDetectionStrategyFromUMC.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
@@ -33,15 +33,15 @@ import javax.xml.bind.annotation.XmlType;
     "strategyName",
     "direction"
 })
-@XmlRootElement(name = "deleteCompleteAnomalyDetectionStrategyForUMC")
-public class DeleteCompleteAnomalyDetectionStrategyForUMC {
+@XmlRootElement(name = "getCompleteAnomalyDetectionStrategyFromUMC")
+public class GetCompleteAnomalyDetectionStrategyFromUMC {
 
     @XmlElement(required = true, nillable = true)
     protected String strategyName;
     protected int direction;
 
     /**
-     * ȡstrategyNameԵֵ
+     * 获取strategyName属性的值。
      * 
      * @return
      *     possible object is
@@ -53,7 +53,7 @@ public class DeleteCompleteAnomalyDetectionStrategyForUMC {
     }
 
     /**
-     * strategyNameԵֵ
+     * 设置strategyName属性的值。
      * 
      * @param value
      *     allowed object is
@@ -65,7 +65,7 @@ public class DeleteCompleteAnomalyDetectionStrategyForUMC {
     }
 
     /**
-     * ȡdirectionԵֵ
+     * 获取direction属性的值。
      * 
      */
     public int getDirection() {
@@ -73,7 +73,7 @@ public class DeleteCompleteAnomalyDetectionStrategyForUMC {
     }
 
     /**
-     * directionԵֵ
+     * 设置direction属性的值。
      * 
      */
     public void setDirection(int value) {
diff --git a/src/main/java/com/dptech/dispose/GetCompleteAnomalyDetectionStrategyFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetCompleteAnomalyDetectionStrategyFromUMCResponse.java
new file mode 100644
index 00000000..dd3abbb9
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/GetCompleteAnomalyDetectionStrategyFromUMCResponse.java
@@ -0,0 +1,64 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}AnomalyDetectionStrategy"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getCompleteAnomalyDetectionStrategyFromUMCResponse") +public class GetCompleteAnomalyDetectionStrategyFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected AnomalyDetectionStrategy out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link AnomalyDetectionStrategy } + * + */ + public AnomalyDetectionStrategy getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link AnomalyDetectionStrategy } + * + */ + public void setOut(AnomalyDetectionStrategy value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosACProtectionFromUMC.java b/src/main/java/com/dptech/dispose/GetDdosACProtectionFromUMC.java new file mode 100644 index 00000000..28f49676 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosACProtectionFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosACProtectionFromUMC") +public class GetDdosACProtectionFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosACProtectionFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosACProtectionFromUMCResponse.java new file mode 100644 index 00000000..f4f9f586 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosACProtectionFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfDdosACProtectionForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosACProtectionFromUMCResponse") +public class GetDdosACProtectionFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfDdosACProtectionForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfDdosACProtectionForService } + * + */ + public ArrayOfDdosACProtectionForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfDdosACProtectionForService } + * + */ + public void setOut(ArrayOfDdosACProtectionForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosCCuserGroupV4FromUMC.java b/src/main/java/com/dptech/dispose/GetDdosCCuserGroupV4FromUMC.java new file mode 100644 index 00000000..3937b36f --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosCCuserGroupV4FromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosCCuserGroupV4FromUMC") +public class GetDdosCCuserGroupV4FromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosCCuserGroupV4FromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosCCuserGroupV4FromUMCResponse.java new file mode 100644 index 00000000..7a3913f6 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosCCuserGroupV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfDdosCCuserGroupV4ForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosCCuserGroupV4FromUMCResponse") +public class GetDdosCCuserGroupV4FromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfDdosCCuserGroupV4ForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfDdosCCuserGroupV4ForService } + * + */ + public ArrayOfDdosCCuserGroupV4ForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfDdosCCuserGroupV4ForService } + * + */ + public void setOut(ArrayOfDdosCCuserGroupV4ForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosDnsRetryProtectFromUMC.java b/src/main/java/com/dptech/dispose/GetDdosDnsRetryProtectFromUMC.java new file mode 100644 index 00000000..92fd3dbd --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosDnsRetryProtectFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosDnsRetryProtectFromUMC") +public class GetDdosDnsRetryProtectFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosDnsRetryProtectFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosDnsRetryProtectFromUMCResponse.java new file mode 100644 index 00000000..fac5840b --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosDnsRetryProtectFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfDdosDnsRetryProtectForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosDnsRetryProtectFromUMCResponse") +public class GetDdosDnsRetryProtectFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfDdosDnsRetryProtectForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfDdosDnsRetryProtectForService } + * + */ + public ArrayOfDdosDnsRetryProtectForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfDdosDnsRetryProtectForService } + * + */ + public void setOut(ArrayOfDdosDnsRetryProtectForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalAckPayloadFromUMC.java b/src/main/java/com/dptech/dispose/GetDdosGlobalAckPayloadFromUMC.java new file mode 100644 index 00000000..7c6195f0 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalAckPayloadFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosGlobalAckPayloadFromUMC") +public class GetDdosGlobalAckPayloadFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalAckPayloadFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosGlobalAckPayloadFromUMCResponse.java new file mode 100644 index 00000000..38f20ded --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalAckPayloadFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}DdosGlobalAckPayloadForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosGlobalAckPayloadFromUMCResponse") +public class GetDdosGlobalAckPayloadFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected DdosGlobalAckPayloadForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link DdosGlobalAckPayloadForService } + * + */ + public DdosGlobalAckPayloadForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link DdosGlobalAckPayloadForService } + * + */ + public void setOut(DdosGlobalAckPayloadForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpFragFromUMC.java b/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpFragFromUMC.java new file mode 100644 index 00000000..28342029 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpFragFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosGlobalIcmpFragFromUMC") +public class GetDdosGlobalIcmpFragFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpFragFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpFragFromUMCResponse.java new file mode 100644 index 00000000..2bc89914 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpFragFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}DdosGlobalIcmpFragForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosGlobalIcmpFragFromUMCResponse") +public class GetDdosGlobalIcmpFragFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected DdosGlobalIcmpFragForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link DdosGlobalIcmpFragForService } + * + */ + public DdosGlobalIcmpFragForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link DdosGlobalIcmpFragForService } + * + */ + public void setOut(DdosGlobalIcmpFragForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpLengthFromUMC.java b/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpLengthFromUMC.java new file mode 100644 index 00000000..b154bb50 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpLengthFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosGlobalIcmpLengthFromUMC") +public class GetDdosGlobalIcmpLengthFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpLengthFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpLengthFromUMCResponse.java new file mode 100644 index 00000000..310d09ac --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpLengthFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}DdosGlobalIcmpLengthForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosGlobalIcmpLengthFromUMCResponse") +public class GetDdosGlobalIcmpLengthFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected DdosGlobalIcmpLengthForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link DdosGlobalIcmpLengthForService } + * + */ + public DdosGlobalIcmpLengthForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link DdosGlobalIcmpLengthForService } + * + */ + public void setOut(DdosGlobalIcmpLengthForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpPayloadFromUMC.java b/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpPayloadFromUMC.java new file mode 100644 index 00000000..875b13f4 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpPayloadFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosGlobalIcmpPayloadFromUMC") +public class GetDdosGlobalIcmpPayloadFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpPayloadFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpPayloadFromUMCResponse.java new file mode 100644 index 00000000..afe07226 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalIcmpPayloadFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}DdosGlobalIcmpPayloadForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosGlobalIcmpPayloadFromUMCResponse") +public class GetDdosGlobalIcmpPayloadFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected DdosGlobalIcmpPayloadForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link DdosGlobalIcmpPayloadForService } + * + */ + public DdosGlobalIcmpPayloadForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link DdosGlobalIcmpPayloadForService } + * + */ + public void setOut(DdosGlobalIcmpPayloadForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalOtherFragFromUMC.java b/src/main/java/com/dptech/dispose/GetDdosGlobalOtherFragFromUMC.java new file mode 100644 index 00000000..1003fabb --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalOtherFragFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosGlobalOtherFragFromUMC") +public class GetDdosGlobalOtherFragFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalOtherFragFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosGlobalOtherFragFromUMCResponse.java new file mode 100644 index 00000000..d94126d8 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalOtherFragFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}DdosGlobalOtherFragForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosGlobalOtherFragFromUMCResponse") +public class GetDdosGlobalOtherFragFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected DdosGlobalOtherFragForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link DdosGlobalOtherFragForService } + * + */ + public DdosGlobalOtherFragForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link DdosGlobalOtherFragForService } + * + */ + public void setOut(DdosGlobalOtherFragForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalSynFloodFromUMC.java b/src/main/java/com/dptech/dispose/GetDdosGlobalSynFloodFromUMC.java new file mode 100644 index 00000000..b9c7dcb7 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalSynFloodFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosGlobalSynFloodFromUMC") +public class GetDdosGlobalSynFloodFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalSynFloodFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosGlobalSynFloodFromUMCResponse.java new file mode 100644 index 00000000..e5413dae --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalSynFloodFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}DdosGlobalSynFloodForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosGlobalSynFloodFromUMCResponse") +public class GetDdosGlobalSynFloodFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected DdosGlobalSynFloodForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link DdosGlobalSynFloodForService } + * + */ + public DdosGlobalSynFloodForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link DdosGlobalSynFloodForService } + * + */ + public void setOut(DdosGlobalSynFloodForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalTcpFlagFromUMC.java b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpFlagFromUMC.java new file mode 100644 index 00000000..75b85e4e --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpFlagFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosGlobalTcpFlagFromUMC") +public class GetDdosGlobalTcpFlagFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalTcpFlagFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpFlagFromUMCResponse.java new file mode 100644 index 00000000..cecc1e10 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpFlagFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}DdosGlobalTcpFlagForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosGlobalTcpFlagFromUMCResponse") +public class GetDdosGlobalTcpFlagFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected DdosGlobalTcpFlagForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link DdosGlobalTcpFlagForService } + * + */ + public DdosGlobalTcpFlagForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link DdosGlobalTcpFlagForService } + * + */ + public void setOut(DdosGlobalTcpFlagForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalTcpFragFromUMC.java b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpFragFromUMC.java new file mode 100644 index 00000000..b514ae4f --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpFragFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosGlobalTcpFragFromUMC") +public class GetDdosGlobalTcpFragFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalTcpFragFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpFragFromUMCResponse.java new file mode 100644 index 00000000..8f25fd63 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpFragFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}DdosGlobalTcpFragForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosGlobalTcpFragFromUMCResponse") +public class GetDdosGlobalTcpFragFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected DdosGlobalTcpFragForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link DdosGlobalTcpFragForService } + * + */ + public DdosGlobalTcpFragForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link DdosGlobalTcpFragForService } + * + */ + public void setOut(DdosGlobalTcpFragForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalTcpLengthFromUMC.java b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpLengthFromUMC.java new file mode 100644 index 00000000..5c82ccba --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpLengthFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosGlobalTcpLengthFromUMC") +public class GetDdosGlobalTcpLengthFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalTcpLengthFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpLengthFromUMCResponse.java new file mode 100644 index 00000000..88aef28f --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpLengthFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}DdosGlobalTcpLengthForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosGlobalTcpLengthFromUMCResponse") +public class GetDdosGlobalTcpLengthFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected DdosGlobalTcpLengthForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link DdosGlobalTcpLengthForService } + * + */ + public DdosGlobalTcpLengthForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link DdosGlobalTcpLengthForService } + * + */ + public void setOut(DdosGlobalTcpLengthForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalTcpStateFromUMC.java b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpStateFromUMC.java new file mode 100644 index 00000000..09ceed75 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpStateFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosGlobalTcpStateFromUMC") +public class GetDdosGlobalTcpStateFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalTcpStateFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpStateFromUMCResponse.java new file mode 100644 index 00000000..2099b9ab --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalTcpStateFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}DdosGlobalTcpStateForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosGlobalTcpStateFromUMCResponse") +public class GetDdosGlobalTcpStateFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected DdosGlobalTcpStateForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link DdosGlobalTcpStateForService } + * + */ + public DdosGlobalTcpStateForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link DdosGlobalTcpStateForService } + * + */ + public void setOut(DdosGlobalTcpStateForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalUdpFragFromUMC.java b/src/main/java/com/dptech/dispose/GetDdosGlobalUdpFragFromUMC.java new file mode 100644 index 00000000..3dd87f58 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalUdpFragFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosGlobalUdpFragFromUMC") +public class GetDdosGlobalUdpFragFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalUdpFragFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosGlobalUdpFragFromUMCResponse.java new file mode 100644 index 00000000..68f673ec --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalUdpFragFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}DdosGlobalUdpFragForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosGlobalUdpFragFromUMCResponse") +public class GetDdosGlobalUdpFragFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected DdosGlobalUdpFragForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link DdosGlobalUdpFragForService } + * + */ + public DdosGlobalUdpFragForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link DdosGlobalUdpFragForService } + * + */ + public void setOut(DdosGlobalUdpFragForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalUdpLengthFromUMC.java b/src/main/java/com/dptech/dispose/GetDdosGlobalUdpLengthFromUMC.java new file mode 100644 index 00000000..8fb58a0d --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalUdpLengthFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosGlobalUdpLengthFromUMC") +public class GetDdosGlobalUdpLengthFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalUdpLengthFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosGlobalUdpLengthFromUMCResponse.java new file mode 100644 index 00000000..f84a51fc --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalUdpLengthFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}DdosGlobalUdpLengthForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosGlobalUdpLengthFromUMCResponse") +public class GetDdosGlobalUdpLengthFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected DdosGlobalUdpLengthForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link DdosGlobalUdpLengthForService } + * + */ + public DdosGlobalUdpLengthForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link DdosGlobalUdpLengthForService } + * + */ + public void setOut(DdosGlobalUdpLengthForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalUdpPayloadFromUMC.java b/src/main/java/com/dptech/dispose/GetDdosGlobalUdpPayloadFromUMC.java new file mode 100644 index 00000000..369fe985 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalUdpPayloadFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosGlobalUdpPayloadFromUMC") +public class GetDdosGlobalUdpPayloadFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosGlobalUdpPayloadFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosGlobalUdpPayloadFromUMCResponse.java new file mode 100644 index 00000000..db1960e4 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosGlobalUdpPayloadFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}DdosGlobalUdpPayloadForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosGlobalUdpPayloadFromUMCResponse") +public class GetDdosGlobalUdpPayloadFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected DdosGlobalUdpPayloadForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link DdosGlobalUdpPayloadForService } + * + */ + public DdosGlobalUdpPayloadForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link DdosGlobalUdpPayloadForService } + * + */ + public void setOut(DdosGlobalUdpPayloadForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosHttpGetSipCusProV4FromUMC.java b/src/main/java/com/dptech/dispose/GetDdosHttpGetSipCusProV4FromUMC.java new file mode 100644 index 00000000..11829784 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosHttpGetSipCusProV4FromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosHttpGetSipCusProV4FromUMC") +public class GetDdosHttpGetSipCusProV4FromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosHttpGetSipCusProV4FromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosHttpGetSipCusProV4FromUMCResponse.java new file mode 100644 index 00000000..1918bb40 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosHttpGetSipCusProV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfDdosHttpGetSipCusProV4ForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosHttpGetSipCusProV4FromUMCResponse") +public class GetDdosHttpGetSipCusProV4FromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfDdosHttpGetSipCusProV4ForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfDdosHttpGetSipCusProV4ForService } + * + */ + public ArrayOfDdosHttpGetSipCusProV4ForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfDdosHttpGetSipCusProV4ForService } + * + */ + public void setOut(ArrayOfDdosHttpGetSipCusProV4ForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosHttpGetSipGloProV4FromUMC.java b/src/main/java/com/dptech/dispose/GetDdosHttpGetSipGloProV4FromUMC.java new file mode 100644 index 00000000..ad86d12c --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosHttpGetSipGloProV4FromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosHttpGetSipGloProV4FromUMC") +public class GetDdosHttpGetSipGloProV4FromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosHttpGetSipGloProV4FromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosHttpGetSipGloProV4FromUMCResponse.java new file mode 100644 index 00000000..be0bfeb8 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosHttpGetSipGloProV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfDdosHttpGetSipGloProV4ForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosHttpGetSipGloProV4FromUMCResponse") +public class GetDdosHttpGetSipGloProV4FromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfDdosHttpGetSipGloProV4ForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfDdosHttpGetSipGloProV4ForService } + * + */ + public ArrayOfDdosHttpGetSipGloProV4ForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfDdosHttpGetSipGloProV4ForService } + * + */ + public void setOut(ArrayOfDdosHttpGetSipGloProV4ForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosHttpGetUriCusProV4FromUMC.java b/src/main/java/com/dptech/dispose/GetDdosHttpGetUriCusProV4FromUMC.java new file mode 100644 index 00000000..7888c5e0 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosHttpGetUriCusProV4FromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosHttpGetUriCusProV4FromUMC") +public class GetDdosHttpGetUriCusProV4FromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosHttpGetUriCusProV4FromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosHttpGetUriCusProV4FromUMCResponse.java new file mode 100644 index 00000000..68e4a4b7 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosHttpGetUriCusProV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfDdosHttpGetUriCusProV4ForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosHttpGetUriCusProV4FromUMCResponse") +public class GetDdosHttpGetUriCusProV4FromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfDdosHttpGetUriCusProV4ForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfDdosHttpGetUriCusProV4ForService } + * + */ + public ArrayOfDdosHttpGetUriCusProV4ForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfDdosHttpGetUriCusProV4ForService } + * + */ + public void setOut(ArrayOfDdosHttpGetUriCusProV4ForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosHttpGetUriGloProV4FromUMC.java b/src/main/java/com/dptech/dispose/GetDdosHttpGetUriGloProV4FromUMC.java new file mode 100644 index 00000000..bb54f170 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosHttpGetUriGloProV4FromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDdosHttpGetUriGloProV4FromUMC") +public class GetDdosHttpGetUriGloProV4FromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDdosHttpGetUriGloProV4FromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDdosHttpGetUriGloProV4FromUMCResponse.java new file mode 100644 index 00000000..dcd49a48 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDdosHttpGetUriGloProV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfDdosHttpGetUriGloProV4ForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDdosHttpGetUriGloProV4FromUMCResponse") +public class GetDdosHttpGetUriGloProV4FromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfDdosHttpGetUriGloProV4ForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfDdosHttpGetUriGloProV4ForService } + * + */ + public ArrayOfDdosHttpGetUriGloProV4ForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfDdosHttpGetUriGloProV4ForService } + * + */ + public void setOut(ArrayOfDdosHttpGetUriGloProV4ForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDnsDomainGlobalV4FromUMC.java b/src/main/java/com/dptech/dispose/GetDnsDomainGlobalV4FromUMC.java new file mode 100644 index 00000000..b1f1a1fc --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDnsDomainGlobalV4FromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDnsDomainGlobalV4FromUMC") +public class GetDnsDomainGlobalV4FromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDnsDomainGlobalV4FromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDnsDomainGlobalV4FromUMCResponse.java new file mode 100644 index 00000000..03dbd8b1 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDnsDomainGlobalV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfDnsDomainGlobalV4ForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDnsDomainGlobalV4FromUMCResponse") +public class GetDnsDomainGlobalV4FromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfDnsDomainGlobalV4ForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfDnsDomainGlobalV4ForService } + * + */ + public ArrayOfDnsDomainGlobalV4ForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfDnsDomainGlobalV4ForService } + * + */ + public void setOut(ArrayOfDnsDomainGlobalV4ForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDnsSecDomainCustomV4FromUMC.java b/src/main/java/com/dptech/dispose/GetDnsSecDomainCustomV4FromUMC.java new file mode 100644 index 00000000..7e6b9e7f --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDnsSecDomainCustomV4FromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDnsSecDomainCustomV4FromUMC") +public class GetDnsSecDomainCustomV4FromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDnsSecDomainCustomV4FromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDnsSecDomainCustomV4FromUMCResponse.java new file mode 100644 index 00000000..519a3783 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDnsSecDomainCustomV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfDnsSecDomainCustomV4ForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDnsSecDomainCustomV4FromUMCResponse") +public class GetDnsSecDomainCustomV4FromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfDnsSecDomainCustomV4ForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfDnsSecDomainCustomV4ForService } + * + */ + public ArrayOfDnsSecDomainCustomV4ForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfDnsSecDomainCustomV4ForService } + * + */ + public void setOut(ArrayOfDnsSecDomainCustomV4ForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDnsSecDomainGlobalV4FromUMC.java b/src/main/java/com/dptech/dispose/GetDnsSecDomainGlobalV4FromUMC.java new file mode 100644 index 00000000..cb744760 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDnsSecDomainGlobalV4FromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDnsSecDomainGlobalV4FromUMC") +public class GetDnsSecDomainGlobalV4FromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDnsSecDomainGlobalV4FromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDnsSecDomainGlobalV4FromUMCResponse.java new file mode 100644 index 00000000..0209fdfc --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDnsSecDomainGlobalV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfDnsSecDomainGlobalV4ForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDnsSecDomainGlobalV4FromUMCResponse") +public class GetDnsSecDomainGlobalV4FromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfDnsSecDomainGlobalV4ForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfDnsSecDomainGlobalV4ForService } + * + */ + public ArrayOfDnsSecDomainGlobalV4ForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfDnsSecDomainGlobalV4ForService } + * + */ + public void setOut(ArrayOfDnsSecDomainGlobalV4ForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDnsSipCustomV4FromUMC.java b/src/main/java/com/dptech/dispose/GetDnsSipCustomV4FromUMC.java new file mode 100644 index 00000000..2f546c19 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDnsSipCustomV4FromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDnsSipCustomV4FromUMC") +public class GetDnsSipCustomV4FromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDnsSipCustomV4FromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDnsSipCustomV4FromUMCResponse.java new file mode 100644 index 00000000..0e2b2036 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDnsSipCustomV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfDnsSipCustomV4ForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDnsSipCustomV4FromUMCResponse") +public class GetDnsSipCustomV4FromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfDnsSipCustomV4ForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfDnsSipCustomV4ForService } + * + */ + public ArrayOfDnsSipCustomV4ForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfDnsSipCustomV4ForService } + * + */ + public void setOut(ArrayOfDnsSipCustomV4ForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDnsSipGlobalV4FromUMC.java b/src/main/java/com/dptech/dispose/GetDnsSipGlobalV4FromUMC.java new file mode 100644 index 00000000..2d814725 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDnsSipGlobalV4FromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getDnsSipGlobalV4FromUMC") +public class GetDnsSipGlobalV4FromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetDnsSipGlobalV4FromUMCResponse.java b/src/main/java/com/dptech/dispose/GetDnsSipGlobalV4FromUMCResponse.java new file mode 100644 index 00000000..ab3effd5 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetDnsSipGlobalV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfDnsSipGlobalV4ForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getDnsSipGlobalV4FromUMCResponse") +public class GetDnsSipGlobalV4FromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfDnsSipGlobalV4ForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfDnsSipGlobalV4ForService } + * + */ + public ArrayOfDnsSipGlobalV4ForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfDnsSipGlobalV4ForService } + * + */ + public void setOut(ArrayOfDnsSipGlobalV4ForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetFingerprintIcmpFromUMC.java b/src/main/java/com/dptech/dispose/GetFingerprintIcmpFromUMC.java new file mode 100644 index 00000000..88a2c8d9 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetFingerprintIcmpFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getFingerprintIcmpFromUMC") +public class GetFingerprintIcmpFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetFingerprintIcmpFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetFingerprintIcmpFromUMCResponse.java new file mode 100644 index 00000000..4af406b3 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetFingerprintIcmpFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfFingerprintIcmpForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getFingerprintIcmpFromUMCResponse") +public class GetFingerprintIcmpFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfFingerprintIcmpForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfFingerprintIcmpForService } + * + */ + public ArrayOfFingerprintIcmpForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfFingerprintIcmpForService } + * + */ + public void setOut(ArrayOfFingerprintIcmpForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetFingerprintOtherFromUMC.java b/src/main/java/com/dptech/dispose/GetFingerprintOtherFromUMC.java new file mode 100644 index 00000000..317f523b --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetFingerprintOtherFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getFingerprintOtherFromUMC") +public class GetFingerprintOtherFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetFingerprintOtherFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetFingerprintOtherFromUMCResponse.java new file mode 100644 index 00000000..da2c26ae --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetFingerprintOtherFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfFingerprintOtherForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getFingerprintOtherFromUMCResponse") +public class GetFingerprintOtherFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfFingerprintOtherForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfFingerprintOtherForService } + * + */ + public ArrayOfFingerprintOtherForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfFingerprintOtherForService } + * + */ + public void setOut(ArrayOfFingerprintOtherForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetFingerprintTcpFromUMC.java b/src/main/java/com/dptech/dispose/GetFingerprintTcpFromUMC.java new file mode 100644 index 00000000..13e3316b --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetFingerprintTcpFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getFingerprintTcpFromUMC") +public class GetFingerprintTcpFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetFingerprintTcpFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetFingerprintTcpFromUMCResponse.java new file mode 100644 index 00000000..7bfc4ef5 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetFingerprintTcpFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfFingerprintTcpForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getFingerprintTcpFromUMCResponse") +public class GetFingerprintTcpFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfFingerprintTcpForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfFingerprintTcpForService } + * + */ + public ArrayOfFingerprintTcpForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfFingerprintTcpForService } + * + */ + public void setOut(ArrayOfFingerprintTcpForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetFingerprintUdpFromUMC.java b/src/main/java/com/dptech/dispose/GetFingerprintUdpFromUMC.java new file mode 100644 index 00000000..cc5671d6 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetFingerprintUdpFromUMC.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName" +}) +@XmlRootElement(name = "getFingerprintUdpFromUMC") +public class GetFingerprintUdpFromUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/GetFingerprintUdpFromUMCResponse.java b/src/main/java/com/dptech/dispose/GetFingerprintUdpFromUMCResponse.java new file mode 100644 index 00000000..9c621208 --- /dev/null +++ b/src/main/java/com/dptech/dispose/GetFingerprintUdpFromUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://data.ntc.dp.com}ArrayOfFingerprintUdpForService"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getFingerprintUdpFromUMCResponse") +public class GetFingerprintUdpFromUMCResponse { + + @XmlElement(required = true, nillable = true) + protected ArrayOfFingerprintUdpForService out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link ArrayOfFingerprintUdpForService } + * + */ + public ArrayOfFingerprintUdpForService getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link ArrayOfFingerprintUdpForService } + * + */ + public void setOut(ArrayOfFingerprintUdpForService value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DisableProtectionStrategyTemplateForUMC.java b/src/main/java/com/dptech/dispose/LinkProtectionStrategyTemplateForUMC.java similarity index 81% rename from src/main/java/com/dptech/umc/DisableProtectionStrategyTemplateForUMC.java rename to src/main/java/com/dptech/dispose/LinkProtectionStrategyTemplateForUMC.java index b9bf9e8f..355b1c8c 100644 --- a/src/main/java/com/dptech/umc/DisableProtectionStrategyTemplateForUMC.java +++ b/src/main/java/com/dptech/dispose/LinkProtectionStrategyTemplateForUMC.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
@@ -33,8 +33,8 @@ import javax.xml.bind.annotation.XmlType;
     "protectName",
     "templateName"
 })
-@XmlRootElement(name = "disableProtectionStrategyTemplateForUMC")
-public class DisableProtectionStrategyTemplateForUMC {
+@XmlRootElement(name = "linkProtectionStrategyTemplateForUMC")
+public class LinkProtectionStrategyTemplateForUMC {
 
     @XmlElement(required = true, nillable = true)
     protected String protectName;
@@ -42,7 +42,7 @@ public class DisableProtectionStrategyTemplateForUMC {
     protected String templateName;
 
     /**
-     * ȡprotectNameԵֵ
+     * 获取protectName属性的值。
      * 
      * @return
      *     possible object is
@@ -54,7 +54,7 @@ public class DisableProtectionStrategyTemplateForUMC {
     }
 
     /**
-     * protectNameԵֵ
+     * 设置protectName属性的值。
      * 
      * @param value
      *     allowed object is
@@ -66,7 +66,7 @@ public class DisableProtectionStrategyTemplateForUMC {
     }
 
     /**
-     * ȡtemplateNameԵֵ
+     * 获取templateName属性的值。
      * 
      * @return
      *     possible object is
@@ -78,7 +78,7 @@ public class DisableProtectionStrategyTemplateForUMC {
     }
 
     /**
-     * templateNameԵֵ
+     * 设置templateName属性的值。
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/com/dptech/dispose/LinkProtectionStrategyTemplateForUMCResponse.java b/src/main/java/com/dptech/dispose/LinkProtectionStrategyTemplateForUMCResponse.java
new file mode 100644
index 00000000..a24d2f88
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/LinkProtectionStrategyTemplateForUMCResponse.java
@@ -0,0 +1,64 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "linkProtectionStrategyTemplateForUMCResponse") +public class LinkProtectionStrategyTemplateForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModACProtectionForUMC.java b/src/main/java/com/dptech/dispose/ModACProtectionForUMC.java new file mode 100644 index 00000000..bd8fbaa1 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModACProtectionForUMC.java @@ -0,0 +1,484 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="fixString" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="startLocation" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="endLocation" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="regularExpression" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="acSip" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="acSmask" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="acDip" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="acDmask" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="srcPortMin" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="srcPortMax" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="dstPortMin" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="dstPortMax" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "fixString", + "startLocation", + "endLocation", + "regularExpression", + "acSip", + "acSmask", + "acDip", + "acDmask", + "protocol", + "srcPortMin", + "srcPortMax", + "dstPortMin", + "dstPortMax", + "threshold" +}) +@XmlRootElement(name = "modACProtectionForUMC") +public class ModACProtectionForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String fixString; + @XmlElement(required = true, nillable = true) + protected String startLocation; + @XmlElement(required = true, nillable = true) + protected String endLocation; + @XmlElement(required = true, nillable = true) + protected String regularExpression; + @XmlElement(required = true, nillable = true) + protected String acSip; + @XmlElement(required = true, nillable = true) + protected String acSmask; + @XmlElement(required = true, nillable = true) + protected String acDip; + @XmlElement(required = true, nillable = true) + protected String acDmask; + @XmlElement(required = true, nillable = true) + protected String protocol; + @XmlElement(required = true, nillable = true) + protected String srcPortMin; + @XmlElement(required = true, nillable = true) + protected String srcPortMax; + @XmlElement(required = true, nillable = true) + protected String dstPortMin; + @XmlElement(required = true, nillable = true) + protected String dstPortMax; + @XmlElement(required = true, nillable = true) + protected String threshold; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取fixString属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getFixString() { + return fixString; + } + + /** + * 设置fixString属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setFixString(String value) { + this.fixString = value; + } + + /** + * 获取startLocation属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getStartLocation() { + return startLocation; + } + + /** + * 设置startLocation属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setStartLocation(String value) { + this.startLocation = value; + } + + /** + * 获取endLocation属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getEndLocation() { + return endLocation; + } + + /** + * 设置endLocation属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEndLocation(String value) { + this.endLocation = value; + } + + /** + * 获取regularExpression属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getRegularExpression() { + return regularExpression; + } + + /** + * 设置regularExpression属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setRegularExpression(String value) { + this.regularExpression = value; + } + + /** + * 获取acSip属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAcSip() { + return acSip; + } + + /** + * 设置acSip属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAcSip(String value) { + this.acSip = value; + } + + /** + * 获取acSmask属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAcSmask() { + return acSmask; + } + + /** + * 设置acSmask属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAcSmask(String value) { + this.acSmask = value; + } + + /** + * 获取acDip属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAcDip() { + return acDip; + } + + /** + * 设置acDip属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAcDip(String value) { + this.acDip = value; + } + + /** + * 获取acDmask属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAcDmask() { + return acDmask; + } + + /** + * 设置acDmask属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAcDmask(String value) { + this.acDmask = value; + } + + /** + * 获取protocol属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getProtocol() { + return protocol; + } + + /** + * 设置protocol属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setProtocol(String value) { + this.protocol = value; + } + + /** + * 获取srcPortMin属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSrcPortMin() { + return srcPortMin; + } + + /** + * 设置srcPortMin属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSrcPortMin(String value) { + this.srcPortMin = value; + } + + /** + * 获取srcPortMax属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSrcPortMax() { + return srcPortMax; + } + + /** + * 设置srcPortMax属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSrcPortMax(String value) { + this.srcPortMax = value; + } + + /** + * 获取dstPortMin属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getDstPortMin() { + return dstPortMin; + } + + /** + * 设置dstPortMin属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setDstPortMin(String value) { + this.dstPortMin = value; + } + + /** + * 获取dstPortMax属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getDstPortMax() { + return dstPortMax; + } + + /** + * 设置dstPortMax属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setDstPortMax(String value) { + this.dstPortMax = value; + } + + /** + * 获取threshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getThreshold() { + return threshold; + } + + /** + * 设置threshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setThreshold(String value) { + this.threshold = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelBlackAndWhiteListProtectionResponse.java b/src/main/java/com/dptech/dispose/ModACProtectionForUMCResponse.java similarity index 80% rename from src/main/java/com/dptech/umc/DelBlackAndWhiteListProtectionResponse.java rename to src/main/java/com/dptech/dispose/ModACProtectionForUMCResponse.java index b80ed7ff..f4d0e6ac 100644 --- a/src/main/java/com/dptech/umc/DelBlackAndWhiteListProtectionResponse.java +++ b/src/main/java/com/dptech/dispose/ModACProtectionForUMCResponse.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
@@ -31,14 +31,14 @@ import javax.xml.bind.annotation.XmlType;
 @XmlType(name = "", propOrder = {
     "out"
 })
-@XmlRootElement(name = "delBlackAndWhiteListProtectionResponse")
-public class DelBlackAndWhiteListProtectionResponse {
+@XmlRootElement(name = "modACProtectionForUMCResponse")
+public class ModACProtectionForUMCResponse {
 
     @XmlElement(required = true, nillable = true)
     protected NtcRequestResultInfo out;
 
     /**
-     * ȡoutԵֵ
+     * 获取out属性的值。
      * 
      * @return
      *     possible object is
@@ -50,7 +50,7 @@ public class DelBlackAndWhiteListProtectionResponse {
     }
 
     /**
-     * outԵֵ
+     * 设置out属性的值。
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/com/dptech/dispose/ModBlackAndWhiteListProtection.java b/src/main/java/com/dptech/dispose/ModBlackAndWhiteListProtection.java
new file mode 100644
index 00000000..84a4fbcd
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/ModBlackAndWhiteListProtection.java
@@ -0,0 +1,372 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="sipType" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="sipStartIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="sipEndIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="dipType" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="dipStartIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="dipEndIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="timeType" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="hour" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="minute" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="second" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="protectionType" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "name", + "sipType", + "sipStartIp", + "sipEndIp", + "dipType", + "dipStartIp", + "dipEndIp", + "timeType", + "hour", + "minute", + "second", + "protectionType" +}) +@XmlRootElement(name = "modBlackAndWhiteListProtection") +public class ModBlackAndWhiteListProtection { + + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String sipType; + @XmlElement(required = true, nillable = true) + protected String sipStartIp; + @XmlElement(required = true, nillable = true) + protected String sipEndIp; + @XmlElement(required = true, nillable = true) + protected String dipType; + @XmlElement(required = true, nillable = true) + protected String dipStartIp; + @XmlElement(required = true, nillable = true) + protected String dipEndIp; + @XmlElement(required = true, nillable = true) + protected String timeType; + @XmlElement(required = true, nillable = true) + protected String hour; + @XmlElement(required = true, nillable = true) + protected String minute; + @XmlElement(required = true, nillable = true) + protected String second; + @XmlElement(required = true, nillable = true) + protected String protectionType; + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取sipType属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSipType() { + return sipType; + } + + /** + * 设置sipType属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSipType(String value) { + this.sipType = value; + } + + /** + * 获取sipStartIp属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSipStartIp() { + return sipStartIp; + } + + /** + * 设置sipStartIp属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSipStartIp(String value) { + this.sipStartIp = value; + } + + /** + * 获取sipEndIp属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSipEndIp() { + return sipEndIp; + } + + /** + * 设置sipEndIp属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSipEndIp(String value) { + this.sipEndIp = value; + } + + /** + * 获取dipType属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getDipType() { + return dipType; + } + + /** + * 设置dipType属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setDipType(String value) { + this.dipType = value; + } + + /** + * 获取dipStartIp属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getDipStartIp() { + return dipStartIp; + } + + /** + * 设置dipStartIp属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setDipStartIp(String value) { + this.dipStartIp = value; + } + + /** + * 获取dipEndIp属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getDipEndIp() { + return dipEndIp; + } + + /** + * 设置dipEndIp属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setDipEndIp(String value) { + this.dipEndIp = value; + } + + /** + * 获取timeType属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getTimeType() { + return timeType; + } + + /** + * 设置timeType属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setTimeType(String value) { + this.timeType = value; + } + + /** + * 获取hour属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getHour() { + return hour; + } + + /** + * 设置hour属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setHour(String value) { + this.hour = value; + } + + /** + * 获取minute属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMinute() { + return minute; + } + + /** + * 设置minute属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMinute(String value) { + this.minute = value; + } + + /** + * 获取second属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSecond() { + return second; + } + + /** + * 设置second属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSecond(String value) { + this.second = value; + } + + /** + * 获取protectionType属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getProtectionType() { + return protectionType; + } + + /** + * 设置protectionType属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setProtectionType(String value) { + this.protectionType = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModBlackAndWhiteListProtectionResponse.java b/src/main/java/com/dptech/dispose/ModBlackAndWhiteListProtectionResponse.java new file mode 100644 index 00000000..b1a12339 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModBlackAndWhiteListProtectionResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modBlackAndWhiteListProtectionResponse") +public class ModBlackAndWhiteListProtectionResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModBlackHoleAutoStrategyForUMC.java b/src/main/java/com/dptech/dispose/ModBlackHoleAutoStrategyForUMC.java new file mode 100644 index 00000000..ca7fee1f --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModBlackHoleAutoStrategyForUMC.java @@ -0,0 +1,121 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="policyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="detectMode" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="blackHoleThreshold" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="blackHoleTime" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "policyName", + "detectMode", + "blackHoleThreshold", + "blackHoleTime" +}) +@XmlRootElement(name = "modBlackHoleAutoStrategyForUMC") +public class ModBlackHoleAutoStrategyForUMC { + + @XmlElement(required = true, nillable = true) + protected String policyName; + protected int detectMode; + protected int blackHoleThreshold; + protected int blackHoleTime; + + /** + * 获取policyName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPolicyName() { + return policyName; + } + + /** + * 设置policyName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPolicyName(String value) { + this.policyName = value; + } + + /** + * 获取detectMode属性的值。 + * + */ + public int getDetectMode() { + return detectMode; + } + + /** + * 设置detectMode属性的值。 + * + */ + public void setDetectMode(int value) { + this.detectMode = value; + } + + /** + * 获取blackHoleThreshold属性的值。 + * + */ + public int getBlackHoleThreshold() { + return blackHoleThreshold; + } + + /** + * 设置blackHoleThreshold属性的值。 + * + */ + public void setBlackHoleThreshold(int value) { + this.blackHoleThreshold = value; + } + + /** + * 获取blackHoleTime属性的值。 + * + */ + public int getBlackHoleTime() { + return blackHoleTime; + } + + /** + * 设置blackHoleTime属性的值。 + * + */ + public void setBlackHoleTime(int value) { + this.blackHoleTime = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModBlackHoleAutoStrategyForUMCResponse.java b/src/main/java/com/dptech/dispose/ModBlackHoleAutoStrategyForUMCResponse.java new file mode 100644 index 00000000..20f3cce5 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModBlackHoleAutoStrategyForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modBlackHoleAutoStrategyForUMCResponse") +public class ModBlackHoleAutoStrategyForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DeleteProtectionObjectIPRangeForUMC.java b/src/main/java/com/dptech/dispose/ModBlackHoleManualStrategyForUMC.java similarity index 56% rename from src/main/java/com/dptech/umc/DeleteProtectionObjectIPRangeForUMC.java rename to src/main/java/com/dptech/dispose/ModBlackHoleManualStrategyForUMC.java index 1aebd704..8d6e4b4d 100644 --- a/src/main/java/com/dptech/umc/DeleteProtectionObjectIPRangeForUMC.java +++ b/src/main/java/com/dptech/dispose/ModBlackHoleManualStrategyForUMC.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,17 +9,17 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
  *   <complexContent>
  *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       <sequence>
- *         <element name="protectionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="ipRangeIDs" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="policyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
  *       </sequence>
  *     </restriction>
  *   </complexContent>
@@ -30,63 +30,63 @@ import javax.xml.bind.annotation.XmlType;
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "", propOrder = {
-    "protectionName",
-    "ipRangeIDs"
+    "policyName",
+    "ipAddress"
 })
-@XmlRootElement(name = "deleteProtectionObjectIPRangeForUMC")
-public class DeleteProtectionObjectIPRangeForUMC {
+@XmlRootElement(name = "modBlackHoleManualStrategyForUMC")
+public class ModBlackHoleManualStrategyForUMC {
 
     @XmlElement(required = true, nillable = true)
-    protected String protectionName;
+    protected String policyName;
     @XmlElement(required = true, nillable = true)
-    protected String ipRangeIDs;
+    protected String ipAddress;
 
     /**
-     * ȡprotectionNameԵֵ
+     * 获取policyName属性的值。
      * 
      * @return
      *     possible object is
      *     {@link String }
      *     
      */
-    public String getProtectionName() {
-        return protectionName;
+    public String getPolicyName() {
+        return policyName;
     }
 
     /**
-     * protectionNameԵֵ
+     * 设置policyName属性的值。
      * 
      * @param value
      *     allowed object is
      *     {@link String }
      *     
      */
-    public void setProtectionName(String value) {
-        this.protectionName = value;
+    public void setPolicyName(String value) {
+        this.policyName = value;
     }
 
     /**
-     * ȡipRangeIDsԵֵ
+     * 获取ipAddress属性的值。
      * 
      * @return
      *     possible object is
      *     {@link String }
      *     
      */
-    public String getIpRangeIDs() {
-        return ipRangeIDs;
+    public String getIpAddress() {
+        return ipAddress;
     }
 
     /**
-     * ipRangeIDsԵֵ
+     * 设置ipAddress属性的值。
      * 
      * @param value
      *     allowed object is
      *     {@link String }
      *     
      */
-    public void setIpRangeIDs(String value) {
-        this.ipRangeIDs = value;
+    public void setIpAddress(String value) {
+        this.ipAddress = value;
     }
 
 }
diff --git a/src/main/java/com/dptech/dispose/ModBlackHoleManualStrategyForUMCResponse.java b/src/main/java/com/dptech/dispose/ModBlackHoleManualStrategyForUMCResponse.java
new file mode 100644
index 00000000..b1278f1f
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/ModBlackHoleManualStrategyForUMCResponse.java
@@ -0,0 +1,64 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modBlackHoleManualStrategyForUMCResponse") +public class ModBlackHoleManualStrategyForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModBypassManualTractionStrategyForUMC.java b/src/main/java/com/dptech/dispose/ModBypassManualTractionStrategyForUMC.java new file mode 100644 index 00000000..a7604a07 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModBypassManualTractionStrategyForUMC.java @@ -0,0 +1,120 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="policyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="protectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ipRange" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "policyName", + "protectName", + "ipRange" +}) +@XmlRootElement(name = "modBypassManualTractionStrategyForUMC") +public class ModBypassManualTractionStrategyForUMC { + + @XmlElement(required = true, nillable = true) + protected String policyName; + @XmlElement(required = true, nillable = true) + protected String protectName; + @XmlElement(required = true, nillable = true) + protected String ipRange; + + /** + * 获取policyName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPolicyName() { + return policyName; + } + + /** + * 设置policyName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPolicyName(String value) { + this.policyName = value; + } + + /** + * 获取protectName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getProtectName() { + return protectName; + } + + /** + * 设置protectName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setProtectName(String value) { + this.protectName = value; + } + + /** + * 获取ipRange属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIpRange() { + return ipRange; + } + + /** + * 设置ipRange属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIpRange(String value) { + this.ipRange = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModBypassManualTractionStrategyForUMCResponse.java b/src/main/java/com/dptech/dispose/ModBypassManualTractionStrategyForUMCResponse.java new file mode 100644 index 00000000..d4a166d8 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModBypassManualTractionStrategyForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modBypassManualTractionStrategyForUMCResponse") +public class ModBypassManualTractionStrategyForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelDdosHttpGetSipCusProV4ForUMC.java b/src/main/java/com/dptech/dispose/ModDdosCCuserGroupV4ForUMC.java similarity index 80% rename from src/main/java/com/dptech/umc/DelDdosHttpGetSipCusProV4ForUMC.java rename to src/main/java/com/dptech/dispose/ModDdosCCuserGroupV4ForUMC.java index a4093445..9c5d9b0e 100644 --- a/src/main/java/com/dptech/umc/DelDdosHttpGetSipCusProV4ForUMC.java +++ b/src/main/java/com/dptech/dispose/ModDdosCCuserGroupV4ForUMC.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,17 +9,17 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
  *   <complexContent>
  *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
  *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
  *       </sequence>
  *     </restriction>
  *   </complexContent>
@@ -30,43 +30,19 @@ import javax.xml.bind.annotation.XmlType;
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "", propOrder = {
-    "name",
-    "objName"
+    "objName",
+    "name"
 })
-@XmlRootElement(name = "delDdosHttpGetSipCusProV4ForUMC")
-public class DelDdosHttpGetSipCusProV4ForUMC {
+@XmlRootElement(name = "modDdosCCuserGroupV4ForUMC")
+public class ModDdosCCuserGroupV4ForUMC {
 
-    @XmlElement(required = true, nillable = true)
-    protected String name;
     @XmlElement(required = true, nillable = true)
     protected String objName;
+    @XmlElement(required = true, nillable = true)
+    protected String name;
 
     /**
-     * ȡnameԵֵ
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getName() {
-        return name;
-    }
-
-    /**
-     * nameԵֵ
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setName(String value) {
-        this.name = value;
-    }
-
-    /**
-     * ȡobjNameԵֵ
+     * 获取objName属性的值。
      * 
      * @return
      *     possible object is
@@ -78,7 +54,7 @@ public class DelDdosHttpGetSipCusProV4ForUMC {
     }
 
     /**
-     * objNameԵֵ
+     * 设置objName属性的值。
      * 
      * @param value
      *     allowed object is
@@ -89,4 +65,28 @@ public class DelDdosHttpGetSipCusProV4ForUMC {
         this.objName = value;
     }
 
+    /**
+     * 获取name属性的值。
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getName() {
+        return name;
+    }
+
+    /**
+     * 设置name属性的值。
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setName(String value) {
+        this.name = value;
+    }
+
 }
diff --git a/src/main/java/com/dptech/dispose/ModDdosCCuserGroupV4ForUMCResponse.java b/src/main/java/com/dptech/dispose/ModDdosCCuserGroupV4ForUMCResponse.java
new file mode 100644
index 00000000..efc5e535
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/ModDdosCCuserGroupV4ForUMCResponse.java
@@ -0,0 +1,64 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modDdosCCuserGroupV4ForUMCResponse") +public class ModDdosCCuserGroupV4ForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModDdosDnsRetryProtectForUMC.java b/src/main/java/com/dptech/dispose/ModDdosDnsRetryProtectForUMC.java new file mode 100644 index 00000000..cac37b69 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModDdosDnsRetryProtectForUMC.java @@ -0,0 +1,176 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="alertthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "action", + "alertthreshold", + "protectthreshold" +}) +@XmlRootElement(name = "modDdosDnsRetryProtectForUMC") +public class ModDdosDnsRetryProtectForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String action; + @XmlElement(required = true, nillable = true) + protected String alertthreshold; + @XmlElement(required = true, nillable = true) + protected String protectthreshold; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取action属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAction() { + return action; + } + + /** + * 设置action属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAction(String value) { + this.action = value; + } + + /** + * 获取alertthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAlertthreshold() { + return alertthreshold; + } + + /** + * 设置alertthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAlertthreshold(String value) { + this.alertthreshold = value; + } + + /** + * 获取protectthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getProtectthreshold() { + return protectthreshold; + } + + /** + * 设置protectthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setProtectthreshold(String value) { + this.protectthreshold = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModDdosDnsRetryProtectForUMCResponse.java b/src/main/java/com/dptech/dispose/ModDdosDnsRetryProtectForUMCResponse.java new file mode 100644 index 00000000..9d1e877d --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModDdosDnsRetryProtectForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modDdosDnsRetryProtectForUMCResponse") +public class ModDdosDnsRetryProtectForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModDdosHttpGetSipCusProV4ForUMC.java b/src/main/java/com/dptech/dispose/ModDdosHttpGetSipCusProV4ForUMC.java new file mode 100644 index 00000000..02dc22d5 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModDdosHttpGetSipCusProV4ForUMC.java @@ -0,0 +1,176 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="sip" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "sip", + "protectthreshold", + "action" +}) +@XmlRootElement(name = "modDdosHttpGetSipCusProV4ForUMC") +public class ModDdosHttpGetSipCusProV4ForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String sip; + @XmlElement(required = true, nillable = true) + protected String protectthreshold; + @XmlElement(required = true, nillable = true) + protected String action; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取sip属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSip() { + return sip; + } + + /** + * 设置sip属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSip(String value) { + this.sip = value; + } + + /** + * 获取protectthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getProtectthreshold() { + return protectthreshold; + } + + /** + * 设置protectthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setProtectthreshold(String value) { + this.protectthreshold = value; + } + + /** + * 获取action属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAction() { + return action; + } + + /** + * 设置action属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAction(String value) { + this.action = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelDdosHttpGetSipCusProV4ForUMCResponse.java b/src/main/java/com/dptech/dispose/ModDdosHttpGetSipCusProV4ForUMCResponse.java similarity index 79% rename from src/main/java/com/dptech/umc/DelDdosHttpGetSipCusProV4ForUMCResponse.java rename to src/main/java/com/dptech/dispose/ModDdosHttpGetSipCusProV4ForUMCResponse.java index 13dcea5a..ea0d7e08 100644 --- a/src/main/java/com/dptech/umc/DelDdosHttpGetSipCusProV4ForUMCResponse.java +++ b/src/main/java/com/dptech/dispose/ModDdosHttpGetSipCusProV4ForUMCResponse.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
@@ -31,14 +31,14 @@ import javax.xml.bind.annotation.XmlType;
 @XmlType(name = "", propOrder = {
     "out"
 })
-@XmlRootElement(name = "delDdosHttpGetSipCusProV4ForUMCResponse")
-public class DelDdosHttpGetSipCusProV4ForUMCResponse {
+@XmlRootElement(name = "modDdosHttpGetSipCusProV4ForUMCResponse")
+public class ModDdosHttpGetSipCusProV4ForUMCResponse {
 
     @XmlElement(required = true, nillable = true)
     protected NtcRequestResultInfo out;
 
     /**
-     * ȡoutԵֵ
+     * 获取out属性的值。
      * 
      * @return
      *     possible object is
@@ -50,7 +50,7 @@ public class DelDdosHttpGetSipCusProV4ForUMCResponse {
     }
 
     /**
-     * outԵֵ
+     * 设置out属性的值。
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/com/dptech/dispose/ModDdosHttpGetSipGloProV4ForUMC.java b/src/main/java/com/dptech/dispose/ModDdosHttpGetSipGloProV4ForUMC.java
new file mode 100644
index 00000000..34a290aa
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/ModDdosHttpGetSipGloProV4ForUMC.java
@@ -0,0 +1,148 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "protectthreshold", + "action" +}) +@XmlRootElement(name = "modDdosHttpGetSipGloProV4ForUMC") +public class ModDdosHttpGetSipGloProV4ForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String protectthreshold; + @XmlElement(required = true, nillable = true) + protected String action; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取protectthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getProtectthreshold() { + return protectthreshold; + } + + /** + * 设置protectthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setProtectthreshold(String value) { + this.protectthreshold = value; + } + + /** + * 获取action属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAction() { + return action; + } + + /** + * 设置action属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAction(String value) { + this.action = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelDdosHttpGetSipGloProV4ForUMCResponse.java b/src/main/java/com/dptech/dispose/ModDdosHttpGetSipGloProV4ForUMCResponse.java similarity index 79% rename from src/main/java/com/dptech/umc/DelDdosHttpGetSipGloProV4ForUMCResponse.java rename to src/main/java/com/dptech/dispose/ModDdosHttpGetSipGloProV4ForUMCResponse.java index 983393f5..8931146a 100644 --- a/src/main/java/com/dptech/umc/DelDdosHttpGetSipGloProV4ForUMCResponse.java +++ b/src/main/java/com/dptech/dispose/ModDdosHttpGetSipGloProV4ForUMCResponse.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
@@ -31,14 +31,14 @@ import javax.xml.bind.annotation.XmlType;
 @XmlType(name = "", propOrder = {
     "out"
 })
-@XmlRootElement(name = "delDdosHttpGetSipGloProV4ForUMCResponse")
-public class DelDdosHttpGetSipGloProV4ForUMCResponse {
+@XmlRootElement(name = "modDdosHttpGetSipGloProV4ForUMCResponse")
+public class ModDdosHttpGetSipGloProV4ForUMCResponse {
 
     @XmlElement(required = true, nillable = true)
     protected NtcRequestResultInfo out;
 
     /**
-     * ȡoutԵֵ
+     * 获取out属性的值。
      * 
      * @return
      *     possible object is
@@ -50,7 +50,7 @@ public class DelDdosHttpGetSipGloProV4ForUMCResponse {
     }
 
     /**
-     * outԵֵ
+     * 设置out属性的值。
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/com/dptech/dispose/ModDdosHttpGetUriCusProV4ForUMC.java b/src/main/java/com/dptech/dispose/ModDdosHttpGetUriCusProV4ForUMC.java
new file mode 100644
index 00000000..5b37e69d
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/ModDdosHttpGetUriCusProV4ForUMC.java
@@ -0,0 +1,176 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="URI" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "uri", + "protectthreshold", + "action" +}) +@XmlRootElement(name = "modDdosHttpGetUriCusProV4ForUMC") +public class ModDdosHttpGetUriCusProV4ForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(name = "URI", required = true, nillable = true) + protected String uri; + @XmlElement(required = true, nillable = true) + protected String protectthreshold; + @XmlElement(required = true, nillable = true) + protected String action; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取uri属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getURI() { + return uri; + } + + /** + * 设置uri属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setURI(String value) { + this.uri = value; + } + + /** + * 获取protectthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getProtectthreshold() { + return protectthreshold; + } + + /** + * 设置protectthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setProtectthreshold(String value) { + this.protectthreshold = value; + } + + /** + * 获取action属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAction() { + return action; + } + + /** + * 设置action属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAction(String value) { + this.action = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelDdosHttpGetUriCusProV4ForUMCResponse.java b/src/main/java/com/dptech/dispose/ModDdosHttpGetUriCusProV4ForUMCResponse.java similarity index 79% rename from src/main/java/com/dptech/umc/DelDdosHttpGetUriCusProV4ForUMCResponse.java rename to src/main/java/com/dptech/dispose/ModDdosHttpGetUriCusProV4ForUMCResponse.java index d66c1645..dc1f1586 100644 --- a/src/main/java/com/dptech/umc/DelDdosHttpGetUriCusProV4ForUMCResponse.java +++ b/src/main/java/com/dptech/dispose/ModDdosHttpGetUriCusProV4ForUMCResponse.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
@@ -31,14 +31,14 @@ import javax.xml.bind.annotation.XmlType;
 @XmlType(name = "", propOrder = {
     "out"
 })
-@XmlRootElement(name = "delDdosHttpGetUriCusProV4ForUMCResponse")
-public class DelDdosHttpGetUriCusProV4ForUMCResponse {
+@XmlRootElement(name = "modDdosHttpGetUriCusProV4ForUMCResponse")
+public class ModDdosHttpGetUriCusProV4ForUMCResponse {
 
     @XmlElement(required = true, nillable = true)
     protected NtcRequestResultInfo out;
 
     /**
-     * ȡoutԵֵ
+     * 获取out属性的值。
      * 
      * @return
      *     possible object is
@@ -50,7 +50,7 @@ public class DelDdosHttpGetUriCusProV4ForUMCResponse {
     }
 
     /**
-     * outԵֵ
+     * 设置out属性的值。
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/com/dptech/dispose/ModDdosHttpGetUriGloProV4ForUMC.java b/src/main/java/com/dptech/dispose/ModDdosHttpGetUriGloProV4ForUMC.java
new file mode 100644
index 00000000..03b02c1c
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/ModDdosHttpGetUriGloProV4ForUMC.java
@@ -0,0 +1,148 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "protectthreshold", + "action" +}) +@XmlRootElement(name = "modDdosHttpGetUriGloProV4ForUMC") +public class ModDdosHttpGetUriGloProV4ForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String protectthreshold; + @XmlElement(required = true, nillable = true) + protected String action; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取protectthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getProtectthreshold() { + return protectthreshold; + } + + /** + * 设置protectthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setProtectthreshold(String value) { + this.protectthreshold = value; + } + + /** + * 获取action属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAction() { + return action; + } + + /** + * 设置action属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAction(String value) { + this.action = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelDdosHttpGetUriGloProV4ForUMCResponse.java b/src/main/java/com/dptech/dispose/ModDdosHttpGetUriGloProV4ForUMCResponse.java similarity index 79% rename from src/main/java/com/dptech/umc/DelDdosHttpGetUriGloProV4ForUMCResponse.java rename to src/main/java/com/dptech/dispose/ModDdosHttpGetUriGloProV4ForUMCResponse.java index 996d89c4..d081f201 100644 --- a/src/main/java/com/dptech/umc/DelDdosHttpGetUriGloProV4ForUMCResponse.java +++ b/src/main/java/com/dptech/dispose/ModDdosHttpGetUriGloProV4ForUMCResponse.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
@@ -31,14 +31,14 @@ import javax.xml.bind.annotation.XmlType;
 @XmlType(name = "", propOrder = {
     "out"
 })
-@XmlRootElement(name = "delDdosHttpGetUriGloProV4ForUMCResponse")
-public class DelDdosHttpGetUriGloProV4ForUMCResponse {
+@XmlRootElement(name = "modDdosHttpGetUriGloProV4ForUMCResponse")
+public class ModDdosHttpGetUriGloProV4ForUMCResponse {
 
     @XmlElement(required = true, nillable = true)
     protected NtcRequestResultInfo out;
 
     /**
-     * ȡoutԵֵ
+     * 获取out属性的值。
      * 
      * @return
      *     possible object is
@@ -50,7 +50,7 @@ public class DelDdosHttpGetUriGloProV4ForUMCResponse {
     }
 
     /**
-     * outԵֵ
+     * 设置out属性的值。
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/com/dptech/dispose/ModDnsDomainCustomV4ForUMC.java b/src/main/java/com/dptech/dispose/ModDnsDomainCustomV4ForUMC.java
new file mode 100644
index 00000000..ce64d85e
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/ModDnsDomainCustomV4ForUMC.java
@@ -0,0 +1,176 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="domain" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "domain", + "protectthreshold", + "action" +}) +@XmlRootElement(name = "modDnsDomainCustomV4ForUMC") +public class ModDnsDomainCustomV4ForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String domain; + @XmlElement(required = true, nillable = true) + protected String protectthreshold; + @XmlElement(required = true, nillable = true) + protected String action; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取domain属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getDomain() { + return domain; + } + + /** + * 设置domain属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setDomain(String value) { + this.domain = value; + } + + /** + * 获取protectthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getProtectthreshold() { + return protectthreshold; + } + + /** + * 设置protectthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setProtectthreshold(String value) { + this.protectthreshold = value; + } + + /** + * 获取action属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAction() { + return action; + } + + /** + * 设置action属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAction(String value) { + this.action = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModDnsDomainCustomV4ForUMCResponse.java b/src/main/java/com/dptech/dispose/ModDnsDomainCustomV4ForUMCResponse.java new file mode 100644 index 00000000..b0170c35 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModDnsDomainCustomV4ForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modDnsDomainCustomV4ForUMCResponse") +public class ModDnsDomainCustomV4ForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModDnsDomainGlobalV4ForUMC.java b/src/main/java/com/dptech/dispose/ModDnsDomainGlobalV4ForUMC.java new file mode 100644 index 00000000..083b3ec7 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModDnsDomainGlobalV4ForUMC.java @@ -0,0 +1,148 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "protectthreshold", + "action" +}) +@XmlRootElement(name = "modDnsDomainGlobalV4ForUMC") +public class ModDnsDomainGlobalV4ForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String protectthreshold; + @XmlElement(required = true, nillable = true) + protected String action; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取protectthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getProtectthreshold() { + return protectthreshold; + } + + /** + * 设置protectthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setProtectthreshold(String value) { + this.protectthreshold = value; + } + + /** + * 获取action属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAction() { + return action; + } + + /** + * 设置action属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAction(String value) { + this.action = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModDnsDomainGlobalV4ForUMCResponse.java b/src/main/java/com/dptech/dispose/ModDnsDomainGlobalV4ForUMCResponse.java new file mode 100644 index 00000000..6e1d3c69 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModDnsDomainGlobalV4ForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modDnsDomainGlobalV4ForUMCResponse") +public class ModDnsDomainGlobalV4ForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModDnsSecDomainCustomV4ForUMC.java b/src/main/java/com/dptech/dispose/ModDnsSecDomainCustomV4ForUMC.java new file mode 100644 index 00000000..7b2d10ec --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModDnsSecDomainCustomV4ForUMC.java @@ -0,0 +1,176 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="domain" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "domain", + "protectthreshold", + "action" +}) +@XmlRootElement(name = "modDnsSecDomainCustomV4ForUMC") +public class ModDnsSecDomainCustomV4ForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String domain; + @XmlElement(required = true, nillable = true) + protected String protectthreshold; + @XmlElement(required = true, nillable = true) + protected String action; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取domain属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getDomain() { + return domain; + } + + /** + * 设置domain属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setDomain(String value) { + this.domain = value; + } + + /** + * 获取protectthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getProtectthreshold() { + return protectthreshold; + } + + /** + * 设置protectthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setProtectthreshold(String value) { + this.protectthreshold = value; + } + + /** + * 获取action属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAction() { + return action; + } + + /** + * 设置action属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAction(String value) { + this.action = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModDnsSecDomainCustomV4ForUMCResponse.java b/src/main/java/com/dptech/dispose/ModDnsSecDomainCustomV4ForUMCResponse.java new file mode 100644 index 00000000..e9d8810f --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModDnsSecDomainCustomV4ForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modDnsSecDomainCustomV4ForUMCResponse") +public class ModDnsSecDomainCustomV4ForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModDnsSecDomainGlobalV4ForUMC.java b/src/main/java/com/dptech/dispose/ModDnsSecDomainGlobalV4ForUMC.java new file mode 100644 index 00000000..43849817 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModDnsSecDomainGlobalV4ForUMC.java @@ -0,0 +1,148 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "protectthreshold", + "action" +}) +@XmlRootElement(name = "modDnsSecDomainGlobalV4ForUMC") +public class ModDnsSecDomainGlobalV4ForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String protectthreshold; + @XmlElement(required = true, nillable = true) + protected String action; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取protectthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getProtectthreshold() { + return protectthreshold; + } + + /** + * 设置protectthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setProtectthreshold(String value) { + this.protectthreshold = value; + } + + /** + * 获取action属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAction() { + return action; + } + + /** + * 设置action属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAction(String value) { + this.action = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModDnsSecDomainGlobalV4ForUMCResponse.java b/src/main/java/com/dptech/dispose/ModDnsSecDomainGlobalV4ForUMCResponse.java new file mode 100644 index 00000000..37193b96 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModDnsSecDomainGlobalV4ForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modDnsSecDomainGlobalV4ForUMCResponse") +public class ModDnsSecDomainGlobalV4ForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModDnsSipCustomV4ForUMC.java b/src/main/java/com/dptech/dispose/ModDnsSipCustomV4ForUMC.java new file mode 100644 index 00000000..889769ad --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModDnsSipCustomV4ForUMC.java @@ -0,0 +1,204 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="sipstart" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="sipend" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "sipstart", + "sipend", + "protectthreshold", + "action" +}) +@XmlRootElement(name = "modDnsSipCustomV4ForUMC") +public class ModDnsSipCustomV4ForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String sipstart; + @XmlElement(required = true, nillable = true) + protected String sipend; + @XmlElement(required = true, nillable = true) + protected String protectthreshold; + @XmlElement(required = true, nillable = true) + protected String action; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取sipstart属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSipstart() { + return sipstart; + } + + /** + * 设置sipstart属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSipstart(String value) { + this.sipstart = value; + } + + /** + * 获取sipend属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSipend() { + return sipend; + } + + /** + * 设置sipend属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSipend(String value) { + this.sipend = value; + } + + /** + * 获取protectthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getProtectthreshold() { + return protectthreshold; + } + + /** + * 设置protectthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setProtectthreshold(String value) { + this.protectthreshold = value; + } + + /** + * 获取action属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAction() { + return action; + } + + /** + * 设置action属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAction(String value) { + this.action = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelAnomalyDetectionStrategyForUMCResponse.java b/src/main/java/com/dptech/dispose/ModDnsSipCustomV4ForUMCResponse.java similarity index 79% rename from src/main/java/com/dptech/umc/DelAnomalyDetectionStrategyForUMCResponse.java rename to src/main/java/com/dptech/dispose/ModDnsSipCustomV4ForUMCResponse.java index 5f16c6a3..4d5d4bc6 100644 --- a/src/main/java/com/dptech/umc/DelAnomalyDetectionStrategyForUMCResponse.java +++ b/src/main/java/com/dptech/dispose/ModDnsSipCustomV4ForUMCResponse.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
@@ -31,14 +31,14 @@ import javax.xml.bind.annotation.XmlType;
 @XmlType(name = "", propOrder = {
     "out"
 })
-@XmlRootElement(name = "delAnomalyDetectionStrategyForUMCResponse")
-public class DelAnomalyDetectionStrategyForUMCResponse {
+@XmlRootElement(name = "modDnsSipCustomV4ForUMCResponse")
+public class ModDnsSipCustomV4ForUMCResponse {
 
     @XmlElement(required = true, nillable = true)
     protected NtcRequestResultInfo out;
 
     /**
-     * ȡoutԵֵ
+     * 获取out属性的值。
      * 
      * @return
      *     possible object is
@@ -50,7 +50,7 @@ public class DelAnomalyDetectionStrategyForUMCResponse {
     }
 
     /**
-     * outԵֵ
+     * 设置out属性的值。
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/com/dptech/dispose/ModDnsSipGlobalV4ForUMC.java b/src/main/java/com/dptech/dispose/ModDnsSipGlobalV4ForUMC.java
new file mode 100644
index 00000000..70838941
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/ModDnsSipGlobalV4ForUMC.java
@@ -0,0 +1,148 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "protectthreshold", + "action" +}) +@XmlRootElement(name = "modDnsSipGlobalV4ForUMC") +public class ModDnsSipGlobalV4ForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String protectthreshold; + @XmlElement(required = true, nillable = true) + protected String action; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取protectthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getProtectthreshold() { + return protectthreshold; + } + + /** + * 设置protectthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setProtectthreshold(String value) { + this.protectthreshold = value; + } + + /** + * 获取action属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAction() { + return action; + } + + /** + * 设置action属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAction(String value) { + this.action = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelBypassManualTractionStrategyForUMCResponse.java b/src/main/java/com/dptech/dispose/ModDnsSipGlobalV4ForUMCResponse.java similarity index 79% rename from src/main/java/com/dptech/umc/DelBypassManualTractionStrategyForUMCResponse.java rename to src/main/java/com/dptech/dispose/ModDnsSipGlobalV4ForUMCResponse.java index 4652fd2c..8cd7a5ba 100644 --- a/src/main/java/com/dptech/umc/DelBypassManualTractionStrategyForUMCResponse.java +++ b/src/main/java/com/dptech/dispose/ModDnsSipGlobalV4ForUMCResponse.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
@@ -31,14 +31,14 @@ import javax.xml.bind.annotation.XmlType;
 @XmlType(name = "", propOrder = {
     "out"
 })
-@XmlRootElement(name = "delBypassManualTractionStrategyForUMCResponse")
-public class DelBypassManualTractionStrategyForUMCResponse {
+@XmlRootElement(name = "modDnsSipGlobalV4ForUMCResponse")
+public class ModDnsSipGlobalV4ForUMCResponse {
 
     @XmlElement(required = true, nillable = true)
     protected NtcRequestResultInfo out;
 
     /**
-     * ȡoutԵֵ
+     * 获取out属性的值。
      * 
      * @return
      *     possible object is
@@ -50,7 +50,7 @@ public class DelBypassManualTractionStrategyForUMCResponse {
     }
 
     /**
-     * outԵֵ
+     * 设置out属性的值。
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/com/dptech/dispose/ModFingerprintIcmpForUMC.java b/src/main/java/com/dptech/dispose/ModFingerprintIcmpForUMC.java
new file mode 100644
index 00000000..f89d66e3
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/ModFingerprintIcmpForUMC.java
@@ -0,0 +1,736 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keytype1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keyoffset1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keylength1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ip1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="mask1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="enable1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="custom1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keytype2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keyoffset2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keylength2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ip2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="mask2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="enable2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="custom2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keytype3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keyoffset3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keylength3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ip3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="mask3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="enable3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="custom3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "keytype1", + "keyoffset1", + "keylength1", + "ip1", + "mask1", + "enable1", + "custom1", + "keytype2", + "keyoffset2", + "keylength2", + "ip2", + "mask2", + "enable2", + "custom2", + "keytype3", + "keyoffset3", + "keylength3", + "ip3", + "mask3", + "enable3", + "custom3", + "threshold", + "action" +}) +@XmlRootElement(name = "modFingerprintIcmpForUMC") +public class ModFingerprintIcmpForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String keytype1; + @XmlElement(required = true, nillable = true) + protected String keyoffset1; + @XmlElement(required = true, nillable = true) + protected String keylength1; + @XmlElement(required = true, nillable = true) + protected String ip1; + @XmlElement(required = true, nillable = true) + protected String mask1; + @XmlElement(required = true, nillable = true) + protected String enable1; + @XmlElement(required = true, nillable = true) + protected String custom1; + @XmlElement(required = true, nillable = true) + protected String keytype2; + @XmlElement(required = true, nillable = true) + protected String keyoffset2; + @XmlElement(required = true, nillable = true) + protected String keylength2; + @XmlElement(required = true, nillable = true) + protected String ip2; + @XmlElement(required = true, nillable = true) + protected String mask2; + @XmlElement(required = true, nillable = true) + protected String enable2; + @XmlElement(required = true, nillable = true) + protected String custom2; + @XmlElement(required = true, nillable = true) + protected String keytype3; + @XmlElement(required = true, nillable = true) + protected String keyoffset3; + @XmlElement(required = true, nillable = true) + protected String keylength3; + @XmlElement(required = true, nillable = true) + protected String ip3; + @XmlElement(required = true, nillable = true) + protected String mask3; + @XmlElement(required = true, nillable = true) + protected String enable3; + @XmlElement(required = true, nillable = true) + protected String custom3; + @XmlElement(required = true, nillable = true) + protected String threshold; + @XmlElement(required = true, nillable = true) + protected String action; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取keytype1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeytype1() { + return keytype1; + } + + /** + * 设置keytype1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeytype1(String value) { + this.keytype1 = value; + } + + /** + * 获取keyoffset1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeyoffset1() { + return keyoffset1; + } + + /** + * 设置keyoffset1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeyoffset1(String value) { + this.keyoffset1 = value; + } + + /** + * 获取keylength1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeylength1() { + return keylength1; + } + + /** + * 设置keylength1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeylength1(String value) { + this.keylength1 = value; + } + + /** + * 获取ip1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIp1() { + return ip1; + } + + /** + * 设置ip1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIp1(String value) { + this.ip1 = value; + } + + /** + * 获取mask1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMask1() { + return mask1; + } + + /** + * 设置mask1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMask1(String value) { + this.mask1 = value; + } + + /** + * 获取enable1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getEnable1() { + return enable1; + } + + /** + * 设置enable1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEnable1(String value) { + this.enable1 = value; + } + + /** + * 获取custom1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCustom1() { + return custom1; + } + + /** + * 设置custom1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCustom1(String value) { + this.custom1 = value; + } + + /** + * 获取keytype2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeytype2() { + return keytype2; + } + + /** + * 设置keytype2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeytype2(String value) { + this.keytype2 = value; + } + + /** + * 获取keyoffset2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeyoffset2() { + return keyoffset2; + } + + /** + * 设置keyoffset2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeyoffset2(String value) { + this.keyoffset2 = value; + } + + /** + * 获取keylength2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeylength2() { + return keylength2; + } + + /** + * 设置keylength2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeylength2(String value) { + this.keylength2 = value; + } + + /** + * 获取ip2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIp2() { + return ip2; + } + + /** + * 设置ip2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIp2(String value) { + this.ip2 = value; + } + + /** + * 获取mask2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMask2() { + return mask2; + } + + /** + * 设置mask2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMask2(String value) { + this.mask2 = value; + } + + /** + * 获取enable2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getEnable2() { + return enable2; + } + + /** + * 设置enable2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEnable2(String value) { + this.enable2 = value; + } + + /** + * 获取custom2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCustom2() { + return custom2; + } + + /** + * 设置custom2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCustom2(String value) { + this.custom2 = value; + } + + /** + * 获取keytype3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeytype3() { + return keytype3; + } + + /** + * 设置keytype3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeytype3(String value) { + this.keytype3 = value; + } + + /** + * 获取keyoffset3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeyoffset3() { + return keyoffset3; + } + + /** + * 设置keyoffset3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeyoffset3(String value) { + this.keyoffset3 = value; + } + + /** + * 获取keylength3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeylength3() { + return keylength3; + } + + /** + * 设置keylength3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeylength3(String value) { + this.keylength3 = value; + } + + /** + * 获取ip3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIp3() { + return ip3; + } + + /** + * 设置ip3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIp3(String value) { + this.ip3 = value; + } + + /** + * 获取mask3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMask3() { + return mask3; + } + + /** + * 设置mask3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMask3(String value) { + this.mask3 = value; + } + + /** + * 获取enable3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getEnable3() { + return enable3; + } + + /** + * 设置enable3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEnable3(String value) { + this.enable3 = value; + } + + /** + * 获取custom3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCustom3() { + return custom3; + } + + /** + * 设置custom3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCustom3(String value) { + this.custom3 = value; + } + + /** + * 获取threshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getThreshold() { + return threshold; + } + + /** + * 设置threshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setThreshold(String value) { + this.threshold = value; + } + + /** + * 获取action属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAction() { + return action; + } + + /** + * 设置action属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAction(String value) { + this.action = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModFingerprintIcmpForUMCResponse.java b/src/main/java/com/dptech/dispose/ModFingerprintIcmpForUMCResponse.java new file mode 100644 index 00000000..a786b9f0 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModFingerprintIcmpForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modFingerprintIcmpForUMCResponse") +public class ModFingerprintIcmpForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModFingerprintOtherForUMC.java b/src/main/java/com/dptech/dispose/ModFingerprintOtherForUMC.java new file mode 100644 index 00000000..389133fc --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModFingerprintOtherForUMC.java @@ -0,0 +1,736 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keytype1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keyoffset1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keylength1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ip1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="mask1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="enable1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="custom1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keytype2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keyoffset2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keylength2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ip2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="mask2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="enable2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="custom2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keytype3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keyoffset3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keylength3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ip3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="mask3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="enable3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="custom3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "keytype1", + "keyoffset1", + "keylength1", + "ip1", + "mask1", + "enable1", + "custom1", + "keytype2", + "keyoffset2", + "keylength2", + "ip2", + "mask2", + "enable2", + "custom2", + "keytype3", + "keyoffset3", + "keylength3", + "ip3", + "mask3", + "enable3", + "custom3", + "threshold", + "action" +}) +@XmlRootElement(name = "modFingerprintOtherForUMC") +public class ModFingerprintOtherForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String keytype1; + @XmlElement(required = true, nillable = true) + protected String keyoffset1; + @XmlElement(required = true, nillable = true) + protected String keylength1; + @XmlElement(required = true, nillable = true) + protected String ip1; + @XmlElement(required = true, nillable = true) + protected String mask1; + @XmlElement(required = true, nillable = true) + protected String enable1; + @XmlElement(required = true, nillable = true) + protected String custom1; + @XmlElement(required = true, nillable = true) + protected String keytype2; + @XmlElement(required = true, nillable = true) + protected String keyoffset2; + @XmlElement(required = true, nillable = true) + protected String keylength2; + @XmlElement(required = true, nillable = true) + protected String ip2; + @XmlElement(required = true, nillable = true) + protected String mask2; + @XmlElement(required = true, nillable = true) + protected String enable2; + @XmlElement(required = true, nillable = true) + protected String custom2; + @XmlElement(required = true, nillable = true) + protected String keytype3; + @XmlElement(required = true, nillable = true) + protected String keyoffset3; + @XmlElement(required = true, nillable = true) + protected String keylength3; + @XmlElement(required = true, nillable = true) + protected String ip3; + @XmlElement(required = true, nillable = true) + protected String mask3; + @XmlElement(required = true, nillable = true) + protected String enable3; + @XmlElement(required = true, nillable = true) + protected String custom3; + @XmlElement(required = true, nillable = true) + protected String threshold; + @XmlElement(required = true, nillable = true) + protected String action; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取keytype1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeytype1() { + return keytype1; + } + + /** + * 设置keytype1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeytype1(String value) { + this.keytype1 = value; + } + + /** + * 获取keyoffset1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeyoffset1() { + return keyoffset1; + } + + /** + * 设置keyoffset1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeyoffset1(String value) { + this.keyoffset1 = value; + } + + /** + * 获取keylength1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeylength1() { + return keylength1; + } + + /** + * 设置keylength1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeylength1(String value) { + this.keylength1 = value; + } + + /** + * 获取ip1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIp1() { + return ip1; + } + + /** + * 设置ip1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIp1(String value) { + this.ip1 = value; + } + + /** + * 获取mask1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMask1() { + return mask1; + } + + /** + * 设置mask1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMask1(String value) { + this.mask1 = value; + } + + /** + * 获取enable1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getEnable1() { + return enable1; + } + + /** + * 设置enable1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEnable1(String value) { + this.enable1 = value; + } + + /** + * 获取custom1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCustom1() { + return custom1; + } + + /** + * 设置custom1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCustom1(String value) { + this.custom1 = value; + } + + /** + * 获取keytype2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeytype2() { + return keytype2; + } + + /** + * 设置keytype2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeytype2(String value) { + this.keytype2 = value; + } + + /** + * 获取keyoffset2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeyoffset2() { + return keyoffset2; + } + + /** + * 设置keyoffset2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeyoffset2(String value) { + this.keyoffset2 = value; + } + + /** + * 获取keylength2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeylength2() { + return keylength2; + } + + /** + * 设置keylength2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeylength2(String value) { + this.keylength2 = value; + } + + /** + * 获取ip2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIp2() { + return ip2; + } + + /** + * 设置ip2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIp2(String value) { + this.ip2 = value; + } + + /** + * 获取mask2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMask2() { + return mask2; + } + + /** + * 设置mask2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMask2(String value) { + this.mask2 = value; + } + + /** + * 获取enable2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getEnable2() { + return enable2; + } + + /** + * 设置enable2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEnable2(String value) { + this.enable2 = value; + } + + /** + * 获取custom2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCustom2() { + return custom2; + } + + /** + * 设置custom2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCustom2(String value) { + this.custom2 = value; + } + + /** + * 获取keytype3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeytype3() { + return keytype3; + } + + /** + * 设置keytype3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeytype3(String value) { + this.keytype3 = value; + } + + /** + * 获取keyoffset3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeyoffset3() { + return keyoffset3; + } + + /** + * 设置keyoffset3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeyoffset3(String value) { + this.keyoffset3 = value; + } + + /** + * 获取keylength3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeylength3() { + return keylength3; + } + + /** + * 设置keylength3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeylength3(String value) { + this.keylength3 = value; + } + + /** + * 获取ip3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIp3() { + return ip3; + } + + /** + * 设置ip3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIp3(String value) { + this.ip3 = value; + } + + /** + * 获取mask3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMask3() { + return mask3; + } + + /** + * 设置mask3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMask3(String value) { + this.mask3 = value; + } + + /** + * 获取enable3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getEnable3() { + return enable3; + } + + /** + * 设置enable3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEnable3(String value) { + this.enable3 = value; + } + + /** + * 获取custom3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCustom3() { + return custom3; + } + + /** + * 设置custom3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCustom3(String value) { + this.custom3 = value; + } + + /** + * 获取threshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getThreshold() { + return threshold; + } + + /** + * 设置threshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setThreshold(String value) { + this.threshold = value; + } + + /** + * 获取action属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAction() { + return action; + } + + /** + * 设置action属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAction(String value) { + this.action = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModFingerprintOtherForUMCResponse.java b/src/main/java/com/dptech/dispose/ModFingerprintOtherForUMCResponse.java new file mode 100644 index 00000000..545976fa --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModFingerprintOtherForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modFingerprintOtherForUMCResponse") +public class ModFingerprintOtherForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModFingerprintTcpForUMC.java b/src/main/java/com/dptech/dispose/ModFingerprintTcpForUMC.java new file mode 100644 index 00000000..6bca5a5d --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModFingerprintTcpForUMC.java @@ -0,0 +1,904 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keytype1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keyoffset1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keylength1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="port1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="flag1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ip1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="mask1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="enable1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="custom1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keytype2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keyoffset2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keylength2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="port2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="flag2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ip2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="mask2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="enable2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="custom2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keytype3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keyoffset3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keylength3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="port3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="flag3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ip3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="mask3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="enable3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="custom3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "keytype1", + "keyoffset1", + "keylength1", + "port1", + "flag1", + "ip1", + "mask1", + "enable1", + "custom1", + "keytype2", + "keyoffset2", + "keylength2", + "port2", + "flag2", + "ip2", + "mask2", + "enable2", + "custom2", + "keytype3", + "keyoffset3", + "keylength3", + "port3", + "flag3", + "ip3", + "mask3", + "enable3", + "custom3", + "threshold", + "action" +}) +@XmlRootElement(name = "modFingerprintTcpForUMC") +public class ModFingerprintTcpForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String keytype1; + @XmlElement(required = true, nillable = true) + protected String keyoffset1; + @XmlElement(required = true, nillable = true) + protected String keylength1; + @XmlElement(required = true, nillable = true) + protected String port1; + @XmlElement(required = true, nillable = true) + protected String flag1; + @XmlElement(required = true, nillable = true) + protected String ip1; + @XmlElement(required = true, nillable = true) + protected String mask1; + @XmlElement(required = true, nillable = true) + protected String enable1; + @XmlElement(required = true, nillable = true) + protected String custom1; + @XmlElement(required = true, nillable = true) + protected String keytype2; + @XmlElement(required = true, nillable = true) + protected String keyoffset2; + @XmlElement(required = true, nillable = true) + protected String keylength2; + @XmlElement(required = true, nillable = true) + protected String port2; + @XmlElement(required = true, nillable = true) + protected String flag2; + @XmlElement(required = true, nillable = true) + protected String ip2; + @XmlElement(required = true, nillable = true) + protected String mask2; + @XmlElement(required = true, nillable = true) + protected String enable2; + @XmlElement(required = true, nillable = true) + protected String custom2; + @XmlElement(required = true, nillable = true) + protected String keytype3; + @XmlElement(required = true, nillable = true) + protected String keyoffset3; + @XmlElement(required = true, nillable = true) + protected String keylength3; + @XmlElement(required = true, nillable = true) + protected String port3; + @XmlElement(required = true, nillable = true) + protected String flag3; + @XmlElement(required = true, nillable = true) + protected String ip3; + @XmlElement(required = true, nillable = true) + protected String mask3; + @XmlElement(required = true, nillable = true) + protected String enable3; + @XmlElement(required = true, nillable = true) + protected String custom3; + @XmlElement(required = true, nillable = true) + protected String threshold; + @XmlElement(required = true, nillable = true) + protected String action; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取keytype1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeytype1() { + return keytype1; + } + + /** + * 设置keytype1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeytype1(String value) { + this.keytype1 = value; + } + + /** + * 获取keyoffset1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeyoffset1() { + return keyoffset1; + } + + /** + * 设置keyoffset1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeyoffset1(String value) { + this.keyoffset1 = value; + } + + /** + * 获取keylength1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeylength1() { + return keylength1; + } + + /** + * 设置keylength1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeylength1(String value) { + this.keylength1 = value; + } + + /** + * 获取port1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPort1() { + return port1; + } + + /** + * 设置port1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPort1(String value) { + this.port1 = value; + } + + /** + * 获取flag1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getFlag1() { + return flag1; + } + + /** + * 设置flag1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setFlag1(String value) { + this.flag1 = value; + } + + /** + * 获取ip1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIp1() { + return ip1; + } + + /** + * 设置ip1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIp1(String value) { + this.ip1 = value; + } + + /** + * 获取mask1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMask1() { + return mask1; + } + + /** + * 设置mask1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMask1(String value) { + this.mask1 = value; + } + + /** + * 获取enable1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getEnable1() { + return enable1; + } + + /** + * 设置enable1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEnable1(String value) { + this.enable1 = value; + } + + /** + * 获取custom1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCustom1() { + return custom1; + } + + /** + * 设置custom1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCustom1(String value) { + this.custom1 = value; + } + + /** + * 获取keytype2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeytype2() { + return keytype2; + } + + /** + * 设置keytype2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeytype2(String value) { + this.keytype2 = value; + } + + /** + * 获取keyoffset2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeyoffset2() { + return keyoffset2; + } + + /** + * 设置keyoffset2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeyoffset2(String value) { + this.keyoffset2 = value; + } + + /** + * 获取keylength2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeylength2() { + return keylength2; + } + + /** + * 设置keylength2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeylength2(String value) { + this.keylength2 = value; + } + + /** + * 获取port2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPort2() { + return port2; + } + + /** + * 设置port2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPort2(String value) { + this.port2 = value; + } + + /** + * 获取flag2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getFlag2() { + return flag2; + } + + /** + * 设置flag2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setFlag2(String value) { + this.flag2 = value; + } + + /** + * 获取ip2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIp2() { + return ip2; + } + + /** + * 设置ip2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIp2(String value) { + this.ip2 = value; + } + + /** + * 获取mask2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMask2() { + return mask2; + } + + /** + * 设置mask2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMask2(String value) { + this.mask2 = value; + } + + /** + * 获取enable2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getEnable2() { + return enable2; + } + + /** + * 设置enable2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEnable2(String value) { + this.enable2 = value; + } + + /** + * 获取custom2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCustom2() { + return custom2; + } + + /** + * 设置custom2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCustom2(String value) { + this.custom2 = value; + } + + /** + * 获取keytype3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeytype3() { + return keytype3; + } + + /** + * 设置keytype3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeytype3(String value) { + this.keytype3 = value; + } + + /** + * 获取keyoffset3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeyoffset3() { + return keyoffset3; + } + + /** + * 设置keyoffset3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeyoffset3(String value) { + this.keyoffset3 = value; + } + + /** + * 获取keylength3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeylength3() { + return keylength3; + } + + /** + * 设置keylength3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeylength3(String value) { + this.keylength3 = value; + } + + /** + * 获取port3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPort3() { + return port3; + } + + /** + * 设置port3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPort3(String value) { + this.port3 = value; + } + + /** + * 获取flag3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getFlag3() { + return flag3; + } + + /** + * 设置flag3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setFlag3(String value) { + this.flag3 = value; + } + + /** + * 获取ip3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIp3() { + return ip3; + } + + /** + * 设置ip3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIp3(String value) { + this.ip3 = value; + } + + /** + * 获取mask3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMask3() { + return mask3; + } + + /** + * 设置mask3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMask3(String value) { + this.mask3 = value; + } + + /** + * 获取enable3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getEnable3() { + return enable3; + } + + /** + * 设置enable3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEnable3(String value) { + this.enable3 = value; + } + + /** + * 获取custom3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCustom3() { + return custom3; + } + + /** + * 设置custom3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCustom3(String value) { + this.custom3 = value; + } + + /** + * 获取threshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getThreshold() { + return threshold; + } + + /** + * 设置threshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setThreshold(String value) { + this.threshold = value; + } + + /** + * 获取action属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAction() { + return action; + } + + /** + * 设置action属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAction(String value) { + this.action = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModFingerprintTcpForUMCResponse.java b/src/main/java/com/dptech/dispose/ModFingerprintTcpForUMCResponse.java new file mode 100644 index 00000000..e5b90dfd --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModFingerprintTcpForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modFingerprintTcpForUMCResponse") +public class ModFingerprintTcpForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModFingerprintUdpForUMC.java b/src/main/java/com/dptech/dispose/ModFingerprintUdpForUMC.java new file mode 100644 index 00000000..def100be --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModFingerprintUdpForUMC.java @@ -0,0 +1,820 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keytype1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keyoffset1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keylength1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="port1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ip1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="mask1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="enable1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="custom1" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keytype2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keyoffset2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keylength2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="port2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ip2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="mask2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="enable2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="custom2" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keytype3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keyoffset3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="keylength3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="port3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ip3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="mask3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="enable3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="custom3" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name", + "keytype1", + "keyoffset1", + "keylength1", + "port1", + "ip1", + "mask1", + "enable1", + "custom1", + "keytype2", + "keyoffset2", + "keylength2", + "port2", + "ip2", + "mask2", + "enable2", + "custom2", + "keytype3", + "keyoffset3", + "keylength3", + "port3", + "ip3", + "mask3", + "enable3", + "custom3", + "threshold", + "action" +}) +@XmlRootElement(name = "modFingerprintUdpForUMC") +public class ModFingerprintUdpForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String keytype1; + @XmlElement(required = true, nillable = true) + protected String keyoffset1; + @XmlElement(required = true, nillable = true) + protected String keylength1; + @XmlElement(required = true, nillable = true) + protected String port1; + @XmlElement(required = true, nillable = true) + protected String ip1; + @XmlElement(required = true, nillable = true) + protected String mask1; + @XmlElement(required = true, nillable = true) + protected String enable1; + @XmlElement(required = true, nillable = true) + protected String custom1; + @XmlElement(required = true, nillable = true) + protected String keytype2; + @XmlElement(required = true, nillable = true) + protected String keyoffset2; + @XmlElement(required = true, nillable = true) + protected String keylength2; + @XmlElement(required = true, nillable = true) + protected String port2; + @XmlElement(required = true, nillable = true) + protected String ip2; + @XmlElement(required = true, nillable = true) + protected String mask2; + @XmlElement(required = true, nillable = true) + protected String enable2; + @XmlElement(required = true, nillable = true) + protected String custom2; + @XmlElement(required = true, nillable = true) + protected String keytype3; + @XmlElement(required = true, nillable = true) + protected String keyoffset3; + @XmlElement(required = true, nillable = true) + protected String keylength3; + @XmlElement(required = true, nillable = true) + protected String port3; + @XmlElement(required = true, nillable = true) + protected String ip3; + @XmlElement(required = true, nillable = true) + protected String mask3; + @XmlElement(required = true, nillable = true) + protected String enable3; + @XmlElement(required = true, nillable = true) + protected String custom3; + @XmlElement(required = true, nillable = true) + protected String threshold; + @XmlElement(required = true, nillable = true) + protected String action; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * 获取keytype1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeytype1() { + return keytype1; + } + + /** + * 设置keytype1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeytype1(String value) { + this.keytype1 = value; + } + + /** + * 获取keyoffset1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeyoffset1() { + return keyoffset1; + } + + /** + * 设置keyoffset1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeyoffset1(String value) { + this.keyoffset1 = value; + } + + /** + * 获取keylength1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeylength1() { + return keylength1; + } + + /** + * 设置keylength1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeylength1(String value) { + this.keylength1 = value; + } + + /** + * 获取port1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPort1() { + return port1; + } + + /** + * 设置port1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPort1(String value) { + this.port1 = value; + } + + /** + * 获取ip1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIp1() { + return ip1; + } + + /** + * 设置ip1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIp1(String value) { + this.ip1 = value; + } + + /** + * 获取mask1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMask1() { + return mask1; + } + + /** + * 设置mask1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMask1(String value) { + this.mask1 = value; + } + + /** + * 获取enable1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getEnable1() { + return enable1; + } + + /** + * 设置enable1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEnable1(String value) { + this.enable1 = value; + } + + /** + * 获取custom1属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCustom1() { + return custom1; + } + + /** + * 设置custom1属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCustom1(String value) { + this.custom1 = value; + } + + /** + * 获取keytype2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeytype2() { + return keytype2; + } + + /** + * 设置keytype2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeytype2(String value) { + this.keytype2 = value; + } + + /** + * 获取keyoffset2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeyoffset2() { + return keyoffset2; + } + + /** + * 设置keyoffset2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeyoffset2(String value) { + this.keyoffset2 = value; + } + + /** + * 获取keylength2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeylength2() { + return keylength2; + } + + /** + * 设置keylength2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeylength2(String value) { + this.keylength2 = value; + } + + /** + * 获取port2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPort2() { + return port2; + } + + /** + * 设置port2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPort2(String value) { + this.port2 = value; + } + + /** + * 获取ip2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIp2() { + return ip2; + } + + /** + * 设置ip2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIp2(String value) { + this.ip2 = value; + } + + /** + * 获取mask2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMask2() { + return mask2; + } + + /** + * 设置mask2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMask2(String value) { + this.mask2 = value; + } + + /** + * 获取enable2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getEnable2() { + return enable2; + } + + /** + * 设置enable2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEnable2(String value) { + this.enable2 = value; + } + + /** + * 获取custom2属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCustom2() { + return custom2; + } + + /** + * 设置custom2属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCustom2(String value) { + this.custom2 = value; + } + + /** + * 获取keytype3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeytype3() { + return keytype3; + } + + /** + * 设置keytype3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeytype3(String value) { + this.keytype3 = value; + } + + /** + * 获取keyoffset3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeyoffset3() { + return keyoffset3; + } + + /** + * 设置keyoffset3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeyoffset3(String value) { + this.keyoffset3 = value; + } + + /** + * 获取keylength3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getKeylength3() { + return keylength3; + } + + /** + * 设置keylength3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setKeylength3(String value) { + this.keylength3 = value; + } + + /** + * 获取port3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPort3() { + return port3; + } + + /** + * 设置port3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPort3(String value) { + this.port3 = value; + } + + /** + * 获取ip3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIp3() { + return ip3; + } + + /** + * 设置ip3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIp3(String value) { + this.ip3 = value; + } + + /** + * 获取mask3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMask3() { + return mask3; + } + + /** + * 设置mask3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMask3(String value) { + this.mask3 = value; + } + + /** + * 获取enable3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getEnable3() { + return enable3; + } + + /** + * 设置enable3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEnable3(String value) { + this.enable3 = value; + } + + /** + * 获取custom3属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCustom3() { + return custom3; + } + + /** + * 设置custom3属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCustom3(String value) { + this.custom3 = value; + } + + /** + * 获取threshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getThreshold() { + return threshold; + } + + /** + * 设置threshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setThreshold(String value) { + this.threshold = value; + } + + /** + * 获取action属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAction() { + return action; + } + + /** + * 设置action属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAction(String value) { + this.action = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModFingerprintUdpForUMCResponse.java b/src/main/java/com/dptech/dispose/ModFingerprintUdpForUMCResponse.java new file mode 100644 index 00000000..ec857891 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModFingerprintUdpForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modFingerprintUdpForUMCResponse") +public class ModFingerprintUdpForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModifyDetectionObjectForUMC.java b/src/main/java/com/dptech/dispose/ModifyDetectionObjectForUMC.java new file mode 100644 index 00000000..6dc6667d --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModifyDetectionObjectForUMC.java @@ -0,0 +1,130 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="detectionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ipSegment" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ipType" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="cleaningType" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "detectionName", + "ipSegment", + "ipType", + "cleaningType" +}) +@XmlRootElement(name = "modifyDetectionObjectForUMC") +public class ModifyDetectionObjectForUMC { + + @XmlElement(required = true, nillable = true) + protected String detectionName; + @XmlElement(required = true, nillable = true) + protected String ipSegment; + protected int ipType; + protected int cleaningType; + + /** + * 获取detectionName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getDetectionName() { + return detectionName; + } + + /** + * 设置detectionName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setDetectionName(String value) { + this.detectionName = value; + } + + /** + * 获取ipSegment属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIpSegment() { + return ipSegment; + } + + /** + * 设置ipSegment属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIpSegment(String value) { + this.ipSegment = value; + } + + /** + * 获取ipType属性的值。 + * + */ + public int getIpType() { + return ipType; + } + + /** + * 设置ipType属性的值。 + * + */ + public void setIpType(int value) { + this.ipType = value; + } + + /** + * 获取cleaningType属性的值。 + * + */ + public int getCleaningType() { + return cleaningType; + } + + /** + * 设置cleaningType属性的值。 + * + */ + public void setCleaningType(int value) { + this.cleaningType = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModifyDetectionObjectForUMCResponse.java b/src/main/java/com/dptech/dispose/ModifyDetectionObjectForUMCResponse.java new file mode 100644 index 00000000..2e7d7050 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModifyDetectionObjectForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modifyDetectionObjectForUMCResponse") +public class ModifyDetectionObjectForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModifyProtectionObjectForUMC.java b/src/main/java/com/dptech/dispose/ModifyProtectionObjectForUMC.java new file mode 100644 index 00000000..67aaccab --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModifyProtectionObjectForUMC.java @@ -0,0 +1,130 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="protectionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ipSegment" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="ipType" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="cleaningType" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "protectionName", + "ipSegment", + "ipType", + "cleaningType" +}) +@XmlRootElement(name = "modifyProtectionObjectForUMC") +public class ModifyProtectionObjectForUMC { + + @XmlElement(required = true, nillable = true) + protected String protectionName; + @XmlElement(required = true, nillable = true) + protected String ipSegment; + protected int ipType; + protected int cleaningType; + + /** + * 获取protectionName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getProtectionName() { + return protectionName; + } + + /** + * 设置protectionName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setProtectionName(String value) { + this.protectionName = value; + } + + /** + * 获取ipSegment属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIpSegment() { + return ipSegment; + } + + /** + * 设置ipSegment属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIpSegment(String value) { + this.ipSegment = value; + } + + /** + * 获取ipType属性的值。 + * + */ + public int getIpType() { + return ipType; + } + + /** + * 设置ipType属性的值。 + * + */ + public void setIpType(int value) { + this.ipType = value; + } + + /** + * 获取cleaningType属性的值。 + * + */ + public int getCleaningType() { + return cleaningType; + } + + /** + * 设置cleaningType属性的值。 + * + */ + public void setCleaningType(int value) { + this.cleaningType = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ModifyProtectionObjectForUMCResponse.java b/src/main/java/com/dptech/dispose/ModifyProtectionObjectForUMCResponse.java new file mode 100644 index 00000000..6102b0de --- /dev/null +++ b/src/main/java/com/dptech/dispose/ModifyProtectionObjectForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "modifyProtectionObjectForUMCResponse") +public class ModifyProtectionObjectForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/NtcRequestResultInfo.java b/src/main/java/com/dptech/dispose/NtcRequestResultInfo.java new file mode 100644 index 00000000..a906325b --- /dev/null +++ b/src/main/java/com/dptech/dispose/NtcRequestResultInfo.java @@ -0,0 +1,90 @@ + +package com.dptech.dispose; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; + + +/** + *

NtcRequestResultInfo complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType name="NtcRequestResultInfo">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="resultInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="resultRetVal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "NtcRequestResultInfo", propOrder = { + "resultInfo", + "resultRetVal" +}) +public class NtcRequestResultInfo { + + @XmlElementRef(name = "resultInfo", namespace = "http://service.ntc.dp.com", type = JAXBElement.class, required = false) + protected JAXBElement resultInfo; + protected Integer resultRetVal; + + /** + * 获取resultInfo属性的值。 + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getResultInfo() { + return resultInfo; + } + + /** + * 设置resultInfo属性的值。 + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setResultInfo(JAXBElement value) { + this.resultInfo = value; + } + + /** + * 获取resultRetVal属性的值。 + * + * @return + * possible object is + * {@link Integer } + * + */ + public Integer getResultRetVal() { + return resultRetVal; + } + + /** + * 设置resultRetVal属性的值。 + * + * @param value + * allowed object is + * {@link Integer } + * + */ + public void setResultRetVal(Integer value) { + this.resultRetVal = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ObjectFactory.java b/src/main/java/com/dptech/dispose/ObjectFactory.java new file mode 100644 index 00000000..386a1b35 --- /dev/null +++ b/src/main/java/com/dptech/dispose/ObjectFactory.java @@ -0,0 +1,6496 @@ + +package com.dptech.dispose; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlElementDecl; +import javax.xml.bind.annotation.XmlRegistry; +import javax.xml.namespace.QName; + + +/** + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the com.dptech.dispose package. + *

An ObjectFactory allows you to programatically + * construct new instances of the Java representation + * for XML content. The Java representation of XML + * content can consist of schema derived interfaces + * and classes representing the binding of schema + * type definitions, element declarations and model + * groups. Factory methods for each of these are + * provided in this class. + * + */ +@XmlRegistry +public class ObjectFactory { + + private final static QName _BlackAndWhiteListDataForServiceDipEndIp_QNAME = new QName("http://data.ntc.dp.com", "dipEndIp"); + private final static QName _BlackAndWhiteListDataForServiceDipStartIp_QNAME = new QName("http://data.ntc.dp.com", "dipStartIp"); + private final static QName _BlackAndWhiteListDataForServiceDipType_QNAME = new QName("http://data.ntc.dp.com", "dipType"); + private final static QName _BlackAndWhiteListDataForServiceHour_QNAME = new QName("http://data.ntc.dp.com", "hour"); + private final static QName _BlackAndWhiteListDataForServiceMinute_QNAME = new QName("http://data.ntc.dp.com", "minute"); + private final static QName _BlackAndWhiteListDataForServiceName_QNAME = new QName("http://data.ntc.dp.com", "name"); + private final static QName _BlackAndWhiteListDataForServiceProtectionType_QNAME = new QName("http://data.ntc.dp.com", "protectionType"); + private final static QName _BlackAndWhiteListDataForServiceSecond_QNAME = new QName("http://data.ntc.dp.com", "second"); + private final static QName _BlackAndWhiteListDataForServiceSipEndIp_QNAME = new QName("http://data.ntc.dp.com", "sipEndIp"); + private final static QName _BlackAndWhiteListDataForServiceSipStartIp_QNAME = new QName("http://data.ntc.dp.com", "sipStartIp"); + private final static QName _BlackAndWhiteListDataForServiceSipType_QNAME = new QName("http://data.ntc.dp.com", "sipType"); + private final static QName _BlackAndWhiteListDataForServiceTimeType_QNAME = new QName("http://data.ntc.dp.com", "timeType"); + private final static QName _ProtectionTargetWithStrategyForServiceProtectionStrategyName_QNAME = new QName("http://data.ntc.dp.com", "protectionStrategyName"); + private final static QName _ProtectionTargetWithStrategyForServiceProtectionTargetName_QNAME = new QName("http://data.ntc.dp.com", "protectionTargetName"); + private final static QName _DdosHttpGetUriCusProV4ForServiceURI_QNAME = new QName("http://data.ntc.dp.com", "URI"); + private final static QName _DdosHttpGetUriCusProV4ForServiceAction_QNAME = new QName("http://data.ntc.dp.com", "action"); + private final static QName _DdosHttpGetUriCusProV4ForServiceObjName_QNAME = new QName("http://data.ntc.dp.com", "objName"); + private final static QName _DdosHttpGetUriCusProV4ForServiceProtectthreshold_QNAME = new QName("http://data.ntc.dp.com", "protectthreshold"); + private final static QName _FingerprintOtherForServiceCustom1_QNAME = new QName("http://data.ntc.dp.com", "custom1"); + private final static QName _FingerprintOtherForServiceCustom2_QNAME = new QName("http://data.ntc.dp.com", "custom2"); + private final static QName _FingerprintOtherForServiceCustom3_QNAME = new QName("http://data.ntc.dp.com", "custom3"); + private final static QName _FingerprintOtherForServiceEnable1_QNAME = new QName("http://data.ntc.dp.com", "enable1"); + private final static QName _FingerprintOtherForServiceEnable2_QNAME = new QName("http://data.ntc.dp.com", "enable2"); + private final static QName _FingerprintOtherForServiceEnable3_QNAME = new QName("http://data.ntc.dp.com", "enable3"); + private final static QName _FingerprintOtherForServiceIp1_QNAME = new QName("http://data.ntc.dp.com", "ip1"); + private final static QName _FingerprintOtherForServiceIp2_QNAME = new QName("http://data.ntc.dp.com", "ip2"); + private final static QName _FingerprintOtherForServiceIp3_QNAME = new QName("http://data.ntc.dp.com", "ip3"); + private final static QName _FingerprintOtherForServiceKeylength1_QNAME = new QName("http://data.ntc.dp.com", "keylength1"); + private final static QName _FingerprintOtherForServiceKeylength2_QNAME = new QName("http://data.ntc.dp.com", "keylength2"); + private final static QName _FingerprintOtherForServiceKeylength3_QNAME = new QName("http://data.ntc.dp.com", "keylength3"); + private final static QName _FingerprintOtherForServiceKeyoffset1_QNAME = new QName("http://data.ntc.dp.com", "keyoffset1"); + private final static QName _FingerprintOtherForServiceKeyoffset2_QNAME = new QName("http://data.ntc.dp.com", "keyoffset2"); + private final static QName _FingerprintOtherForServiceKeyoffset3_QNAME = new QName("http://data.ntc.dp.com", "keyoffset3"); + private final static QName _FingerprintOtherForServiceKeytype1_QNAME = new QName("http://data.ntc.dp.com", "keytype1"); + private final static QName _FingerprintOtherForServiceKeytype2_QNAME = new QName("http://data.ntc.dp.com", "keytype2"); + private final static QName _FingerprintOtherForServiceKeytype3_QNAME = new QName("http://data.ntc.dp.com", "keytype3"); + private final static QName _FingerprintOtherForServiceMask1_QNAME = new QName("http://data.ntc.dp.com", "mask1"); + private final static QName _FingerprintOtherForServiceMask2_QNAME = new QName("http://data.ntc.dp.com", "mask2"); + private final static QName _FingerprintOtherForServiceMask3_QNAME = new QName("http://data.ntc.dp.com", "mask3"); + private final static QName _FingerprintOtherForServiceThreshold_QNAME = new QName("http://data.ntc.dp.com", "threshold"); + private final static QName _ProtectionStrategyTemplateForServiceDescription_QNAME = new QName("http://data.ntc.dp.com", "description"); + private final static QName _BlackHoleAutoStrategyForServiceDetectName_QNAME = new QName("http://data.ntc.dp.com", "detectName"); + private final static QName _BlackHoleAutoStrategyForServicePolicyName_QNAME = new QName("http://data.ntc.dp.com", "policyName"); + private final static QName _BlackHoleManualStrategyForServiceIpAddress_QNAME = new QName("http://data.ntc.dp.com", "ipAddress"); + private final static QName _DetectionObjectDataForServiceCleaningDevices_QNAME = new QName("http://data.ntc.dp.com", "cleaningDevices"); + private final static QName _DetectionObjectDataForServiceDetectionDevices_QNAME = new QName("http://data.ntc.dp.com", "detectionDevices"); + private final static QName _DetectionObjectDataForServiceDetectionName_QNAME = new QName("http://data.ntc.dp.com", "detectionName"); + private final static QName _DetectionObjectDataForServiceIpSegment_QNAME = new QName("http://data.ntc.dp.com", "ipSegment"); + private final static QName _DdosHttpGetSipCusProV4ForServiceSip_QNAME = new QName("http://data.ntc.dp.com", "sip"); + private final static QName _DnsSipCustomV4ForServiceSipend_QNAME = new QName("http://data.ntc.dp.com", "sipend"); + private final static QName _DnsSipCustomV4ForServiceSipstart_QNAME = new QName("http://data.ntc.dp.com", "sipstart"); + private final static QName _FingerprintTcpForServiceFlag1_QNAME = new QName("http://data.ntc.dp.com", "flag1"); + private final static QName _FingerprintTcpForServiceFlag2_QNAME = new QName("http://data.ntc.dp.com", "flag2"); + private final static QName _FingerprintTcpForServiceFlag3_QNAME = new QName("http://data.ntc.dp.com", "flag3"); + private final static QName _FingerprintTcpForServicePort1_QNAME = new QName("http://data.ntc.dp.com", "port1"); + private final static QName _FingerprintTcpForServicePort2_QNAME = new QName("http://data.ntc.dp.com", "port2"); + private final static QName _FingerprintTcpForServicePort3_QNAME = new QName("http://data.ntc.dp.com", "port3"); + private final static QName _DdosDnsRetryProtectForServiceAlertthreshold_QNAME = new QName("http://data.ntc.dp.com", "alertthreshold"); + private final static QName _DdosHttpGetSipGloProV4ForServiceType_QNAME = new QName("http://data.ntc.dp.com", "type"); + private final static QName _ProtectionObjectDataForServiceProtectionName_QNAME = new QName("http://data.ntc.dp.com", "protectionName"); + private final static QName _BypassManualTractionStrategyForServiceEnabled_QNAME = new QName("http://data.ntc.dp.com", "enabled"); + private final static QName _BypassManualTractionStrategyForServiceIpRange_QNAME = new QName("http://data.ntc.dp.com", "ipRange"); + private final static QName _BypassManualTractionStrategyForServiceProtectName_QNAME = new QName("http://data.ntc.dp.com", "protectName"); + private final static QName _DnsDomainCustomV4ForServiceDomain_QNAME = new QName("http://data.ntc.dp.com", "domain"); + private final static QName _DdosACProtectionForServiceAcDip_QNAME = new QName("http://data.ntc.dp.com", "acDip"); + private final static QName _DdosACProtectionForServiceAcDmask_QNAME = new QName("http://data.ntc.dp.com", "acDmask"); + private final static QName _DdosACProtectionForServiceAcSip_QNAME = new QName("http://data.ntc.dp.com", "acSip"); + private final static QName _DdosACProtectionForServiceAcSmask_QNAME = new QName("http://data.ntc.dp.com", "acSmask"); + private final static QName _DdosACProtectionForServiceDstPortMax_QNAME = new QName("http://data.ntc.dp.com", "dstPortMax"); + private final static QName _DdosACProtectionForServiceDstPortMin_QNAME = new QName("http://data.ntc.dp.com", "dstPortMin"); + private final static QName _DdosACProtectionForServiceEndLocation_QNAME = new QName("http://data.ntc.dp.com", "endLocation"); + private final static QName _DdosACProtectionForServiceFixString_QNAME = new QName("http://data.ntc.dp.com", "fixString"); + private final static QName _DdosACProtectionForServiceProtocol_QNAME = new QName("http://data.ntc.dp.com", "protocol"); + private final static QName _DdosACProtectionForServiceRegularExpression_QNAME = new QName("http://data.ntc.dp.com", "regularExpression"); + private final static QName _DdosACProtectionForServiceSrcPortMax_QNAME = new QName("http://data.ntc.dp.com", "srcPortMax"); + private final static QName _DdosACProtectionForServiceSrcPortMin_QNAME = new QName("http://data.ntc.dp.com", "srcPortMin"); + private final static QName _DdosACProtectionForServiceStartLocation_QNAME = new QName("http://data.ntc.dp.com", "startLocation"); + private final static QName _AnomalyDetectionStrategyDetectionObjName_QNAME = new QName("http://service.ntc.dp.com", "detectionObjName"); + private final static QName _AnomalyDetectionStrategyStrategyName_QNAME = new QName("http://service.ntc.dp.com", "strategyName"); + private final static QName _DdosGlobalUdpFragForServiceUdpenable_QNAME = new QName("http://data.ntc.dp.com", "udpenable"); + private final static QName _DdosGlobalUdpFragForServiceUdpthreshold_QNAME = new QName("http://data.ntc.dp.com", "udpthreshold"); + private final static QName _DdosGlobalIcmpLengthForServiceLengthenable_QNAME = new QName("http://data.ntc.dp.com", "lengthenable"); + private final static QName _DdosGlobalIcmpLengthForServiceMaxlength_QNAME = new QName("http://data.ntc.dp.com", "maxlength"); + private final static QName _DdosGlobalIcmpLengthForServiceMinlength_QNAME = new QName("http://data.ntc.dp.com", "minlength"); + private final static QName _DdosGlobalOtherFragForServiceOtherenable_QNAME = new QName("http://data.ntc.dp.com", "otherenable"); + private final static QName _DdosGlobalOtherFragForServiceOtherthreshold_QNAME = new QName("http://data.ntc.dp.com", "otherthreshold"); + private final static QName _DdosGlobalTcpLengthForServiceFinMax_QNAME = new QName("http://data.ntc.dp.com", "finMax"); + private final static QName _DdosGlobalTcpLengthForServiceFinMin_QNAME = new QName("http://data.ntc.dp.com", "finMin"); + private final static QName _DdosGlobalTcpLengthForServiceFinenable_QNAME = new QName("http://data.ntc.dp.com", "finenable"); + private final static QName _DdosGlobalTcpLengthForServiceRstMax_QNAME = new QName("http://data.ntc.dp.com", "rstMax"); + private final static QName _DdosGlobalTcpLengthForServiceRstMin_QNAME = new QName("http://data.ntc.dp.com", "rstMin"); + private final static QName _DdosGlobalTcpLengthForServiceRstenable_QNAME = new QName("http://data.ntc.dp.com", "rstenable"); + private final static QName _DdosGlobalTcpLengthForServiceSynMax_QNAME = new QName("http://data.ntc.dp.com", "synMax"); + private final static QName _DdosGlobalTcpLengthForServiceSynMin_QNAME = new QName("http://data.ntc.dp.com", "synMin"); + private final static QName _DdosGlobalTcpLengthForServiceSynackMax_QNAME = new QName("http://data.ntc.dp.com", "synackMax"); + private final static QName _DdosGlobalTcpLengthForServiceSynackMin_QNAME = new QName("http://data.ntc.dp.com", "synackMin"); + private final static QName _DdosGlobalTcpLengthForServiceSynackenable_QNAME = new QName("http://data.ntc.dp.com", "synackenable"); + private final static QName _DdosGlobalTcpLengthForServiceSynenable_QNAME = new QName("http://data.ntc.dp.com", "synenable"); + private final static QName _DdosGlobalSynFloodForServiceEnable_QNAME = new QName("http://data.ntc.dp.com", "enable"); + private final static QName _DdosGlobalTcpFragForServiceTcpenable_QNAME = new QName("http://data.ntc.dp.com", "tcpenable"); + private final static QName _DdosGlobalTcpFragForServiceTcpthreshold_QNAME = new QName("http://data.ntc.dp.com", "tcpthreshold"); + private final static QName _DdosGlobalUdpPayloadForServicePayloadOffsetMax_QNAME = new QName("http://data.ntc.dp.com", "payloadOffsetMax"); + private final static QName _DdosGlobalUdpPayloadForServicePayloadOffsetMin_QNAME = new QName("http://data.ntc.dp.com", "payloadOffsetMin"); + private final static QName _DdosGlobalUdpPayloadForServicePayloadThreshold_QNAME = new QName("http://data.ntc.dp.com", "payloadThreshold"); + private final static QName _DdosGlobalUdpPayloadForServicePayloadcontentenable_QNAME = new QName("http://data.ntc.dp.com", "payloadcontentenable"); + private final static QName _DdosGlobalUdpPayloadForServicePayloademptyenable_QNAME = new QName("http://data.ntc.dp.com", "payloademptyenable"); + private final static QName _DdosGlobalIcmpFragForServiceIcmpenable_QNAME = new QName("http://data.ntc.dp.com", "icmpenable"); + private final static QName _DdosGlobalIcmpFragForServiceIcmpthreshold_QNAME = new QName("http://data.ntc.dp.com", "icmpthreshold"); + private final static QName _DdosGlobalTcpFlagForServiceTcpFlagenable_QNAME = new QName("http://data.ntc.dp.com", "tcpFlagenable"); + private final static QName _DdosGlobalTcpStateForServiceChosen_QNAME = new QName("http://data.ntc.dp.com", "chosen"); + private final static QName _DdosGlobalTcpStateForServiceStatenable_QNAME = new QName("http://data.ntc.dp.com", "statenable"); + private final static QName _NtcRequestResultInfoResultInfo_QNAME = new QName("http://service.ntc.dp.com", "resultInfo"); + + /** + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.dptech.dispose + * + */ + public ObjectFactory() { + } + + /** + * Create an instance of {@link AddBlackHoleAutoStrategyForUMC } + * + */ + public AddBlackHoleAutoStrategyForUMC createAddBlackHoleAutoStrategyForUMC() { + return new AddBlackHoleAutoStrategyForUMC(); + } + + /** + * Create an instance of {@link AddBlackHoleAutoStrategyForUMCResponse } + * + */ + public AddBlackHoleAutoStrategyForUMCResponse createAddBlackHoleAutoStrategyForUMCResponse() { + return new AddBlackHoleAutoStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo createNtcRequestResultInfo() { + return new NtcRequestResultInfo(); + } + + /** + * Create an instance of {@link SetDdosGlobalTcpStateForUMC } + * + */ + public SetDdosGlobalTcpStateForUMC createSetDdosGlobalTcpStateForUMC() { + return new SetDdosGlobalTcpStateForUMC(); + } + + /** + * Create an instance of {@link SetDdosGlobalTcpStateForUMCResponse } + * + */ + public SetDdosGlobalTcpStateForUMCResponse createSetDdosGlobalTcpStateForUMCResponse() { + return new SetDdosGlobalTcpStateForUMCResponse(); + } + + /** + * Create an instance of {@link DelDnsSecDomainCustomV4ForUMC } + * + */ + public DelDnsSecDomainCustomV4ForUMC createDelDnsSecDomainCustomV4ForUMC() { + return new DelDnsSecDomainCustomV4ForUMC(); + } + + /** + * Create an instance of {@link DelDnsSecDomainCustomV4ForUMCResponse } + * + */ + public DelDnsSecDomainCustomV4ForUMCResponse createDelDnsSecDomainCustomV4ForUMCResponse() { + return new DelDnsSecDomainCustomV4ForUMCResponse(); + } + + /** + * Create an instance of {@link GetAllCompleteAnomalyDetectionStrategyFromUMC } + * + */ + public GetAllCompleteAnomalyDetectionStrategyFromUMC createGetAllCompleteAnomalyDetectionStrategyFromUMC() { + return new GetAllCompleteAnomalyDetectionStrategyFromUMC(); + } + + /** + * Create an instance of {@link GetAllCompleteAnomalyDetectionStrategyFromUMCResponse } + * + */ + public GetAllCompleteAnomalyDetectionStrategyFromUMCResponse createGetAllCompleteAnomalyDetectionStrategyFromUMCResponse() { + return new GetAllCompleteAnomalyDetectionStrategyFromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfAnomalyDetectionStrategy } + * + */ + public ArrayOfAnomalyDetectionStrategy createArrayOfAnomalyDetectionStrategy() { + return new ArrayOfAnomalyDetectionStrategy(); + } + + /** + * Create an instance of {@link SetDdosGlobalTcpLengthForUMC } + * + */ + public SetDdosGlobalTcpLengthForUMC createSetDdosGlobalTcpLengthForUMC() { + return new SetDdosGlobalTcpLengthForUMC(); + } + + /** + * Create an instance of {@link SetDdosGlobalTcpLengthForUMCResponse } + * + */ + public SetDdosGlobalTcpLengthForUMCResponse createSetDdosGlobalTcpLengthForUMCResponse() { + return new SetDdosGlobalTcpLengthForUMCResponse(); + } + + /** + * Create an instance of {@link ModBypassManualTractionStrategyForUMC } + * + */ + public ModBypassManualTractionStrategyForUMC createModBypassManualTractionStrategyForUMC() { + return new ModBypassManualTractionStrategyForUMC(); + } + + /** + * Create an instance of {@link ModBypassManualTractionStrategyForUMCResponse } + * + */ + public ModBypassManualTractionStrategyForUMCResponse createModBypassManualTractionStrategyForUMCResponse() { + return new ModBypassManualTractionStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link GetDnsSecDomainCustomV4FromUMC } + * + */ + public GetDnsSecDomainCustomV4FromUMC createGetDnsSecDomainCustomV4FromUMC() { + return new GetDnsSecDomainCustomV4FromUMC(); + } + + /** + * Create an instance of {@link GetDnsSecDomainCustomV4FromUMCResponse } + * + */ + public GetDnsSecDomainCustomV4FromUMCResponse createGetDnsSecDomainCustomV4FromUMCResponse() { + return new GetDnsSecDomainCustomV4FromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfDnsSecDomainCustomV4ForService } + * + */ + public ArrayOfDnsSecDomainCustomV4ForService createArrayOfDnsSecDomainCustomV4ForService() { + return new ArrayOfDnsSecDomainCustomV4ForService(); + } + + /** + * Create an instance of {@link DelDnsSipCustomV4ForUMC } + * + */ + public DelDnsSipCustomV4ForUMC createDelDnsSipCustomV4ForUMC() { + return new DelDnsSipCustomV4ForUMC(); + } + + /** + * Create an instance of {@link DelDnsSipCustomV4ForUMCResponse } + * + */ + public DelDnsSipCustomV4ForUMCResponse createDelDnsSipCustomV4ForUMCResponse() { + return new DelDnsSipCustomV4ForUMCResponse(); + } + + /** + * Create an instance of {@link DelDnsSecDomainGlobalV4ForUMC } + * + */ + public DelDnsSecDomainGlobalV4ForUMC createDelDnsSecDomainGlobalV4ForUMC() { + return new DelDnsSecDomainGlobalV4ForUMC(); + } + + /** + * Create an instance of {@link DelDnsSecDomainGlobalV4ForUMCResponse } + * + */ + public DelDnsSecDomainGlobalV4ForUMCResponse createDelDnsSecDomainGlobalV4ForUMCResponse() { + return new DelDnsSecDomainGlobalV4ForUMCResponse(); + } + + /** + * Create an instance of {@link SetDdosGlobalUdpLengthForUMC } + * + */ + public SetDdosGlobalUdpLengthForUMC createSetDdosGlobalUdpLengthForUMC() { + return new SetDdosGlobalUdpLengthForUMC(); + } + + /** + * Create an instance of {@link SetDdosGlobalUdpLengthForUMCResponse } + * + */ + public SetDdosGlobalUdpLengthForUMCResponse createSetDdosGlobalUdpLengthForUMCResponse() { + return new SetDdosGlobalUdpLengthForUMCResponse(); + } + + /** + * Create an instance of {@link AddCompleteAnomalyDetectionStrategyForUMC } + * + */ + public AddCompleteAnomalyDetectionStrategyForUMC createAddCompleteAnomalyDetectionStrategyForUMC() { + return new AddCompleteAnomalyDetectionStrategyForUMC(); + } + + /** + * Create an instance of {@link AddCompleteAnomalyDetectionStrategyForUMCResponse } + * + */ + public AddCompleteAnomalyDetectionStrategyForUMCResponse createAddCompleteAnomalyDetectionStrategyForUMCResponse() { + return new AddCompleteAnomalyDetectionStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link AddDdosHttpGetUriGloProV4ForUMC } + * + */ + public AddDdosHttpGetUriGloProV4ForUMC createAddDdosHttpGetUriGloProV4ForUMC() { + return new AddDdosHttpGetUriGloProV4ForUMC(); + } + + /** + * Create an instance of {@link AddDdosHttpGetUriGloProV4ForUMCResponse } + * + */ + public AddDdosHttpGetUriGloProV4ForUMCResponse createAddDdosHttpGetUriGloProV4ForUMCResponse() { + return new AddDdosHttpGetUriGloProV4ForUMCResponse(); + } + + /** + * Create an instance of {@link AddDdosHttpGetSipCusProV4ForUMC } + * + */ + public AddDdosHttpGetSipCusProV4ForUMC createAddDdosHttpGetSipCusProV4ForUMC() { + return new AddDdosHttpGetSipCusProV4ForUMC(); + } + + /** + * Create an instance of {@link AddDdosHttpGetSipCusProV4ForUMCResponse } + * + */ + public AddDdosHttpGetSipCusProV4ForUMCResponse createAddDdosHttpGetSipCusProV4ForUMCResponse() { + return new AddDdosHttpGetSipCusProV4ForUMCResponse(); + } + + /** + * Create an instance of {@link GetDdosACProtectionFromUMC } + * + */ + public GetDdosACProtectionFromUMC createGetDdosACProtectionFromUMC() { + return new GetDdosACProtectionFromUMC(); + } + + /** + * Create an instance of {@link GetDdosACProtectionFromUMCResponse } + * + */ + public GetDdosACProtectionFromUMCResponse createGetDdosACProtectionFromUMCResponse() { + return new GetDdosACProtectionFromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfDdosACProtectionForService } + * + */ + public ArrayOfDdosACProtectionForService createArrayOfDdosACProtectionForService() { + return new ArrayOfDdosACProtectionForService(); + } + + /** + * Create an instance of {@link ModBlackAndWhiteListProtection } + * + */ + public ModBlackAndWhiteListProtection createModBlackAndWhiteListProtection() { + return new ModBlackAndWhiteListProtection(); + } + + /** + * Create an instance of {@link ModBlackAndWhiteListProtectionResponse } + * + */ + public ModBlackAndWhiteListProtectionResponse createModBlackAndWhiteListProtectionResponse() { + return new ModBlackAndWhiteListProtectionResponse(); + } + + /** + * Create an instance of {@link SetDdosGlobalIcmpPayloadForUMC } + * + */ + public SetDdosGlobalIcmpPayloadForUMC createSetDdosGlobalIcmpPayloadForUMC() { + return new SetDdosGlobalIcmpPayloadForUMC(); + } + + /** + * Create an instance of {@link SetDdosGlobalIcmpPayloadForUMCResponse } + * + */ + public SetDdosGlobalIcmpPayloadForUMCResponse createSetDdosGlobalIcmpPayloadForUMCResponse() { + return new SetDdosGlobalIcmpPayloadForUMCResponse(); + } + + /** + * Create an instance of {@link StopBlackHoleStrategyForUMC } + * + */ + public StopBlackHoleStrategyForUMC createStopBlackHoleStrategyForUMC() { + return new StopBlackHoleStrategyForUMC(); + } + + /** + * Create an instance of {@link StopBlackHoleStrategyForUMCResponse } + * + */ + public StopBlackHoleStrategyForUMCResponse createStopBlackHoleStrategyForUMCResponse() { + return new StopBlackHoleStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link DelDnsDomainCustomV4ForUMC } + * + */ + public DelDnsDomainCustomV4ForUMC createDelDnsDomainCustomV4ForUMC() { + return new DelDnsDomainCustomV4ForUMC(); + } + + /** + * Create an instance of {@link DelDnsDomainCustomV4ForUMCResponse } + * + */ + public DelDnsDomainCustomV4ForUMCResponse createDelDnsDomainCustomV4ForUMCResponse() { + return new DelDnsDomainCustomV4ForUMCResponse(); + } + + /** + * Create an instance of {@link DelDdosCCuserGroupV4ForUMC } + * + */ + public DelDdosCCuserGroupV4ForUMC createDelDdosCCuserGroupV4ForUMC() { + return new DelDdosCCuserGroupV4ForUMC(); + } + + /** + * Create an instance of {@link DelDdosCCuserGroupV4ForUMCResponse } + * + */ + public DelDdosCCuserGroupV4ForUMCResponse createDelDdosCCuserGroupV4ForUMCResponse() { + return new DelDdosCCuserGroupV4ForUMCResponse(); + } + + /** + * Create an instance of {@link DelFingerprintOtherForUMC } + * + */ + public DelFingerprintOtherForUMC createDelFingerprintOtherForUMC() { + return new DelFingerprintOtherForUMC(); + } + + /** + * Create an instance of {@link DelFingerprintOtherForUMCResponse } + * + */ + public DelFingerprintOtherForUMCResponse createDelFingerprintOtherForUMCResponse() { + return new DelFingerprintOtherForUMCResponse(); + } + + /** + * Create an instance of {@link AddDnsDomainGlobalV4ForUMC } + * + */ + public AddDnsDomainGlobalV4ForUMC createAddDnsDomainGlobalV4ForUMC() { + return new AddDnsDomainGlobalV4ForUMC(); + } + + /** + * Create an instance of {@link AddDnsDomainGlobalV4ForUMCResponse } + * + */ + public AddDnsDomainGlobalV4ForUMCResponse createAddDnsDomainGlobalV4ForUMCResponse() { + return new AddDnsDomainGlobalV4ForUMCResponse(); + } + + /** + * Create an instance of {@link SetDdosGlobalIcmpFragForUMC } + * + */ + public SetDdosGlobalIcmpFragForUMC createSetDdosGlobalIcmpFragForUMC() { + return new SetDdosGlobalIcmpFragForUMC(); + } + + /** + * Create an instance of {@link SetDdosGlobalIcmpFragForUMCResponse } + * + */ + public SetDdosGlobalIcmpFragForUMCResponse createSetDdosGlobalIcmpFragForUMCResponse() { + return new SetDdosGlobalIcmpFragForUMCResponse(); + } + + /** + * Create an instance of {@link ModACProtectionForUMC } + * + */ + public ModACProtectionForUMC createModACProtectionForUMC() { + return new ModACProtectionForUMC(); + } + + /** + * Create an instance of {@link ModACProtectionForUMCResponse } + * + */ + public ModACProtectionForUMCResponse createModACProtectionForUMCResponse() { + return new ModACProtectionForUMCResponse(); + } + + /** + * Create an instance of {@link DelBypassManualTractionStrategyForUMC } + * + */ + public DelBypassManualTractionStrategyForUMC createDelBypassManualTractionStrategyForUMC() { + return new DelBypassManualTractionStrategyForUMC(); + } + + /** + * Create an instance of {@link DelBypassManualTractionStrategyForUMCResponse } + * + */ + public DelBypassManualTractionStrategyForUMCResponse createDelBypassManualTractionStrategyForUMCResponse() { + return new DelBypassManualTractionStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link SetDdosGlobalTcpFragForUMC } + * + */ + public SetDdosGlobalTcpFragForUMC createSetDdosGlobalTcpFragForUMC() { + return new SetDdosGlobalTcpFragForUMC(); + } + + /** + * Create an instance of {@link SetDdosGlobalTcpFragForUMCResponse } + * + */ + public SetDdosGlobalTcpFragForUMCResponse createSetDdosGlobalTcpFragForUMCResponse() { + return new SetDdosGlobalTcpFragForUMCResponse(); + } + + /** + * Create an instance of {@link ModDdosHttpGetUriGloProV4ForUMC } + * + */ + public ModDdosHttpGetUriGloProV4ForUMC createModDdosHttpGetUriGloProV4ForUMC() { + return new ModDdosHttpGetUriGloProV4ForUMC(); + } + + /** + * Create an instance of {@link ModDdosHttpGetUriGloProV4ForUMCResponse } + * + */ + public ModDdosHttpGetUriGloProV4ForUMCResponse createModDdosHttpGetUriGloProV4ForUMCResponse() { + return new ModDdosHttpGetUriGloProV4ForUMCResponse(); + } + + /** + * Create an instance of {@link AddBlackAndWhiteListProtection } + * + */ + public AddBlackAndWhiteListProtection createAddBlackAndWhiteListProtection() { + return new AddBlackAndWhiteListProtection(); + } + + /** + * Create an instance of {@link AddBlackAndWhiteListProtectionResponse } + * + */ + public AddBlackAndWhiteListProtectionResponse createAddBlackAndWhiteListProtectionResponse() { + return new AddBlackAndWhiteListProtectionResponse(); + } + + /** + * Create an instance of {@link GetDdosGlobalTcpStateFromUMC } + * + */ + public GetDdosGlobalTcpStateFromUMC createGetDdosGlobalTcpStateFromUMC() { + return new GetDdosGlobalTcpStateFromUMC(); + } + + /** + * Create an instance of {@link GetDdosGlobalTcpStateFromUMCResponse } + * + */ + public GetDdosGlobalTcpStateFromUMCResponse createGetDdosGlobalTcpStateFromUMCResponse() { + return new GetDdosGlobalTcpStateFromUMCResponse(); + } + + /** + * Create an instance of {@link DdosGlobalTcpStateForService } + * + */ + public DdosGlobalTcpStateForService createDdosGlobalTcpStateForService() { + return new DdosGlobalTcpStateForService(); + } + + /** + * Create an instance of {@link GetFingerprintIcmpFromUMC } + * + */ + public GetFingerprintIcmpFromUMC createGetFingerprintIcmpFromUMC() { + return new GetFingerprintIcmpFromUMC(); + } + + /** + * Create an instance of {@link GetFingerprintIcmpFromUMCResponse } + * + */ + public GetFingerprintIcmpFromUMCResponse createGetFingerprintIcmpFromUMCResponse() { + return new GetFingerprintIcmpFromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfFingerprintIcmpForService } + * + */ + public ArrayOfFingerprintIcmpForService createArrayOfFingerprintIcmpForService() { + return new ArrayOfFingerprintIcmpForService(); + } + + /** + * Create an instance of {@link StopAbnormalTaskWithSpecificDeviceForUMC } + * + */ + public StopAbnormalTaskWithSpecificDeviceForUMC createStopAbnormalTaskWithSpecificDeviceForUMC() { + return new StopAbnormalTaskWithSpecificDeviceForUMC(); + } + + /** + * Create an instance of {@link StopAbnormalTaskWithSpecificDeviceForUMCResponse } + * + */ + public StopAbnormalTaskWithSpecificDeviceForUMCResponse createStopAbnormalTaskWithSpecificDeviceForUMCResponse() { + return new StopAbnormalTaskWithSpecificDeviceForUMCResponse(); + } + + /** + * Create an instance of {@link AddAnomalyDetectionStrategyForUMC } + * + */ + public AddAnomalyDetectionStrategyForUMC createAddAnomalyDetectionStrategyForUMC() { + return new AddAnomalyDetectionStrategyForUMC(); + } + + /** + * Create an instance of {@link AddAnomalyDetectionStrategyForUMCResponse } + * + */ + public AddAnomalyDetectionStrategyForUMCResponse createAddAnomalyDetectionStrategyForUMCResponse() { + return new AddAnomalyDetectionStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link StopAbnormalTaskForUMC } + * + */ + public StopAbnormalTaskForUMC createStopAbnormalTaskForUMC() { + return new StopAbnormalTaskForUMC(); + } + + /** + * Create an instance of {@link StopAbnormalTaskForUMCResponse } + * + */ + public StopAbnormalTaskForUMCResponse createStopAbnormalTaskForUMCResponse() { + return new StopAbnormalTaskForUMCResponse(); + } + + /** + * Create an instance of {@link AddDnsDomainCustomV4ForUMC } + * + */ + public AddDnsDomainCustomV4ForUMC createAddDnsDomainCustomV4ForUMC() { + return new AddDnsDomainCustomV4ForUMC(); + } + + /** + * Create an instance of {@link AddDnsDomainCustomV4ForUMCResponse } + * + */ + public AddDnsDomainCustomV4ForUMCResponse createAddDnsDomainCustomV4ForUMCResponse() { + return new AddDnsDomainCustomV4ForUMCResponse(); + } + + /** + * Create an instance of {@link GetDdosCCuserGroupV4FromUMC } + * + */ + public GetDdosCCuserGroupV4FromUMC createGetDdosCCuserGroupV4FromUMC() { + return new GetDdosCCuserGroupV4FromUMC(); + } + + /** + * Create an instance of {@link GetDdosCCuserGroupV4FromUMCResponse } + * + */ + public GetDdosCCuserGroupV4FromUMCResponse createGetDdosCCuserGroupV4FromUMCResponse() { + return new GetDdosCCuserGroupV4FromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfDdosCCuserGroupV4ForService } + * + */ + public ArrayOfDdosCCuserGroupV4ForService createArrayOfDdosCCuserGroupV4ForService() { + return new ArrayOfDdosCCuserGroupV4ForService(); + } + + /** + * Create an instance of {@link GetDdosGlobalUdpLengthFromUMC } + * + */ + public GetDdosGlobalUdpLengthFromUMC createGetDdosGlobalUdpLengthFromUMC() { + return new GetDdosGlobalUdpLengthFromUMC(); + } + + /** + * Create an instance of {@link GetDdosGlobalUdpLengthFromUMCResponse } + * + */ + public GetDdosGlobalUdpLengthFromUMCResponse createGetDdosGlobalUdpLengthFromUMCResponse() { + return new GetDdosGlobalUdpLengthFromUMCResponse(); + } + + /** + * Create an instance of {@link DdosGlobalUdpLengthForService } + * + */ + public DdosGlobalUdpLengthForService createDdosGlobalUdpLengthForService() { + return new DdosGlobalUdpLengthForService(); + } + + /** + * Create an instance of {@link DelAnomalyDetectionStrategyForUMC } + * + */ + public DelAnomalyDetectionStrategyForUMC createDelAnomalyDetectionStrategyForUMC() { + return new DelAnomalyDetectionStrategyForUMC(); + } + + /** + * Create an instance of {@link DelAnomalyDetectionStrategyForUMCResponse } + * + */ + public DelAnomalyDetectionStrategyForUMCResponse createDelAnomalyDetectionStrategyForUMCResponse() { + return new DelAnomalyDetectionStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link GetDdosGlobalAckPayloadFromUMC } + * + */ + public GetDdosGlobalAckPayloadFromUMC createGetDdosGlobalAckPayloadFromUMC() { + return new GetDdosGlobalAckPayloadFromUMC(); + } + + /** + * Create an instance of {@link GetDdosGlobalAckPayloadFromUMCResponse } + * + */ + public GetDdosGlobalAckPayloadFromUMCResponse createGetDdosGlobalAckPayloadFromUMCResponse() { + return new GetDdosGlobalAckPayloadFromUMCResponse(); + } + + /** + * Create an instance of {@link DdosGlobalAckPayloadForService } + * + */ + public DdosGlobalAckPayloadForService createDdosGlobalAckPayloadForService() { + return new DdosGlobalAckPayloadForService(); + } + + /** + * Create an instance of {@link GetDnsSecDomainGlobalV4FromUMC } + * + */ + public GetDnsSecDomainGlobalV4FromUMC createGetDnsSecDomainGlobalV4FromUMC() { + return new GetDnsSecDomainGlobalV4FromUMC(); + } + + /** + * Create an instance of {@link GetDnsSecDomainGlobalV4FromUMCResponse } + * + */ + public GetDnsSecDomainGlobalV4FromUMCResponse createGetDnsSecDomainGlobalV4FromUMCResponse() { + return new GetDnsSecDomainGlobalV4FromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfDnsSecDomainGlobalV4ForService } + * + */ + public ArrayOfDnsSecDomainGlobalV4ForService createArrayOfDnsSecDomainGlobalV4ForService() { + return new ArrayOfDnsSecDomainGlobalV4ForService(); + } + + /** + * Create an instance of {@link DelFingerprintIcmpForUMC } + * + */ + public DelFingerprintIcmpForUMC createDelFingerprintIcmpForUMC() { + return new DelFingerprintIcmpForUMC(); + } + + /** + * Create an instance of {@link DelFingerprintIcmpForUMCResponse } + * + */ + public DelFingerprintIcmpForUMCResponse createDelFingerprintIcmpForUMCResponse() { + return new DelFingerprintIcmpForUMCResponse(); + } + + /** + * Create an instance of {@link AddDdosDnsRetryProtectForUMC } + * + */ + public AddDdosDnsRetryProtectForUMC createAddDdosDnsRetryProtectForUMC() { + return new AddDdosDnsRetryProtectForUMC(); + } + + /** + * Create an instance of {@link AddDdosDnsRetryProtectForUMCResponse } + * + */ + public AddDdosDnsRetryProtectForUMCResponse createAddDdosDnsRetryProtectForUMCResponse() { + return new AddDdosDnsRetryProtectForUMCResponse(); + } + + /** + * Create an instance of {@link AddFingerprintUdpForUMC } + * + */ + public AddFingerprintUdpForUMC createAddFingerprintUdpForUMC() { + return new AddFingerprintUdpForUMC(); + } + + /** + * Create an instance of {@link AddFingerprintUdpForUMCResponse } + * + */ + public AddFingerprintUdpForUMCResponse createAddFingerprintUdpForUMCResponse() { + return new AddFingerprintUdpForUMCResponse(); + } + + /** + * Create an instance of {@link GeDnsDomainCustomV4TFromUMC } + * + */ + public GeDnsDomainCustomV4TFromUMC createGeDnsDomainCustomV4TFromUMC() { + return new GeDnsDomainCustomV4TFromUMC(); + } + + /** + * Create an instance of {@link GeDnsDomainCustomV4TFromUMCResponse } + * + */ + public GeDnsDomainCustomV4TFromUMCResponse createGeDnsDomainCustomV4TFromUMCResponse() { + return new GeDnsDomainCustomV4TFromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfDnsDomainCustomV4ForService } + * + */ + public ArrayOfDnsDomainCustomV4ForService createArrayOfDnsDomainCustomV4ForService() { + return new ArrayOfDnsDomainCustomV4ForService(); + } + + /** + * Create an instance of {@link GetDdosGlobalTcpFlagFromUMC } + * + */ + public GetDdosGlobalTcpFlagFromUMC createGetDdosGlobalTcpFlagFromUMC() { + return new GetDdosGlobalTcpFlagFromUMC(); + } + + /** + * Create an instance of {@link GetDdosGlobalTcpFlagFromUMCResponse } + * + */ + public GetDdosGlobalTcpFlagFromUMCResponse createGetDdosGlobalTcpFlagFromUMCResponse() { + return new GetDdosGlobalTcpFlagFromUMCResponse(); + } + + /** + * Create an instance of {@link DdosGlobalTcpFlagForService } + * + */ + public DdosGlobalTcpFlagForService createDdosGlobalTcpFlagForService() { + return new DdosGlobalTcpFlagForService(); + } + + /** + * Create an instance of {@link GetDnsDomainGlobalV4FromUMC } + * + */ + public GetDnsDomainGlobalV4FromUMC createGetDnsDomainGlobalV4FromUMC() { + return new GetDnsDomainGlobalV4FromUMC(); + } + + /** + * Create an instance of {@link GetDnsDomainGlobalV4FromUMCResponse } + * + */ + public GetDnsDomainGlobalV4FromUMCResponse createGetDnsDomainGlobalV4FromUMCResponse() { + return new GetDnsDomainGlobalV4FromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfDnsDomainGlobalV4ForService } + * + */ + public ArrayOfDnsDomainGlobalV4ForService createArrayOfDnsDomainGlobalV4ForService() { + return new ArrayOfDnsDomainGlobalV4ForService(); + } + + /** + * Create an instance of {@link SetDdosGlobalSynFloodForUMC } + * + */ + public SetDdosGlobalSynFloodForUMC createSetDdosGlobalSynFloodForUMC() { + return new SetDdosGlobalSynFloodForUMC(); + } + + /** + * Create an instance of {@link SetDdosGlobalSynFloodForUMCResponse } + * + */ + public SetDdosGlobalSynFloodForUMCResponse createSetDdosGlobalSynFloodForUMCResponse() { + return new SetDdosGlobalSynFloodForUMCResponse(); + } + + /** + * Create an instance of {@link StartBypassManualTractionStrategyForUMC } + * + */ + public StartBypassManualTractionStrategyForUMC createStartBypassManualTractionStrategyForUMC() { + return new StartBypassManualTractionStrategyForUMC(); + } + + /** + * Create an instance of {@link StartBypassManualTractionStrategyForUMCResponse } + * + */ + public StartBypassManualTractionStrategyForUMCResponse createStartBypassManualTractionStrategyForUMCResponse() { + return new StartBypassManualTractionStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link GetDdosGlobalIcmpFragFromUMC } + * + */ + public GetDdosGlobalIcmpFragFromUMC createGetDdosGlobalIcmpFragFromUMC() { + return new GetDdosGlobalIcmpFragFromUMC(); + } + + /** + * Create an instance of {@link GetDdosGlobalIcmpFragFromUMCResponse } + * + */ + public GetDdosGlobalIcmpFragFromUMCResponse createGetDdosGlobalIcmpFragFromUMCResponse() { + return new GetDdosGlobalIcmpFragFromUMCResponse(); + } + + /** + * Create an instance of {@link DdosGlobalIcmpFragForService } + * + */ + public DdosGlobalIcmpFragForService createDdosGlobalIcmpFragForService() { + return new DdosGlobalIcmpFragForService(); + } + + /** + * Create an instance of {@link GetAllBypassManualTractionStrategyFromUMC } + * + */ + public GetAllBypassManualTractionStrategyFromUMC createGetAllBypassManualTractionStrategyFromUMC() { + return new GetAllBypassManualTractionStrategyFromUMC(); + } + + /** + * Create an instance of {@link GetAllBypassManualTractionStrategyFromUMCResponse } + * + */ + public GetAllBypassManualTractionStrategyFromUMCResponse createGetAllBypassManualTractionStrategyFromUMCResponse() { + return new GetAllBypassManualTractionStrategyFromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfBypassManualTractionStrategyForService } + * + */ + public ArrayOfBypassManualTractionStrategyForService createArrayOfBypassManualTractionStrategyForService() { + return new ArrayOfBypassManualTractionStrategyForService(); + } + + /** + * Create an instance of {@link GetDdosGlobalIcmpPayloadFromUMC } + * + */ + public GetDdosGlobalIcmpPayloadFromUMC createGetDdosGlobalIcmpPayloadFromUMC() { + return new GetDdosGlobalIcmpPayloadFromUMC(); + } + + /** + * Create an instance of {@link GetDdosGlobalIcmpPayloadFromUMCResponse } + * + */ + public GetDdosGlobalIcmpPayloadFromUMCResponse createGetDdosGlobalIcmpPayloadFromUMCResponse() { + return new GetDdosGlobalIcmpPayloadFromUMCResponse(); + } + + /** + * Create an instance of {@link DdosGlobalIcmpPayloadForService } + * + */ + public DdosGlobalIcmpPayloadForService createDdosGlobalIcmpPayloadForService() { + return new DdosGlobalIcmpPayloadForService(); + } + + /** + * Create an instance of {@link AddOneKeyRestore } + * + */ + public AddOneKeyRestore createAddOneKeyRestore() { + return new AddOneKeyRestore(); + } + + /** + * Create an instance of {@link AddOneKeyRestoreResponse } + * + */ + public AddOneKeyRestoreResponse createAddOneKeyRestoreResponse() { + return new AddOneKeyRestoreResponse(); + } + + /** + * Create an instance of {@link AddBlackHoleManualStrategyForUMC } + * + */ + public AddBlackHoleManualStrategyForUMC createAddBlackHoleManualStrategyForUMC() { + return new AddBlackHoleManualStrategyForUMC(); + } + + /** + * Create an instance of {@link AddBlackHoleManualStrategyForUMCResponse } + * + */ + public AddBlackHoleManualStrategyForUMCResponse createAddBlackHoleManualStrategyForUMCResponse() { + return new AddBlackHoleManualStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link AddDetectionObjectForUMC } + * + */ + public AddDetectionObjectForUMC createAddDetectionObjectForUMC() { + return new AddDetectionObjectForUMC(); + } + + /** + * Create an instance of {@link AddDetectionObjectForUMCResponse } + * + */ + public AddDetectionObjectForUMCResponse createAddDetectionObjectForUMCResponse() { + return new AddDetectionObjectForUMCResponse(); + } + + /** + * Create an instance of {@link ModDnsSecDomainCustomV4ForUMC } + * + */ + public ModDnsSecDomainCustomV4ForUMC createModDnsSecDomainCustomV4ForUMC() { + return new ModDnsSecDomainCustomV4ForUMC(); + } + + /** + * Create an instance of {@link ModDnsSecDomainCustomV4ForUMCResponse } + * + */ + public ModDnsSecDomainCustomV4ForUMCResponse createModDnsSecDomainCustomV4ForUMCResponse() { + return new ModDnsSecDomainCustomV4ForUMCResponse(); + } + + /** + * Create an instance of {@link ModFingerprintTcpForUMC } + * + */ + public ModFingerprintTcpForUMC createModFingerprintTcpForUMC() { + return new ModFingerprintTcpForUMC(); + } + + /** + * Create an instance of {@link ModFingerprintTcpForUMCResponse } + * + */ + public ModFingerprintTcpForUMCResponse createModFingerprintTcpForUMCResponse() { + return new ModFingerprintTcpForUMCResponse(); + } + + /** + * Create an instance of {@link AddFingerprintIcmpForUMC } + * + */ + public AddFingerprintIcmpForUMC createAddFingerprintIcmpForUMC() { + return new AddFingerprintIcmpForUMC(); + } + + /** + * Create an instance of {@link AddFingerprintIcmpForUMCResponse } + * + */ + public AddFingerprintIcmpForUMCResponse createAddFingerprintIcmpForUMCResponse() { + return new AddFingerprintIcmpForUMCResponse(); + } + + /** + * Create an instance of {@link DeleteDetectionObjectForUMC } + * + */ + public DeleteDetectionObjectForUMC createDeleteDetectionObjectForUMC() { + return new DeleteDetectionObjectForUMC(); + } + + /** + * Create an instance of {@link DeleteDetectionObjectForUMCResponse } + * + */ + public DeleteDetectionObjectForUMCResponse createDeleteDetectionObjectForUMCResponse() { + return new DeleteDetectionObjectForUMCResponse(); + } + + /** + * Create an instance of {@link SetDdosGlobalOtherFragForUMC } + * + */ + public SetDdosGlobalOtherFragForUMC createSetDdosGlobalOtherFragForUMC() { + return new SetDdosGlobalOtherFragForUMC(); + } + + /** + * Create an instance of {@link SetDdosGlobalOtherFragForUMCResponse } + * + */ + public SetDdosGlobalOtherFragForUMCResponse createSetDdosGlobalOtherFragForUMCResponse() { + return new SetDdosGlobalOtherFragForUMCResponse(); + } + + /** + * Create an instance of {@link LinkProtectionStrategyTemplateForUMC } + * + */ + public LinkProtectionStrategyTemplateForUMC createLinkProtectionStrategyTemplateForUMC() { + return new LinkProtectionStrategyTemplateForUMC(); + } + + /** + * Create an instance of {@link LinkProtectionStrategyTemplateForUMCResponse } + * + */ + public LinkProtectionStrategyTemplateForUMCResponse createLinkProtectionStrategyTemplateForUMCResponse() { + return new LinkProtectionStrategyTemplateForUMCResponse(); + } + + /** + * Create an instance of {@link DelDdosHttpGetSipGloProV4ForUMC } + * + */ + public DelDdosHttpGetSipGloProV4ForUMC createDelDdosHttpGetSipGloProV4ForUMC() { + return new DelDdosHttpGetSipGloProV4ForUMC(); + } + + /** + * Create an instance of {@link DelDdosHttpGetSipGloProV4ForUMCResponse } + * + */ + public DelDdosHttpGetSipGloProV4ForUMCResponse createDelDdosHttpGetSipGloProV4ForUMCResponse() { + return new DelDdosHttpGetSipGloProV4ForUMCResponse(); + } + + /** + * Create an instance of {@link GetDdosGlobalUdpPayloadFromUMC } + * + */ + public GetDdosGlobalUdpPayloadFromUMC createGetDdosGlobalUdpPayloadFromUMC() { + return new GetDdosGlobalUdpPayloadFromUMC(); + } + + /** + * Create an instance of {@link GetDdosGlobalUdpPayloadFromUMCResponse } + * + */ + public GetDdosGlobalUdpPayloadFromUMCResponse createGetDdosGlobalUdpPayloadFromUMCResponse() { + return new GetDdosGlobalUdpPayloadFromUMCResponse(); + } + + /** + * Create an instance of {@link DdosGlobalUdpPayloadForService } + * + */ + public DdosGlobalUdpPayloadForService createDdosGlobalUdpPayloadForService() { + return new DdosGlobalUdpPayloadForService(); + } + + /** + * Create an instance of {@link AddProtectionObjectForUMC } + * + */ + public AddProtectionObjectForUMC createAddProtectionObjectForUMC() { + return new AddProtectionObjectForUMC(); + } + + /** + * Create an instance of {@link AddProtectionObjectForUMCResponse } + * + */ + public AddProtectionObjectForUMCResponse createAddProtectionObjectForUMCResponse() { + return new AddProtectionObjectForUMCResponse(); + } + + /** + * Create an instance of {@link GetDdosHttpGetUriGloProV4FromUMC } + * + */ + public GetDdosHttpGetUriGloProV4FromUMC createGetDdosHttpGetUriGloProV4FromUMC() { + return new GetDdosHttpGetUriGloProV4FromUMC(); + } + + /** + * Create an instance of {@link GetDdosHttpGetUriGloProV4FromUMCResponse } + * + */ + public GetDdosHttpGetUriGloProV4FromUMCResponse createGetDdosHttpGetUriGloProV4FromUMCResponse() { + return new GetDdosHttpGetUriGloProV4FromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfDdosHttpGetUriGloProV4ForService } + * + */ + public ArrayOfDdosHttpGetUriGloProV4ForService createArrayOfDdosHttpGetUriGloProV4ForService() { + return new ArrayOfDdosHttpGetUriGloProV4ForService(); + } + + /** + * Create an instance of {@link GetAllProtectionObjectFromUMC } + * + */ + public GetAllProtectionObjectFromUMC createGetAllProtectionObjectFromUMC() { + return new GetAllProtectionObjectFromUMC(); + } + + /** + * Create an instance of {@link GetAllProtectionObjectFromUMCResponse } + * + */ + public GetAllProtectionObjectFromUMCResponse createGetAllProtectionObjectFromUMCResponse() { + return new GetAllProtectionObjectFromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfProtectionObjectDataForService } + * + */ + public ArrayOfProtectionObjectDataForService createArrayOfProtectionObjectDataForService() { + return new ArrayOfProtectionObjectDataForService(); + } + + /** + * Create an instance of {@link ModDnsDomainGlobalV4ForUMC } + * + */ + public ModDnsDomainGlobalV4ForUMC createModDnsDomainGlobalV4ForUMC() { + return new ModDnsDomainGlobalV4ForUMC(); + } + + /** + * Create an instance of {@link ModDnsDomainGlobalV4ForUMCResponse } + * + */ + public ModDnsDomainGlobalV4ForUMCResponse createModDnsDomainGlobalV4ForUMCResponse() { + return new ModDnsDomainGlobalV4ForUMCResponse(); + } + + /** + * Create an instance of {@link ModDdosHttpGetSipCusProV4ForUMC } + * + */ + public ModDdosHttpGetSipCusProV4ForUMC createModDdosHttpGetSipCusProV4ForUMC() { + return new ModDdosHttpGetSipCusProV4ForUMC(); + } + + /** + * Create an instance of {@link ModDdosHttpGetSipCusProV4ForUMCResponse } + * + */ + public ModDdosHttpGetSipCusProV4ForUMCResponse createModDdosHttpGetSipCusProV4ForUMCResponse() { + return new ModDdosHttpGetSipCusProV4ForUMCResponse(); + } + + /** + * Create an instance of {@link GetDdosHttpGetSipGloProV4FromUMC } + * + */ + public GetDdosHttpGetSipGloProV4FromUMC createGetDdosHttpGetSipGloProV4FromUMC() { + return new GetDdosHttpGetSipGloProV4FromUMC(); + } + + /** + * Create an instance of {@link GetDdosHttpGetSipGloProV4FromUMCResponse } + * + */ + public GetDdosHttpGetSipGloProV4FromUMCResponse createGetDdosHttpGetSipGloProV4FromUMCResponse() { + return new GetDdosHttpGetSipGloProV4FromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfDdosHttpGetSipGloProV4ForService } + * + */ + public ArrayOfDdosHttpGetSipGloProV4ForService createArrayOfDdosHttpGetSipGloProV4ForService() { + return new ArrayOfDdosHttpGetSipGloProV4ForService(); + } + + /** + * Create an instance of {@link GetAllAnomalyDetectionStrategyFromUMC } + * + */ + public GetAllAnomalyDetectionStrategyFromUMC createGetAllAnomalyDetectionStrategyFromUMC() { + return new GetAllAnomalyDetectionStrategyFromUMC(); + } + + /** + * Create an instance of {@link GetAllAnomalyDetectionStrategyFromUMCResponse } + * + */ + public GetAllAnomalyDetectionStrategyFromUMCResponse createGetAllAnomalyDetectionStrategyFromUMCResponse() { + return new GetAllAnomalyDetectionStrategyFromUMCResponse(); + } + + /** + * Create an instance of {@link ModifyDetectionObjectForUMC } + * + */ + public ModifyDetectionObjectForUMC createModifyDetectionObjectForUMC() { + return new ModifyDetectionObjectForUMC(); + } + + /** + * Create an instance of {@link ModifyDetectionObjectForUMCResponse } + * + */ + public ModifyDetectionObjectForUMCResponse createModifyDetectionObjectForUMCResponse() { + return new ModifyDetectionObjectForUMCResponse(); + } + + /** + * Create an instance of {@link DelFingerprintUdpForUMC } + * + */ + public DelFingerprintUdpForUMC createDelFingerprintUdpForUMC() { + return new DelFingerprintUdpForUMC(); + } + + /** + * Create an instance of {@link DelFingerprintUdpForUMCResponse } + * + */ + public DelFingerprintUdpForUMCResponse createDelFingerprintUdpForUMCResponse() { + return new DelFingerprintUdpForUMCResponse(); + } + + /** + * Create an instance of {@link AddDdosCCuserGroupV4ForUMC } + * + */ + public AddDdosCCuserGroupV4ForUMC createAddDdosCCuserGroupV4ForUMC() { + return new AddDdosCCuserGroupV4ForUMC(); + } + + /** + * Create an instance of {@link AddDdosCCuserGroupV4ForUMCResponse } + * + */ + public AddDdosCCuserGroupV4ForUMCResponse createAddDdosCCuserGroupV4ForUMCResponse() { + return new AddDdosCCuserGroupV4ForUMCResponse(); + } + + /** + * Create an instance of {@link DeleteCompleteAnomalyDetectionStrategyForUMC } + * + */ + public DeleteCompleteAnomalyDetectionStrategyForUMC createDeleteCompleteAnomalyDetectionStrategyForUMC() { + return new DeleteCompleteAnomalyDetectionStrategyForUMC(); + } + + /** + * Create an instance of {@link DeleteCompleteAnomalyDetectionStrategyForUMCResponse } + * + */ + public DeleteCompleteAnomalyDetectionStrategyForUMCResponse createDeleteCompleteAnomalyDetectionStrategyForUMCResponse() { + return new DeleteCompleteAnomalyDetectionStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link DelDnsSipGlobalV4ForUMC } + * + */ + public DelDnsSipGlobalV4ForUMC createDelDnsSipGlobalV4ForUMC() { + return new DelDnsSipGlobalV4ForUMC(); + } + + /** + * Create an instance of {@link DelDnsSipGlobalV4ForUMCResponse } + * + */ + public DelDnsSipGlobalV4ForUMCResponse createDelDnsSipGlobalV4ForUMCResponse() { + return new DelDnsSipGlobalV4ForUMCResponse(); + } + + /** + * Create an instance of {@link GetDdosGlobalTcpFragFromUMC } + * + */ + public GetDdosGlobalTcpFragFromUMC createGetDdosGlobalTcpFragFromUMC() { + return new GetDdosGlobalTcpFragFromUMC(); + } + + /** + * Create an instance of {@link GetDdosGlobalTcpFragFromUMCResponse } + * + */ + public GetDdosGlobalTcpFragFromUMCResponse createGetDdosGlobalTcpFragFromUMCResponse() { + return new GetDdosGlobalTcpFragFromUMCResponse(); + } + + /** + * Create an instance of {@link DdosGlobalTcpFragForService } + * + */ + public DdosGlobalTcpFragForService createDdosGlobalTcpFragForService() { + return new DdosGlobalTcpFragForService(); + } + + /** + * Create an instance of {@link DelBlackAndWhiteListProtection } + * + */ + public DelBlackAndWhiteListProtection createDelBlackAndWhiteListProtection() { + return new DelBlackAndWhiteListProtection(); + } + + /** + * Create an instance of {@link DelBlackAndWhiteListProtectionResponse } + * + */ + public DelBlackAndWhiteListProtectionResponse createDelBlackAndWhiteListProtectionResponse() { + return new DelBlackAndWhiteListProtectionResponse(); + } + + /** + * Create an instance of {@link GetDdosDnsRetryProtectFromUMC } + * + */ + public GetDdosDnsRetryProtectFromUMC createGetDdosDnsRetryProtectFromUMC() { + return new GetDdosDnsRetryProtectFromUMC(); + } + + /** + * Create an instance of {@link GetDdosDnsRetryProtectFromUMCResponse } + * + */ + public GetDdosDnsRetryProtectFromUMCResponse createGetDdosDnsRetryProtectFromUMCResponse() { + return new GetDdosDnsRetryProtectFromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfDdosDnsRetryProtectForService } + * + */ + public ArrayOfDdosDnsRetryProtectForService createArrayOfDdosDnsRetryProtectForService() { + return new ArrayOfDdosDnsRetryProtectForService(); + } + + /** + * Create an instance of {@link DelDdosHttpGetUriCusProV4ForUMC } + * + */ + public DelDdosHttpGetUriCusProV4ForUMC createDelDdosHttpGetUriCusProV4ForUMC() { + return new DelDdosHttpGetUriCusProV4ForUMC(); + } + + /** + * Create an instance of {@link DelDdosHttpGetUriCusProV4ForUMCResponse } + * + */ + public DelDdosHttpGetUriCusProV4ForUMCResponse createDelDdosHttpGetUriCusProV4ForUMCResponse() { + return new DelDdosHttpGetUriCusProV4ForUMCResponse(); + } + + /** + * Create an instance of {@link DelDnsDomainGlobalV4ForUMC } + * + */ + public DelDnsDomainGlobalV4ForUMC createDelDnsDomainGlobalV4ForUMC() { + return new DelDnsDomainGlobalV4ForUMC(); + } + + /** + * Create an instance of {@link DelDnsDomainGlobalV4ForUMCResponse } + * + */ + public DelDnsDomainGlobalV4ForUMCResponse createDelDnsDomainGlobalV4ForUMCResponse() { + return new DelDnsDomainGlobalV4ForUMCResponse(); + } + + /** + * Create an instance of {@link GetAllDetectDevices } + * + */ + public GetAllDetectDevices createGetAllDetectDevices() { + return new GetAllDetectDevices(); + } + + /** + * Create an instance of {@link GetAllDetectDevicesResponse } + * + */ + public GetAllDetectDevicesResponse createGetAllDetectDevicesResponse() { + return new GetAllDetectDevicesResponse(); + } + + /** + * Create an instance of {@link GetFingerprintUdpFromUMC } + * + */ + public GetFingerprintUdpFromUMC createGetFingerprintUdpFromUMC() { + return new GetFingerprintUdpFromUMC(); + } + + /** + * Create an instance of {@link GetFingerprintUdpFromUMCResponse } + * + */ + public GetFingerprintUdpFromUMCResponse createGetFingerprintUdpFromUMCResponse() { + return new GetFingerprintUdpFromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfFingerprintUdpForService } + * + */ + public ArrayOfFingerprintUdpForService createArrayOfFingerprintUdpForService() { + return new ArrayOfFingerprintUdpForService(); + } + + /** + * Create an instance of {@link ModDdosDnsRetryProtectForUMC } + * + */ + public ModDdosDnsRetryProtectForUMC createModDdosDnsRetryProtectForUMC() { + return new ModDdosDnsRetryProtectForUMC(); + } + + /** + * Create an instance of {@link ModDdosDnsRetryProtectForUMCResponse } + * + */ + public ModDdosDnsRetryProtectForUMCResponse createModDdosDnsRetryProtectForUMCResponse() { + return new ModDdosDnsRetryProtectForUMCResponse(); + } + + /** + * Create an instance of {@link AddOneKeyDetection } + * + */ + public AddOneKeyDetection createAddOneKeyDetection() { + return new AddOneKeyDetection(); + } + + /** + * Create an instance of {@link AddOneKeyDetectionResponse } + * + */ + public AddOneKeyDetectionResponse createAddOneKeyDetectionResponse() { + return new AddOneKeyDetectionResponse(); + } + + /** + * Create an instance of {@link DeleteProtectionObjectIPRangeForUMC } + * + */ + public DeleteProtectionObjectIPRangeForUMC createDeleteProtectionObjectIPRangeForUMC() { + return new DeleteProtectionObjectIPRangeForUMC(); + } + + /** + * Create an instance of {@link DeleteProtectionObjectIPRangeForUMCResponse } + * + */ + public DeleteProtectionObjectIPRangeForUMCResponse createDeleteProtectionObjectIPRangeForUMCResponse() { + return new DeleteProtectionObjectIPRangeForUMCResponse(); + } + + /** + * Create an instance of {@link ModFingerprintIcmpForUMC } + * + */ + public ModFingerprintIcmpForUMC createModFingerprintIcmpForUMC() { + return new ModFingerprintIcmpForUMC(); + } + + /** + * Create an instance of {@link ModFingerprintIcmpForUMCResponse } + * + */ + public ModFingerprintIcmpForUMCResponse createModFingerprintIcmpForUMCResponse() { + return new ModFingerprintIcmpForUMCResponse(); + } + + /** + * Create an instance of {@link ModifyProtectionObjectForUMC } + * + */ + public ModifyProtectionObjectForUMC createModifyProtectionObjectForUMC() { + return new ModifyProtectionObjectForUMC(); + } + + /** + * Create an instance of {@link ModifyProtectionObjectForUMCResponse } + * + */ + public ModifyProtectionObjectForUMCResponse createModifyProtectionObjectForUMCResponse() { + return new ModifyProtectionObjectForUMCResponse(); + } + + /** + * Create an instance of {@link DelDdosHttpGetSipCusProV4ForUMC } + * + */ + public DelDdosHttpGetSipCusProV4ForUMC createDelDdosHttpGetSipCusProV4ForUMC() { + return new DelDdosHttpGetSipCusProV4ForUMC(); + } + + /** + * Create an instance of {@link DelDdosHttpGetSipCusProV4ForUMCResponse } + * + */ + public DelDdosHttpGetSipCusProV4ForUMCResponse createDelDdosHttpGetSipCusProV4ForUMCResponse() { + return new DelDdosHttpGetSipCusProV4ForUMCResponse(); + } + + /** + * Create an instance of {@link GetDdosGlobalSynFloodFromUMC } + * + */ + public GetDdosGlobalSynFloodFromUMC createGetDdosGlobalSynFloodFromUMC() { + return new GetDdosGlobalSynFloodFromUMC(); + } + + /** + * Create an instance of {@link GetDdosGlobalSynFloodFromUMCResponse } + * + */ + public GetDdosGlobalSynFloodFromUMCResponse createGetDdosGlobalSynFloodFromUMCResponse() { + return new GetDdosGlobalSynFloodFromUMCResponse(); + } + + /** + * Create an instance of {@link DdosGlobalSynFloodForService } + * + */ + public DdosGlobalSynFloodForService createDdosGlobalSynFloodForService() { + return new DdosGlobalSynFloodForService(); + } + + /** + * Create an instance of {@link AddDnsSipCustomV4ForUMC } + * + */ + public AddDnsSipCustomV4ForUMC createAddDnsSipCustomV4ForUMC() { + return new AddDnsSipCustomV4ForUMC(); + } + + /** + * Create an instance of {@link AddDnsSipCustomV4ForUMCResponse } + * + */ + public AddDnsSipCustomV4ForUMCResponse createAddDnsSipCustomV4ForUMCResponse() { + return new AddDnsSipCustomV4ForUMCResponse(); + } + + /** + * Create an instance of {@link ModDnsSipCustomV4ForUMC } + * + */ + public ModDnsSipCustomV4ForUMC createModDnsSipCustomV4ForUMC() { + return new ModDnsSipCustomV4ForUMC(); + } + + /** + * Create an instance of {@link ModDnsSipCustomV4ForUMCResponse } + * + */ + public ModDnsSipCustomV4ForUMCResponse createModDnsSipCustomV4ForUMCResponse() { + return new ModDnsSipCustomV4ForUMCResponse(); + } + + /** + * Create an instance of {@link GetDdosGlobalTcpLengthFromUMC } + * + */ + public GetDdosGlobalTcpLengthFromUMC createGetDdosGlobalTcpLengthFromUMC() { + return new GetDdosGlobalTcpLengthFromUMC(); + } + + /** + * Create an instance of {@link GetDdosGlobalTcpLengthFromUMCResponse } + * + */ + public GetDdosGlobalTcpLengthFromUMCResponse createGetDdosGlobalTcpLengthFromUMCResponse() { + return new GetDdosGlobalTcpLengthFromUMCResponse(); + } + + /** + * Create an instance of {@link DdosGlobalTcpLengthForService } + * + */ + public DdosGlobalTcpLengthForService createDdosGlobalTcpLengthForService() { + return new DdosGlobalTcpLengthForService(); + } + + /** + * Create an instance of {@link GetFingerprintTcpFromUMC } + * + */ + public GetFingerprintTcpFromUMC createGetFingerprintTcpFromUMC() { + return new GetFingerprintTcpFromUMC(); + } + + /** + * Create an instance of {@link GetFingerprintTcpFromUMCResponse } + * + */ + public GetFingerprintTcpFromUMCResponse createGetFingerprintTcpFromUMCResponse() { + return new GetFingerprintTcpFromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfFingerprintTcpForService } + * + */ + public ArrayOfFingerprintTcpForService createArrayOfFingerprintTcpForService() { + return new ArrayOfFingerprintTcpForService(); + } + + /** + * Create an instance of {@link DelDdosDnsRetryProtectForUMC } + * + */ + public DelDdosDnsRetryProtectForUMC createDelDdosDnsRetryProtectForUMC() { + return new DelDdosDnsRetryProtectForUMC(); + } + + /** + * Create an instance of {@link DelDdosDnsRetryProtectForUMCResponse } + * + */ + public DelDdosDnsRetryProtectForUMCResponse createDelDdosDnsRetryProtectForUMCResponse() { + return new DelDdosDnsRetryProtectForUMCResponse(); + } + + /** + * Create an instance of {@link GetDnsSipCustomV4FromUMC } + * + */ + public GetDnsSipCustomV4FromUMC createGetDnsSipCustomV4FromUMC() { + return new GetDnsSipCustomV4FromUMC(); + } + + /** + * Create an instance of {@link GetDnsSipCustomV4FromUMCResponse } + * + */ + public GetDnsSipCustomV4FromUMCResponse createGetDnsSipCustomV4FromUMCResponse() { + return new GetDnsSipCustomV4FromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfDnsSipCustomV4ForService } + * + */ + public ArrayOfDnsSipCustomV4ForService createArrayOfDnsSipCustomV4ForService() { + return new ArrayOfDnsSipCustomV4ForService(); + } + + /** + * Create an instance of {@link SetDdosGlobalUdpFragForUMC } + * + */ + public SetDdosGlobalUdpFragForUMC createSetDdosGlobalUdpFragForUMC() { + return new SetDdosGlobalUdpFragForUMC(); + } + + /** + * Create an instance of {@link SetDdosGlobalUdpFragForUMCResponse } + * + */ + public SetDdosGlobalUdpFragForUMCResponse createSetDdosGlobalUdpFragForUMCResponse() { + return new SetDdosGlobalUdpFragForUMCResponse(); + } + + /** + * Create an instance of {@link SetDdosGlobalUdpPayloadForUMC } + * + */ + public SetDdosGlobalUdpPayloadForUMC createSetDdosGlobalUdpPayloadForUMC() { + return new SetDdosGlobalUdpPayloadForUMC(); + } + + /** + * Create an instance of {@link SetDdosGlobalUdpPayloadForUMCResponse } + * + */ + public SetDdosGlobalUdpPayloadForUMCResponse createSetDdosGlobalUdpPayloadForUMCResponse() { + return new SetDdosGlobalUdpPayloadForUMCResponse(); + } + + /** + * Create an instance of {@link StartBlackHoleStrategyForUMC } + * + */ + public StartBlackHoleStrategyForUMC createStartBlackHoleStrategyForUMC() { + return new StartBlackHoleStrategyForUMC(); + } + + /** + * Create an instance of {@link StartBlackHoleStrategyForUMCResponse } + * + */ + public StartBlackHoleStrategyForUMCResponse createStartBlackHoleStrategyForUMCResponse() { + return new StartBlackHoleStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link ModDdosHttpGetSipGloProV4ForUMC } + * + */ + public ModDdosHttpGetSipGloProV4ForUMC createModDdosHttpGetSipGloProV4ForUMC() { + return new ModDdosHttpGetSipGloProV4ForUMC(); + } + + /** + * Create an instance of {@link ModDdosHttpGetSipGloProV4ForUMCResponse } + * + */ + public ModDdosHttpGetSipGloProV4ForUMCResponse createModDdosHttpGetSipGloProV4ForUMCResponse() { + return new ModDdosHttpGetSipGloProV4ForUMCResponse(); + } + + /** + * Create an instance of {@link DelDdosACProtectionForUMC } + * + */ + public DelDdosACProtectionForUMC createDelDdosACProtectionForUMC() { + return new DelDdosACProtectionForUMC(); + } + + /** + * Create an instance of {@link DelDdosACProtectionForUMCResponse } + * + */ + public DelDdosACProtectionForUMCResponse createDelDdosACProtectionForUMCResponse() { + return new DelDdosACProtectionForUMCResponse(); + } + + /** + * Create an instance of {@link GetDdosHttpGetSipCusProV4FromUMC } + * + */ + public GetDdosHttpGetSipCusProV4FromUMC createGetDdosHttpGetSipCusProV4FromUMC() { + return new GetDdosHttpGetSipCusProV4FromUMC(); + } + + /** + * Create an instance of {@link GetDdosHttpGetSipCusProV4FromUMCResponse } + * + */ + public GetDdosHttpGetSipCusProV4FromUMCResponse createGetDdosHttpGetSipCusProV4FromUMCResponse() { + return new GetDdosHttpGetSipCusProV4FromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfDdosHttpGetSipCusProV4ForService } + * + */ + public ArrayOfDdosHttpGetSipCusProV4ForService createArrayOfDdosHttpGetSipCusProV4ForService() { + return new ArrayOfDdosHttpGetSipCusProV4ForService(); + } + + /** + * Create an instance of {@link ModFingerprintUdpForUMC } + * + */ + public ModFingerprintUdpForUMC createModFingerprintUdpForUMC() { + return new ModFingerprintUdpForUMC(); + } + + /** + * Create an instance of {@link ModFingerprintUdpForUMCResponse } + * + */ + public ModFingerprintUdpForUMCResponse createModFingerprintUdpForUMCResponse() { + return new ModFingerprintUdpForUMCResponse(); + } + + /** + * Create an instance of {@link AddDnsSecDomainGlobalV4ForUMC } + * + */ + public AddDnsSecDomainGlobalV4ForUMC createAddDnsSecDomainGlobalV4ForUMC() { + return new AddDnsSecDomainGlobalV4ForUMC(); + } + + /** + * Create an instance of {@link AddDnsSecDomainGlobalV4ForUMCResponse } + * + */ + public AddDnsSecDomainGlobalV4ForUMCResponse createAddDnsSecDomainGlobalV4ForUMCResponse() { + return new AddDnsSecDomainGlobalV4ForUMCResponse(); + } + + /** + * Create an instance of {@link GetDdosGlobalOtherFragFromUMC } + * + */ + public GetDdosGlobalOtherFragFromUMC createGetDdosGlobalOtherFragFromUMC() { + return new GetDdosGlobalOtherFragFromUMC(); + } + + /** + * Create an instance of {@link GetDdosGlobalOtherFragFromUMCResponse } + * + */ + public GetDdosGlobalOtherFragFromUMCResponse createGetDdosGlobalOtherFragFromUMCResponse() { + return new GetDdosGlobalOtherFragFromUMCResponse(); + } + + /** + * Create an instance of {@link DdosGlobalOtherFragForService } + * + */ + public DdosGlobalOtherFragForService createDdosGlobalOtherFragForService() { + return new DdosGlobalOtherFragForService(); + } + + /** + * Create an instance of {@link GetDnsSipGlobalV4FromUMC } + * + */ + public GetDnsSipGlobalV4FromUMC createGetDnsSipGlobalV4FromUMC() { + return new GetDnsSipGlobalV4FromUMC(); + } + + /** + * Create an instance of {@link GetDnsSipGlobalV4FromUMCResponse } + * + */ + public GetDnsSipGlobalV4FromUMCResponse createGetDnsSipGlobalV4FromUMCResponse() { + return new GetDnsSipGlobalV4FromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfDnsSipGlobalV4ForService } + * + */ + public ArrayOfDnsSipGlobalV4ForService createArrayOfDnsSipGlobalV4ForService() { + return new ArrayOfDnsSipGlobalV4ForService(); + } + + /** + * Create an instance of {@link GetAllDetectionObjectFromUMC } + * + */ + public GetAllDetectionObjectFromUMC createGetAllDetectionObjectFromUMC() { + return new GetAllDetectionObjectFromUMC(); + } + + /** + * Create an instance of {@link GetAllDetectionObjectFromUMCResponse } + * + */ + public GetAllDetectionObjectFromUMCResponse createGetAllDetectionObjectFromUMCResponse() { + return new GetAllDetectionObjectFromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfDetectionObjectDataForService } + * + */ + public ArrayOfDetectionObjectDataForService createArrayOfDetectionObjectDataForService() { + return new ArrayOfDetectionObjectDataForService(); + } + + /** + * Create an instance of {@link DelDdosHttpGetUriGloProV4ForUMC } + * + */ + public DelDdosHttpGetUriGloProV4ForUMC createDelDdosHttpGetUriGloProV4ForUMC() { + return new DelDdosHttpGetUriGloProV4ForUMC(); + } + + /** + * Create an instance of {@link DelDdosHttpGetUriGloProV4ForUMCResponse } + * + */ + public DelDdosHttpGetUriGloProV4ForUMCResponse createDelDdosHttpGetUriGloProV4ForUMCResponse() { + return new DelDdosHttpGetUriGloProV4ForUMCResponse(); + } + + /** + * Create an instance of {@link AddDdosACProtectionForUMC } + * + */ + public AddDdosACProtectionForUMC createAddDdosACProtectionForUMC() { + return new AddDdosACProtectionForUMC(); + } + + /** + * Create an instance of {@link AddDdosACProtectionForUMCResponse } + * + */ + public AddDdosACProtectionForUMCResponse createAddDdosACProtectionForUMCResponse() { + return new AddDdosACProtectionForUMCResponse(); + } + + /** + * Create an instance of {@link GetDdosGlobalIcmpLengthFromUMC } + * + */ + public GetDdosGlobalIcmpLengthFromUMC createGetDdosGlobalIcmpLengthFromUMC() { + return new GetDdosGlobalIcmpLengthFromUMC(); + } + + /** + * Create an instance of {@link GetDdosGlobalIcmpLengthFromUMCResponse } + * + */ + public GetDdosGlobalIcmpLengthFromUMCResponse createGetDdosGlobalIcmpLengthFromUMCResponse() { + return new GetDdosGlobalIcmpLengthFromUMCResponse(); + } + + /** + * Create an instance of {@link DdosGlobalIcmpLengthForService } + * + */ + public DdosGlobalIcmpLengthForService createDdosGlobalIcmpLengthForService() { + return new DdosGlobalIcmpLengthForService(); + } + + /** + * Create an instance of {@link StartAbnormalTaskForUMC } + * + */ + public StartAbnormalTaskForUMC createStartAbnormalTaskForUMC() { + return new StartAbnormalTaskForUMC(); + } + + /** + * Create an instance of {@link StartAbnormalTaskForUMCResponse } + * + */ + public StartAbnormalTaskForUMCResponse createStartAbnormalTaskForUMCResponse() { + return new StartAbnormalTaskForUMCResponse(); + } + + /** + * Create an instance of {@link AddDdosHttpGetSipGloProV4ForUMC } + * + */ + public AddDdosHttpGetSipGloProV4ForUMC createAddDdosHttpGetSipGloProV4ForUMC() { + return new AddDdosHttpGetSipGloProV4ForUMC(); + } + + /** + * Create an instance of {@link AddDdosHttpGetSipGloProV4ForUMCResponse } + * + */ + public AddDdosHttpGetSipGloProV4ForUMCResponse createAddDdosHttpGetSipGloProV4ForUMCResponse() { + return new AddDdosHttpGetSipGloProV4ForUMCResponse(); + } + + /** + * Create an instance of {@link AddDdosHttpGetUriCusProV4ForUMC } + * + */ + public AddDdosHttpGetUriCusProV4ForUMC createAddDdosHttpGetUriCusProV4ForUMC() { + return new AddDdosHttpGetUriCusProV4ForUMC(); + } + + /** + * Create an instance of {@link AddDdosHttpGetUriCusProV4ForUMCResponse } + * + */ + public AddDdosHttpGetUriCusProV4ForUMCResponse createAddDdosHttpGetUriCusProV4ForUMCResponse() { + return new AddDdosHttpGetUriCusProV4ForUMCResponse(); + } + + /** + * Create an instance of {@link AddFingerprintOtherForUMC } + * + */ + public AddFingerprintOtherForUMC createAddFingerprintOtherForUMC() { + return new AddFingerprintOtherForUMC(); + } + + /** + * Create an instance of {@link AddFingerprintOtherForUMCResponse } + * + */ + public AddFingerprintOtherForUMCResponse createAddFingerprintOtherForUMCResponse() { + return new AddFingerprintOtherForUMCResponse(); + } + + /** + * Create an instance of {@link GetDdosGlobalUdpFragFromUMC } + * + */ + public GetDdosGlobalUdpFragFromUMC createGetDdosGlobalUdpFragFromUMC() { + return new GetDdosGlobalUdpFragFromUMC(); + } + + /** + * Create an instance of {@link GetDdosGlobalUdpFragFromUMCResponse } + * + */ + public GetDdosGlobalUdpFragFromUMCResponse createGetDdosGlobalUdpFragFromUMCResponse() { + return new GetDdosGlobalUdpFragFromUMCResponse(); + } + + /** + * Create an instance of {@link DdosGlobalUdpFragForService } + * + */ + public DdosGlobalUdpFragForService createDdosGlobalUdpFragForService() { + return new DdosGlobalUdpFragForService(); + } + + /** + * Create an instance of {@link DeleteProtectionObjectForUMC } + * + */ + public DeleteProtectionObjectForUMC createDeleteProtectionObjectForUMC() { + return new DeleteProtectionObjectForUMC(); + } + + /** + * Create an instance of {@link DeleteProtectionObjectForUMCResponse } + * + */ + public DeleteProtectionObjectForUMCResponse createDeleteProtectionObjectForUMCResponse() { + return new DeleteProtectionObjectForUMCResponse(); + } + + /** + * Create an instance of {@link GetAnomalyDetectionStrategyFromUMC } + * + */ + public GetAnomalyDetectionStrategyFromUMC createGetAnomalyDetectionStrategyFromUMC() { + return new GetAnomalyDetectionStrategyFromUMC(); + } + + /** + * Create an instance of {@link GetAnomalyDetectionStrategyFromUMCResponse } + * + */ + public GetAnomalyDetectionStrategyFromUMCResponse createGetAnomalyDetectionStrategyFromUMCResponse() { + return new GetAnomalyDetectionStrategyFromUMCResponse(); + } + + /** + * Create an instance of {@link AnomalyDetectionStrategy } + * + */ + public AnomalyDetectionStrategy createAnomalyDetectionStrategy() { + return new AnomalyDetectionStrategy(); + } + + /** + * Create an instance of {@link AddDnsSipGlobalV4ForUMC } + * + */ + public AddDnsSipGlobalV4ForUMC createAddDnsSipGlobalV4ForUMC() { + return new AddDnsSipGlobalV4ForUMC(); + } + + /** + * Create an instance of {@link AddDnsSipGlobalV4ForUMCResponse } + * + */ + public AddDnsSipGlobalV4ForUMCResponse createAddDnsSipGlobalV4ForUMCResponse() { + return new AddDnsSipGlobalV4ForUMCResponse(); + } + + /** + * Create an instance of {@link GetAllBlackHoleManualStrategyFromUMC } + * + */ + public GetAllBlackHoleManualStrategyFromUMC createGetAllBlackHoleManualStrategyFromUMC() { + return new GetAllBlackHoleManualStrategyFromUMC(); + } + + /** + * Create an instance of {@link GetAllBlackHoleManualStrategyFromUMCResponse } + * + */ + public GetAllBlackHoleManualStrategyFromUMCResponse createGetAllBlackHoleManualStrategyFromUMCResponse() { + return new GetAllBlackHoleManualStrategyFromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfBlackHoleManualStrategyForService } + * + */ + public ArrayOfBlackHoleManualStrategyForService createArrayOfBlackHoleManualStrategyForService() { + return new ArrayOfBlackHoleManualStrategyForService(); + } + + /** + * Create an instance of {@link AddDnsSecDomainCustomV4ForUMC } + * + */ + public AddDnsSecDomainCustomV4ForUMC createAddDnsSecDomainCustomV4ForUMC() { + return new AddDnsSecDomainCustomV4ForUMC(); + } + + /** + * Create an instance of {@link AddDnsSecDomainCustomV4ForUMCResponse } + * + */ + public AddDnsSecDomainCustomV4ForUMCResponse createAddDnsSecDomainCustomV4ForUMCResponse() { + return new AddDnsSecDomainCustomV4ForUMCResponse(); + } + + /** + * Create an instance of {@link ModDdosHttpGetUriCusProV4ForUMC } + * + */ + public ModDdosHttpGetUriCusProV4ForUMC createModDdosHttpGetUriCusProV4ForUMC() { + return new ModDdosHttpGetUriCusProV4ForUMC(); + } + + /** + * Create an instance of {@link ModDdosHttpGetUriCusProV4ForUMCResponse } + * + */ + public ModDdosHttpGetUriCusProV4ForUMCResponse createModDdosHttpGetUriCusProV4ForUMCResponse() { + return new ModDdosHttpGetUriCusProV4ForUMCResponse(); + } + + /** + * Create an instance of {@link SetDdosGlobalIcmpLengthForUMC } + * + */ + public SetDdosGlobalIcmpLengthForUMC createSetDdosGlobalIcmpLengthForUMC() { + return new SetDdosGlobalIcmpLengthForUMC(); + } + + /** + * Create an instance of {@link SetDdosGlobalIcmpLengthForUMCResponse } + * + */ + public SetDdosGlobalIcmpLengthForUMCResponse createSetDdosGlobalIcmpLengthForUMCResponse() { + return new SetDdosGlobalIcmpLengthForUMCResponse(); + } + + /** + * Create an instance of {@link GetAllBlackHoleAutoStrategyFromUMC } + * + */ + public GetAllBlackHoleAutoStrategyFromUMC createGetAllBlackHoleAutoStrategyFromUMC() { + return new GetAllBlackHoleAutoStrategyFromUMC(); + } + + /** + * Create an instance of {@link GetAllBlackHoleAutoStrategyFromUMCResponse } + * + */ + public GetAllBlackHoleAutoStrategyFromUMCResponse createGetAllBlackHoleAutoStrategyFromUMCResponse() { + return new GetAllBlackHoleAutoStrategyFromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfBlackHoleAutoStrategyForService } + * + */ + public ArrayOfBlackHoleAutoStrategyForService createArrayOfBlackHoleAutoStrategyForService() { + return new ArrayOfBlackHoleAutoStrategyForService(); + } + + /** + * Create an instance of {@link AddFingerprintTcpForUMC } + * + */ + public AddFingerprintTcpForUMC createAddFingerprintTcpForUMC() { + return new AddFingerprintTcpForUMC(); + } + + /** + * Create an instance of {@link AddFingerprintTcpForUMCResponse } + * + */ + public AddFingerprintTcpForUMCResponse createAddFingerprintTcpForUMCResponse() { + return new AddFingerprintTcpForUMCResponse(); + } + + /** + * Create an instance of {@link ModBlackHoleAutoStrategyForUMC } + * + */ + public ModBlackHoleAutoStrategyForUMC createModBlackHoleAutoStrategyForUMC() { + return new ModBlackHoleAutoStrategyForUMC(); + } + + /** + * Create an instance of {@link ModBlackHoleAutoStrategyForUMCResponse } + * + */ + public ModBlackHoleAutoStrategyForUMCResponse createModBlackHoleAutoStrategyForUMCResponse() { + return new ModBlackHoleAutoStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link SetDdosGlobalAckPayloadForUMC } + * + */ + public SetDdosGlobalAckPayloadForUMC createSetDdosGlobalAckPayloadForUMC() { + return new SetDdosGlobalAckPayloadForUMC(); + } + + /** + * Create an instance of {@link SetDdosGlobalAckPayloadForUMCResponse } + * + */ + public SetDdosGlobalAckPayloadForUMCResponse createSetDdosGlobalAckPayloadForUMCResponse() { + return new SetDdosGlobalAckPayloadForUMCResponse(); + } + + /** + * Create an instance of {@link GetCompleteAnomalyDetectionStrategyFromUMC } + * + */ + public GetCompleteAnomalyDetectionStrategyFromUMC createGetCompleteAnomalyDetectionStrategyFromUMC() { + return new GetCompleteAnomalyDetectionStrategyFromUMC(); + } + + /** + * Create an instance of {@link GetCompleteAnomalyDetectionStrategyFromUMCResponse } + * + */ + public GetCompleteAnomalyDetectionStrategyFromUMCResponse createGetCompleteAnomalyDetectionStrategyFromUMCResponse() { + return new GetCompleteAnomalyDetectionStrategyFromUMCResponse(); + } + + /** + * Create an instance of {@link StopBypassManualTractionStrategyForUMC } + * + */ + public StopBypassManualTractionStrategyForUMC createStopBypassManualTractionStrategyForUMC() { + return new StopBypassManualTractionStrategyForUMC(); + } + + /** + * Create an instance of {@link StopBypassManualTractionStrategyForUMCResponse } + * + */ + public StopBypassManualTractionStrategyForUMCResponse createStopBypassManualTractionStrategyForUMCResponse() { + return new StopBypassManualTractionStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link GetAllProtectionStrategyTemplateFromUMC } + * + */ + public GetAllProtectionStrategyTemplateFromUMC createGetAllProtectionStrategyTemplateFromUMC() { + return new GetAllProtectionStrategyTemplateFromUMC(); + } + + /** + * Create an instance of {@link GetAllProtectionStrategyTemplateFromUMCResponse } + * + */ + public GetAllProtectionStrategyTemplateFromUMCResponse createGetAllProtectionStrategyTemplateFromUMCResponse() { + return new GetAllProtectionStrategyTemplateFromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfProtectionStrategyTemplateForService } + * + */ + public ArrayOfProtectionStrategyTemplateForService createArrayOfProtectionStrategyTemplateForService() { + return new ArrayOfProtectionStrategyTemplateForService(); + } + + /** + * Create an instance of {@link StartAbnormalTaskWithSpecificDeviceForUMC } + * + */ + public StartAbnormalTaskWithSpecificDeviceForUMC createStartAbnormalTaskWithSpecificDeviceForUMC() { + return new StartAbnormalTaskWithSpecificDeviceForUMC(); + } + + /** + * Create an instance of {@link StartAbnormalTaskWithSpecificDeviceForUMCResponse } + * + */ + public StartAbnormalTaskWithSpecificDeviceForUMCResponse createStartAbnormalTaskWithSpecificDeviceForUMCResponse() { + return new StartAbnormalTaskWithSpecificDeviceForUMCResponse(); + } + + /** + * Create an instance of {@link SetDdosGlobalTcpFlagForUMC } + * + */ + public SetDdosGlobalTcpFlagForUMC createSetDdosGlobalTcpFlagForUMC() { + return new SetDdosGlobalTcpFlagForUMC(); + } + + /** + * Create an instance of {@link SetDdosGlobalTcpFlagForUMCResponse } + * + */ + public SetDdosGlobalTcpFlagForUMCResponse createSetDdosGlobalTcpFlagForUMCResponse() { + return new SetDdosGlobalTcpFlagForUMCResponse(); + } + + /** + * Create an instance of {@link AddBypassManualTractionStrategyForUMC } + * + */ + public AddBypassManualTractionStrategyForUMC createAddBypassManualTractionStrategyForUMC() { + return new AddBypassManualTractionStrategyForUMC(); + } + + /** + * Create an instance of {@link AddBypassManualTractionStrategyForUMCResponse } + * + */ + public AddBypassManualTractionStrategyForUMCResponse createAddBypassManualTractionStrategyForUMCResponse() { + return new AddBypassManualTractionStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link DelFingerprintTcpForUMC } + * + */ + public DelFingerprintTcpForUMC createDelFingerprintTcpForUMC() { + return new DelFingerprintTcpForUMC(); + } + + /** + * Create an instance of {@link DelFingerprintTcpForUMCResponse } + * + */ + public DelFingerprintTcpForUMCResponse createDelFingerprintTcpForUMCResponse() { + return new DelFingerprintTcpForUMCResponse(); + } + + /** + * Create an instance of {@link ModBlackHoleManualStrategyForUMC } + * + */ + public ModBlackHoleManualStrategyForUMC createModBlackHoleManualStrategyForUMC() { + return new ModBlackHoleManualStrategyForUMC(); + } + + /** + * Create an instance of {@link ModBlackHoleManualStrategyForUMCResponse } + * + */ + public ModBlackHoleManualStrategyForUMCResponse createModBlackHoleManualStrategyForUMCResponse() { + return new ModBlackHoleManualStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link DisableProtectionStrategyTemplateForUMC } + * + */ + public DisableProtectionStrategyTemplateForUMC createDisableProtectionStrategyTemplateForUMC() { + return new DisableProtectionStrategyTemplateForUMC(); + } + + /** + * Create an instance of {@link DisableProtectionStrategyTemplateForUMCResponse } + * + */ + public DisableProtectionStrategyTemplateForUMCResponse createDisableProtectionStrategyTemplateForUMCResponse() { + return new DisableProtectionStrategyTemplateForUMCResponse(); + } + + /** + * Create an instance of {@link ModDnsSecDomainGlobalV4ForUMC } + * + */ + public ModDnsSecDomainGlobalV4ForUMC createModDnsSecDomainGlobalV4ForUMC() { + return new ModDnsSecDomainGlobalV4ForUMC(); + } + + /** + * Create an instance of {@link ModDnsSecDomainGlobalV4ForUMCResponse } + * + */ + public ModDnsSecDomainGlobalV4ForUMCResponse createModDnsSecDomainGlobalV4ForUMCResponse() { + return new ModDnsSecDomainGlobalV4ForUMCResponse(); + } + + /** + * Create an instance of {@link GetAllProtectDevices } + * + */ + public GetAllProtectDevices createGetAllProtectDevices() { + return new GetAllProtectDevices(); + } + + /** + * Create an instance of {@link GetAllProtectDevicesResponse } + * + */ + public GetAllProtectDevicesResponse createGetAllProtectDevicesResponse() { + return new GetAllProtectDevicesResponse(); + } + + /** + * Create an instance of {@link GetFingerprintOtherFromUMC } + * + */ + public GetFingerprintOtherFromUMC createGetFingerprintOtherFromUMC() { + return new GetFingerprintOtherFromUMC(); + } + + /** + * Create an instance of {@link GetFingerprintOtherFromUMCResponse } + * + */ + public GetFingerprintOtherFromUMCResponse createGetFingerprintOtherFromUMCResponse() { + return new GetFingerprintOtherFromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfFingerprintOtherForService } + * + */ + public ArrayOfFingerprintOtherForService createArrayOfFingerprintOtherForService() { + return new ArrayOfFingerprintOtherForService(); + } + + /** + * Create an instance of {@link GetDdosHttpGetUriCusProV4FromUMC } + * + */ + public GetDdosHttpGetUriCusProV4FromUMC createGetDdosHttpGetUriCusProV4FromUMC() { + return new GetDdosHttpGetUriCusProV4FromUMC(); + } + + /** + * Create an instance of {@link GetDdosHttpGetUriCusProV4FromUMCResponse } + * + */ + public GetDdosHttpGetUriCusProV4FromUMCResponse createGetDdosHttpGetUriCusProV4FromUMCResponse() { + return new GetDdosHttpGetUriCusProV4FromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfDdosHttpGetUriCusProV4ForService } + * + */ + public ArrayOfDdosHttpGetUriCusProV4ForService createArrayOfDdosHttpGetUriCusProV4ForService() { + return new ArrayOfDdosHttpGetUriCusProV4ForService(); + } + + /** + * Create an instance of {@link ModDnsSipGlobalV4ForUMC } + * + */ + public ModDnsSipGlobalV4ForUMC createModDnsSipGlobalV4ForUMC() { + return new ModDnsSipGlobalV4ForUMC(); + } + + /** + * Create an instance of {@link ModDnsSipGlobalV4ForUMCResponse } + * + */ + public ModDnsSipGlobalV4ForUMCResponse createModDnsSipGlobalV4ForUMCResponse() { + return new ModDnsSipGlobalV4ForUMCResponse(); + } + + /** + * Create an instance of {@link GetAllProtectionTargetWithStrategyAssociationRelationshipForUMC } + * + */ + public GetAllProtectionTargetWithStrategyAssociationRelationshipForUMC createGetAllProtectionTargetWithStrategyAssociationRelationshipForUMC() { + return new GetAllProtectionTargetWithStrategyAssociationRelationshipForUMC(); + } + + /** + * Create an instance of {@link GetAllProtectionTargetWithStrategyAssociationRelationshipForUMCResponse } + * + */ + public GetAllProtectionTargetWithStrategyAssociationRelationshipForUMCResponse createGetAllProtectionTargetWithStrategyAssociationRelationshipForUMCResponse() { + return new GetAllProtectionTargetWithStrategyAssociationRelationshipForUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfProtectionTargetWithStrategyForService } + * + */ + public ArrayOfProtectionTargetWithStrategyForService createArrayOfProtectionTargetWithStrategyForService() { + return new ArrayOfProtectionTargetWithStrategyForService(); + } + + /** + * Create an instance of {@link DelBlackHoleStrategyForUMC } + * + */ + public DelBlackHoleStrategyForUMC createDelBlackHoleStrategyForUMC() { + return new DelBlackHoleStrategyForUMC(); + } + + /** + * Create an instance of {@link DelBlackHoleStrategyForUMCResponse } + * + */ + public DelBlackHoleStrategyForUMCResponse createDelBlackHoleStrategyForUMCResponse() { + return new DelBlackHoleStrategyForUMCResponse(); + } + + /** + * Create an instance of {@link ModDdosCCuserGroupV4ForUMC } + * + */ + public ModDdosCCuserGroupV4ForUMC createModDdosCCuserGroupV4ForUMC() { + return new ModDdosCCuserGroupV4ForUMC(); + } + + /** + * Create an instance of {@link ModDdosCCuserGroupV4ForUMCResponse } + * + */ + public ModDdosCCuserGroupV4ForUMCResponse createModDdosCCuserGroupV4ForUMCResponse() { + return new ModDdosCCuserGroupV4ForUMCResponse(); + } + + /** + * Create an instance of {@link ModFingerprintOtherForUMC } + * + */ + public ModFingerprintOtherForUMC createModFingerprintOtherForUMC() { + return new ModFingerprintOtherForUMC(); + } + + /** + * Create an instance of {@link ModFingerprintOtherForUMCResponse } + * + */ + public ModFingerprintOtherForUMCResponse createModFingerprintOtherForUMCResponse() { + return new ModFingerprintOtherForUMCResponse(); + } + + /** + * Create an instance of {@link ModDnsDomainCustomV4ForUMC } + * + */ + public ModDnsDomainCustomV4ForUMC createModDnsDomainCustomV4ForUMC() { + return new ModDnsDomainCustomV4ForUMC(); + } + + /** + * Create an instance of {@link ModDnsDomainCustomV4ForUMCResponse } + * + */ + public ModDnsDomainCustomV4ForUMCResponse createModDnsDomainCustomV4ForUMCResponse() { + return new ModDnsDomainCustomV4ForUMCResponse(); + } + + /** + * Create an instance of {@link GetAllBlackAndWhiteListFromUMC } + * + */ + public GetAllBlackAndWhiteListFromUMC createGetAllBlackAndWhiteListFromUMC() { + return new GetAllBlackAndWhiteListFromUMC(); + } + + /** + * Create an instance of {@link GetAllBlackAndWhiteListFromUMCResponse } + * + */ + public GetAllBlackAndWhiteListFromUMCResponse createGetAllBlackAndWhiteListFromUMCResponse() { + return new GetAllBlackAndWhiteListFromUMCResponse(); + } + + /** + * Create an instance of {@link ArrayOfBlackAndWhiteListDataForService } + * + */ + public ArrayOfBlackAndWhiteListDataForService createArrayOfBlackAndWhiteListDataForService() { + return new ArrayOfBlackAndWhiteListDataForService(); + } + + /** + * Create an instance of {@link DnsSecDomainCustomV4ForService } + * + */ + public DnsSecDomainCustomV4ForService createDnsSecDomainCustomV4ForService() { + return new DnsSecDomainCustomV4ForService(); + } + + /** + * Create an instance of {@link DdosACProtectionForService } + * + */ + public DdosACProtectionForService createDdosACProtectionForService() { + return new DdosACProtectionForService(); + } + + /** + * Create an instance of {@link FingerprintIcmpForService } + * + */ + public FingerprintIcmpForService createFingerprintIcmpForService() { + return new FingerprintIcmpForService(); + } + + /** + * Create an instance of {@link DdosCCuserGroupV4ForService } + * + */ + public DdosCCuserGroupV4ForService createDdosCCuserGroupV4ForService() { + return new DdosCCuserGroupV4ForService(); + } + + /** + * Create an instance of {@link DnsSecDomainGlobalV4ForService } + * + */ + public DnsSecDomainGlobalV4ForService createDnsSecDomainGlobalV4ForService() { + return new DnsSecDomainGlobalV4ForService(); + } + + /** + * Create an instance of {@link DnsDomainCustomV4ForService } + * + */ + public DnsDomainCustomV4ForService createDnsDomainCustomV4ForService() { + return new DnsDomainCustomV4ForService(); + } + + /** + * Create an instance of {@link DnsDomainGlobalV4ForService } + * + */ + public DnsDomainGlobalV4ForService createDnsDomainGlobalV4ForService() { + return new DnsDomainGlobalV4ForService(); + } + + /** + * Create an instance of {@link BypassManualTractionStrategyForService } + * + */ + public BypassManualTractionStrategyForService createBypassManualTractionStrategyForService() { + return new BypassManualTractionStrategyForService(); + } + + /** + * Create an instance of {@link DdosHttpGetUriGloProV4ForService } + * + */ + public DdosHttpGetUriGloProV4ForService createDdosHttpGetUriGloProV4ForService() { + return new DdosHttpGetUriGloProV4ForService(); + } + + /** + * Create an instance of {@link ProtectionObjectDataForService } + * + */ + public ProtectionObjectDataForService createProtectionObjectDataForService() { + return new ProtectionObjectDataForService(); + } + + /** + * Create an instance of {@link DdosHttpGetSipGloProV4ForService } + * + */ + public DdosHttpGetSipGloProV4ForService createDdosHttpGetSipGloProV4ForService() { + return new DdosHttpGetSipGloProV4ForService(); + } + + /** + * Create an instance of {@link DdosDnsRetryProtectForService } + * + */ + public DdosDnsRetryProtectForService createDdosDnsRetryProtectForService() { + return new DdosDnsRetryProtectForService(); + } + + /** + * Create an instance of {@link FingerprintUdpForService } + * + */ + public FingerprintUdpForService createFingerprintUdpForService() { + return new FingerprintUdpForService(); + } + + /** + * Create an instance of {@link FingerprintTcpForService } + * + */ + public FingerprintTcpForService createFingerprintTcpForService() { + return new FingerprintTcpForService(); + } + + /** + * Create an instance of {@link DnsSipCustomV4ForService } + * + */ + public DnsSipCustomV4ForService createDnsSipCustomV4ForService() { + return new DnsSipCustomV4ForService(); + } + + /** + * Create an instance of {@link DdosHttpGetSipCusProV4ForService } + * + */ + public DdosHttpGetSipCusProV4ForService createDdosHttpGetSipCusProV4ForService() { + return new DdosHttpGetSipCusProV4ForService(); + } + + /** + * Create an instance of {@link DnsSipGlobalV4ForService } + * + */ + public DnsSipGlobalV4ForService createDnsSipGlobalV4ForService() { + return new DnsSipGlobalV4ForService(); + } + + /** + * Create an instance of {@link DetectionObjectDataForService } + * + */ + public DetectionObjectDataForService createDetectionObjectDataForService() { + return new DetectionObjectDataForService(); + } + + /** + * Create an instance of {@link BlackHoleManualStrategyForService } + * + */ + public BlackHoleManualStrategyForService createBlackHoleManualStrategyForService() { + return new BlackHoleManualStrategyForService(); + } + + /** + * Create an instance of {@link BlackHoleAutoStrategyForService } + * + */ + public BlackHoleAutoStrategyForService createBlackHoleAutoStrategyForService() { + return new BlackHoleAutoStrategyForService(); + } + + /** + * Create an instance of {@link ProtectionStrategyTemplateForService } + * + */ + public ProtectionStrategyTemplateForService createProtectionStrategyTemplateForService() { + return new ProtectionStrategyTemplateForService(); + } + + /** + * Create an instance of {@link FingerprintOtherForService } + * + */ + public FingerprintOtherForService createFingerprintOtherForService() { + return new FingerprintOtherForService(); + } + + /** + * Create an instance of {@link DdosHttpGetUriCusProV4ForService } + * + */ + public DdosHttpGetUriCusProV4ForService createDdosHttpGetUriCusProV4ForService() { + return new DdosHttpGetUriCusProV4ForService(); + } + + /** + * Create an instance of {@link ProtectionTargetWithStrategyForService } + * + */ + public ProtectionTargetWithStrategyForService createProtectionTargetWithStrategyForService() { + return new ProtectionTargetWithStrategyForService(); + } + + /** + * Create an instance of {@link BlackAndWhiteListDataForService } + * + */ + public BlackAndWhiteListDataForService createBlackAndWhiteListDataForService() { + return new BlackAndWhiteListDataForService(); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "dipEndIp", scope = BlackAndWhiteListDataForService.class) + public JAXBElement createBlackAndWhiteListDataForServiceDipEndIp(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceDipEndIp_QNAME, String.class, BlackAndWhiteListDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "dipStartIp", scope = BlackAndWhiteListDataForService.class) + public JAXBElement createBlackAndWhiteListDataForServiceDipStartIp(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceDipStartIp_QNAME, String.class, BlackAndWhiteListDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "dipType", scope = BlackAndWhiteListDataForService.class) + public JAXBElement createBlackAndWhiteListDataForServiceDipType(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceDipType_QNAME, String.class, BlackAndWhiteListDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "hour", scope = BlackAndWhiteListDataForService.class) + public JAXBElement createBlackAndWhiteListDataForServiceHour(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceHour_QNAME, String.class, BlackAndWhiteListDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "minute", scope = BlackAndWhiteListDataForService.class) + public JAXBElement createBlackAndWhiteListDataForServiceMinute(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceMinute_QNAME, String.class, BlackAndWhiteListDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = BlackAndWhiteListDataForService.class) + public JAXBElement createBlackAndWhiteListDataForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, BlackAndWhiteListDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectionType", scope = BlackAndWhiteListDataForService.class) + public JAXBElement createBlackAndWhiteListDataForServiceProtectionType(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceProtectionType_QNAME, String.class, BlackAndWhiteListDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "second", scope = BlackAndWhiteListDataForService.class) + public JAXBElement createBlackAndWhiteListDataForServiceSecond(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceSecond_QNAME, String.class, BlackAndWhiteListDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "sipEndIp", scope = BlackAndWhiteListDataForService.class) + public JAXBElement createBlackAndWhiteListDataForServiceSipEndIp(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceSipEndIp_QNAME, String.class, BlackAndWhiteListDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "sipStartIp", scope = BlackAndWhiteListDataForService.class) + public JAXBElement createBlackAndWhiteListDataForServiceSipStartIp(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceSipStartIp_QNAME, String.class, BlackAndWhiteListDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "sipType", scope = BlackAndWhiteListDataForService.class) + public JAXBElement createBlackAndWhiteListDataForServiceSipType(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceSipType_QNAME, String.class, BlackAndWhiteListDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "timeType", scope = BlackAndWhiteListDataForService.class) + public JAXBElement createBlackAndWhiteListDataForServiceTimeType(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceTimeType_QNAME, String.class, BlackAndWhiteListDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectionStrategyName", scope = ProtectionTargetWithStrategyForService.class) + public JAXBElement createProtectionTargetWithStrategyForServiceProtectionStrategyName(String value) { + return new JAXBElement(_ProtectionTargetWithStrategyForServiceProtectionStrategyName_QNAME, String.class, ProtectionTargetWithStrategyForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectionTargetName", scope = ProtectionTargetWithStrategyForService.class) + public JAXBElement createProtectionTargetWithStrategyForServiceProtectionTargetName(String value) { + return new JAXBElement(_ProtectionTargetWithStrategyForServiceProtectionTargetName_QNAME, String.class, ProtectionTargetWithStrategyForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "URI", scope = DdosHttpGetUriCusProV4ForService.class) + public JAXBElement createDdosHttpGetUriCusProV4ForServiceURI(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceURI_QNAME, String.class, DdosHttpGetUriCusProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "action", scope = DdosHttpGetUriCusProV4ForService.class) + public JAXBElement createDdosHttpGetUriCusProV4ForServiceAction(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceAction_QNAME, String.class, DdosHttpGetUriCusProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = DdosHttpGetUriCusProV4ForService.class) + public JAXBElement createDdosHttpGetUriCusProV4ForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, DdosHttpGetUriCusProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosHttpGetUriCusProV4ForService.class) + public JAXBElement createDdosHttpGetUriCusProV4ForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosHttpGetUriCusProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectthreshold", scope = DdosHttpGetUriCusProV4ForService.class) + public JAXBElement createDdosHttpGetUriCusProV4ForServiceProtectthreshold(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceProtectthreshold_QNAME, String.class, DdosHttpGetUriCusProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "action", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceAction(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceAction_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "custom1", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceCustom1(String value) { + return new JAXBElement(_FingerprintOtherForServiceCustom1_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "custom2", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceCustom2(String value) { + return new JAXBElement(_FingerprintOtherForServiceCustom2_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "custom3", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceCustom3(String value) { + return new JAXBElement(_FingerprintOtherForServiceCustom3_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "enable1", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceEnable1(String value) { + return new JAXBElement(_FingerprintOtherForServiceEnable1_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "enable2", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceEnable2(String value) { + return new JAXBElement(_FingerprintOtherForServiceEnable2_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "enable3", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceEnable3(String value) { + return new JAXBElement(_FingerprintOtherForServiceEnable3_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ip1", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceIp1(String value) { + return new JAXBElement(_FingerprintOtherForServiceIp1_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ip2", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceIp2(String value) { + return new JAXBElement(_FingerprintOtherForServiceIp2_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ip3", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceIp3(String value) { + return new JAXBElement(_FingerprintOtherForServiceIp3_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keylength1", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceKeylength1(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeylength1_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keylength2", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceKeylength2(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeylength2_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keylength3", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceKeylength3(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeylength3_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keyoffset1", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceKeyoffset1(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeyoffset1_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keyoffset2", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceKeyoffset2(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeyoffset2_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keyoffset3", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceKeyoffset3(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeyoffset3_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keytype1", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceKeytype1(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeytype1_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keytype2", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceKeytype2(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeytype2_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keytype3", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceKeytype3(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeytype3_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "mask1", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceMask1(String value) { + return new JAXBElement(_FingerprintOtherForServiceMask1_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "mask2", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceMask2(String value) { + return new JAXBElement(_FingerprintOtherForServiceMask2_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "mask3", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceMask3(String value) { + return new JAXBElement(_FingerprintOtherForServiceMask3_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "threshold", scope = FingerprintOtherForService.class) + public JAXBElement createFingerprintOtherForServiceThreshold(String value) { + return new JAXBElement(_FingerprintOtherForServiceThreshold_QNAME, String.class, FingerprintOtherForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "description", scope = ProtectionStrategyTemplateForService.class) + public JAXBElement createProtectionStrategyTemplateForServiceDescription(String value) { + return new JAXBElement(_ProtectionStrategyTemplateForServiceDescription_QNAME, String.class, ProtectionStrategyTemplateForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = ProtectionStrategyTemplateForService.class) + public JAXBElement createProtectionStrategyTemplateForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, ProtectionStrategyTemplateForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "detectName", scope = BlackHoleAutoStrategyForService.class) + public JAXBElement createBlackHoleAutoStrategyForServiceDetectName(String value) { + return new JAXBElement(_BlackHoleAutoStrategyForServiceDetectName_QNAME, String.class, BlackHoleAutoStrategyForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "policyName", scope = BlackHoleAutoStrategyForService.class) + public JAXBElement createBlackHoleAutoStrategyForServicePolicyName(String value) { + return new JAXBElement(_BlackHoleAutoStrategyForServicePolicyName_QNAME, String.class, BlackHoleAutoStrategyForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "detectName", scope = BlackHoleManualStrategyForService.class) + public JAXBElement createBlackHoleManualStrategyForServiceDetectName(String value) { + return new JAXBElement(_BlackHoleAutoStrategyForServiceDetectName_QNAME, String.class, BlackHoleManualStrategyForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ipAddress", scope = BlackHoleManualStrategyForService.class) + public JAXBElement createBlackHoleManualStrategyForServiceIpAddress(String value) { + return new JAXBElement(_BlackHoleManualStrategyForServiceIpAddress_QNAME, String.class, BlackHoleManualStrategyForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "policyName", scope = BlackHoleManualStrategyForService.class) + public JAXBElement createBlackHoleManualStrategyForServicePolicyName(String value) { + return new JAXBElement(_BlackHoleAutoStrategyForServicePolicyName_QNAME, String.class, BlackHoleManualStrategyForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "cleaningDevices", scope = DetectionObjectDataForService.class) + public JAXBElement createDetectionObjectDataForServiceCleaningDevices(String value) { + return new JAXBElement(_DetectionObjectDataForServiceCleaningDevices_QNAME, String.class, DetectionObjectDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "detectionDevices", scope = DetectionObjectDataForService.class) + public JAXBElement createDetectionObjectDataForServiceDetectionDevices(String value) { + return new JAXBElement(_DetectionObjectDataForServiceDetectionDevices_QNAME, String.class, DetectionObjectDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "detectionName", scope = DetectionObjectDataForService.class) + public JAXBElement createDetectionObjectDataForServiceDetectionName(String value) { + return new JAXBElement(_DetectionObjectDataForServiceDetectionName_QNAME, String.class, DetectionObjectDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ipSegment", scope = DetectionObjectDataForService.class) + public JAXBElement createDetectionObjectDataForServiceIpSegment(String value) { + return new JAXBElement(_DetectionObjectDataForServiceIpSegment_QNAME, String.class, DetectionObjectDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "action", scope = DnsSipGlobalV4ForService.class) + public JAXBElement createDnsSipGlobalV4ForServiceAction(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceAction_QNAME, String.class, DnsSipGlobalV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = DnsSipGlobalV4ForService.class) + public JAXBElement createDnsSipGlobalV4ForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, DnsSipGlobalV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DnsSipGlobalV4ForService.class) + public JAXBElement createDnsSipGlobalV4ForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DnsSipGlobalV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectthreshold", scope = DnsSipGlobalV4ForService.class) + public JAXBElement createDnsSipGlobalV4ForServiceProtectthreshold(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceProtectthreshold_QNAME, String.class, DnsSipGlobalV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "action", scope = DdosHttpGetSipCusProV4ForService.class) + public JAXBElement createDdosHttpGetSipCusProV4ForServiceAction(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceAction_QNAME, String.class, DdosHttpGetSipCusProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = DdosHttpGetSipCusProV4ForService.class) + public JAXBElement createDdosHttpGetSipCusProV4ForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, DdosHttpGetSipCusProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosHttpGetSipCusProV4ForService.class) + public JAXBElement createDdosHttpGetSipCusProV4ForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosHttpGetSipCusProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectthreshold", scope = DdosHttpGetSipCusProV4ForService.class) + public JAXBElement createDdosHttpGetSipCusProV4ForServiceProtectthreshold(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceProtectthreshold_QNAME, String.class, DdosHttpGetSipCusProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "sip", scope = DdosHttpGetSipCusProV4ForService.class) + public JAXBElement createDdosHttpGetSipCusProV4ForServiceSip(String value) { + return new JAXBElement(_DdosHttpGetSipCusProV4ForServiceSip_QNAME, String.class, DdosHttpGetSipCusProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "action", scope = DnsSipCustomV4ForService.class) + public JAXBElement createDnsSipCustomV4ForServiceAction(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceAction_QNAME, String.class, DnsSipCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = DnsSipCustomV4ForService.class) + public JAXBElement createDnsSipCustomV4ForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, DnsSipCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DnsSipCustomV4ForService.class) + public JAXBElement createDnsSipCustomV4ForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DnsSipCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectthreshold", scope = DnsSipCustomV4ForService.class) + public JAXBElement createDnsSipCustomV4ForServiceProtectthreshold(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceProtectthreshold_QNAME, String.class, DnsSipCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "sipend", scope = DnsSipCustomV4ForService.class) + public JAXBElement createDnsSipCustomV4ForServiceSipend(String value) { + return new JAXBElement(_DnsSipCustomV4ForServiceSipend_QNAME, String.class, DnsSipCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "sipstart", scope = DnsSipCustomV4ForService.class) + public JAXBElement createDnsSipCustomV4ForServiceSipstart(String value) { + return new JAXBElement(_DnsSipCustomV4ForServiceSipstart_QNAME, String.class, DnsSipCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "action", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceAction(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceAction_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "custom1", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceCustom1(String value) { + return new JAXBElement(_FingerprintOtherForServiceCustom1_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "custom2", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceCustom2(String value) { + return new JAXBElement(_FingerprintOtherForServiceCustom2_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "custom3", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceCustom3(String value) { + return new JAXBElement(_FingerprintOtherForServiceCustom3_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "enable1", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceEnable1(String value) { + return new JAXBElement(_FingerprintOtherForServiceEnable1_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "enable2", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceEnable2(String value) { + return new JAXBElement(_FingerprintOtherForServiceEnable2_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "enable3", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceEnable3(String value) { + return new JAXBElement(_FingerprintOtherForServiceEnable3_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "flag1", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceFlag1(String value) { + return new JAXBElement(_FingerprintTcpForServiceFlag1_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "flag2", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceFlag2(String value) { + return new JAXBElement(_FingerprintTcpForServiceFlag2_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "flag3", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceFlag3(String value) { + return new JAXBElement(_FingerprintTcpForServiceFlag3_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ip1", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceIp1(String value) { + return new JAXBElement(_FingerprintOtherForServiceIp1_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ip2", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceIp2(String value) { + return new JAXBElement(_FingerprintOtherForServiceIp2_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ip3", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceIp3(String value) { + return new JAXBElement(_FingerprintOtherForServiceIp3_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keylength1", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceKeylength1(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeylength1_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keylength2", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceKeylength2(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeylength2_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keylength3", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceKeylength3(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeylength3_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keyoffset1", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceKeyoffset1(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeyoffset1_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keyoffset2", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceKeyoffset2(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeyoffset2_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keyoffset3", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceKeyoffset3(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeyoffset3_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keytype1", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceKeytype1(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeytype1_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keytype2", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceKeytype2(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeytype2_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keytype3", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceKeytype3(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeytype3_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "mask1", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceMask1(String value) { + return new JAXBElement(_FingerprintOtherForServiceMask1_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "mask2", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceMask2(String value) { + return new JAXBElement(_FingerprintOtherForServiceMask2_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "mask3", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceMask3(String value) { + return new JAXBElement(_FingerprintOtherForServiceMask3_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "port1", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServicePort1(String value) { + return new JAXBElement(_FingerprintTcpForServicePort1_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "port2", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServicePort2(String value) { + return new JAXBElement(_FingerprintTcpForServicePort2_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "port3", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServicePort3(String value) { + return new JAXBElement(_FingerprintTcpForServicePort3_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "threshold", scope = FingerprintTcpForService.class) + public JAXBElement createFingerprintTcpForServiceThreshold(String value) { + return new JAXBElement(_FingerprintOtherForServiceThreshold_QNAME, String.class, FingerprintTcpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "action", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceAction(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceAction_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "custom1", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceCustom1(String value) { + return new JAXBElement(_FingerprintOtherForServiceCustom1_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "custom2", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceCustom2(String value) { + return new JAXBElement(_FingerprintOtherForServiceCustom2_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "custom3", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceCustom3(String value) { + return new JAXBElement(_FingerprintOtherForServiceCustom3_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "enable1", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceEnable1(String value) { + return new JAXBElement(_FingerprintOtherForServiceEnable1_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "enable2", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceEnable2(String value) { + return new JAXBElement(_FingerprintOtherForServiceEnable2_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "enable3", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceEnable3(String value) { + return new JAXBElement(_FingerprintOtherForServiceEnable3_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ip1", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceIp1(String value) { + return new JAXBElement(_FingerprintOtherForServiceIp1_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ip2", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceIp2(String value) { + return new JAXBElement(_FingerprintOtherForServiceIp2_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ip3", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceIp3(String value) { + return new JAXBElement(_FingerprintOtherForServiceIp3_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keylength1", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceKeylength1(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeylength1_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keylength2", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceKeylength2(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeylength2_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keylength3", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceKeylength3(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeylength3_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keyoffset1", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceKeyoffset1(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeyoffset1_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keyoffset2", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceKeyoffset2(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeyoffset2_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keyoffset3", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceKeyoffset3(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeyoffset3_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keytype1", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceKeytype1(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeytype1_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keytype2", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceKeytype2(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeytype2_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keytype3", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceKeytype3(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeytype3_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "mask1", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceMask1(String value) { + return new JAXBElement(_FingerprintOtherForServiceMask1_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "mask2", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceMask2(String value) { + return new JAXBElement(_FingerprintOtherForServiceMask2_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "mask3", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceMask3(String value) { + return new JAXBElement(_FingerprintOtherForServiceMask3_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "port1", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServicePort1(String value) { + return new JAXBElement(_FingerprintTcpForServicePort1_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "port2", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServicePort2(String value) { + return new JAXBElement(_FingerprintTcpForServicePort2_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "port3", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServicePort3(String value) { + return new JAXBElement(_FingerprintTcpForServicePort3_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "threshold", scope = FingerprintUdpForService.class) + public JAXBElement createFingerprintUdpForServiceThreshold(String value) { + return new JAXBElement(_FingerprintOtherForServiceThreshold_QNAME, String.class, FingerprintUdpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "action", scope = DdosDnsRetryProtectForService.class) + public JAXBElement createDdosDnsRetryProtectForServiceAction(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceAction_QNAME, String.class, DdosDnsRetryProtectForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "alertthreshold", scope = DdosDnsRetryProtectForService.class) + public JAXBElement createDdosDnsRetryProtectForServiceAlertthreshold(String value) { + return new JAXBElement(_DdosDnsRetryProtectForServiceAlertthreshold_QNAME, String.class, DdosDnsRetryProtectForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = DdosDnsRetryProtectForService.class) + public JAXBElement createDdosDnsRetryProtectForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, DdosDnsRetryProtectForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosDnsRetryProtectForService.class) + public JAXBElement createDdosDnsRetryProtectForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosDnsRetryProtectForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectthreshold", scope = DdosDnsRetryProtectForService.class) + public JAXBElement createDdosDnsRetryProtectForServiceProtectthreshold(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceProtectthreshold_QNAME, String.class, DdosDnsRetryProtectForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "action", scope = DdosHttpGetSipGloProV4ForService.class) + public JAXBElement createDdosHttpGetSipGloProV4ForServiceAction(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceAction_QNAME, String.class, DdosHttpGetSipGloProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = DdosHttpGetSipGloProV4ForService.class) + public JAXBElement createDdosHttpGetSipGloProV4ForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, DdosHttpGetSipGloProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosHttpGetSipGloProV4ForService.class) + public JAXBElement createDdosHttpGetSipGloProV4ForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosHttpGetSipGloProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectthreshold", scope = DdosHttpGetSipGloProV4ForService.class) + public JAXBElement createDdosHttpGetSipGloProV4ForServiceProtectthreshold(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceProtectthreshold_QNAME, String.class, DdosHttpGetSipGloProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "type", scope = DdosHttpGetSipGloProV4ForService.class) + public JAXBElement createDdosHttpGetSipGloProV4ForServiceType(String value) { + return new JAXBElement(_DdosHttpGetSipGloProV4ForServiceType_QNAME, String.class, DdosHttpGetSipGloProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "cleaningDevices", scope = ProtectionObjectDataForService.class) + public JAXBElement createProtectionObjectDataForServiceCleaningDevices(String value) { + return new JAXBElement(_DetectionObjectDataForServiceCleaningDevices_QNAME, String.class, ProtectionObjectDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "detectionDevices", scope = ProtectionObjectDataForService.class) + public JAXBElement createProtectionObjectDataForServiceDetectionDevices(String value) { + return new JAXBElement(_DetectionObjectDataForServiceDetectionDevices_QNAME, String.class, ProtectionObjectDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ipSegment", scope = ProtectionObjectDataForService.class) + public JAXBElement createProtectionObjectDataForServiceIpSegment(String value) { + return new JAXBElement(_DetectionObjectDataForServiceIpSegment_QNAME, String.class, ProtectionObjectDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectionName", scope = ProtectionObjectDataForService.class) + public JAXBElement createProtectionObjectDataForServiceProtectionName(String value) { + return new JAXBElement(_ProtectionObjectDataForServiceProtectionName_QNAME, String.class, ProtectionObjectDataForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "action", scope = DdosHttpGetUriGloProV4ForService.class) + public JAXBElement createDdosHttpGetUriGloProV4ForServiceAction(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceAction_QNAME, String.class, DdosHttpGetUriGloProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = DdosHttpGetUriGloProV4ForService.class) + public JAXBElement createDdosHttpGetUriGloProV4ForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, DdosHttpGetUriGloProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosHttpGetUriGloProV4ForService.class) + public JAXBElement createDdosHttpGetUriGloProV4ForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosHttpGetUriGloProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectthreshold", scope = DdosHttpGetUriGloProV4ForService.class) + public JAXBElement createDdosHttpGetUriGloProV4ForServiceProtectthreshold(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceProtectthreshold_QNAME, String.class, DdosHttpGetUriGloProV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "enabled", scope = BypassManualTractionStrategyForService.class) + public JAXBElement createBypassManualTractionStrategyForServiceEnabled(String value) { + return new JAXBElement(_BypassManualTractionStrategyForServiceEnabled_QNAME, String.class, BypassManualTractionStrategyForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ipRange", scope = BypassManualTractionStrategyForService.class) + public JAXBElement createBypassManualTractionStrategyForServiceIpRange(String value) { + return new JAXBElement(_BypassManualTractionStrategyForServiceIpRange_QNAME, String.class, BypassManualTractionStrategyForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "policyName", scope = BypassManualTractionStrategyForService.class) + public JAXBElement createBypassManualTractionStrategyForServicePolicyName(String value) { + return new JAXBElement(_BlackHoleAutoStrategyForServicePolicyName_QNAME, String.class, BypassManualTractionStrategyForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectName", scope = BypassManualTractionStrategyForService.class) + public JAXBElement createBypassManualTractionStrategyForServiceProtectName(String value) { + return new JAXBElement(_BypassManualTractionStrategyForServiceProtectName_QNAME, String.class, BypassManualTractionStrategyForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "action", scope = DnsDomainGlobalV4ForService.class) + public JAXBElement createDnsDomainGlobalV4ForServiceAction(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceAction_QNAME, String.class, DnsDomainGlobalV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = DnsDomainGlobalV4ForService.class) + public JAXBElement createDnsDomainGlobalV4ForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, DnsDomainGlobalV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DnsDomainGlobalV4ForService.class) + public JAXBElement createDnsDomainGlobalV4ForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DnsDomainGlobalV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectthreshold", scope = DnsDomainGlobalV4ForService.class) + public JAXBElement createDnsDomainGlobalV4ForServiceProtectthreshold(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceProtectthreshold_QNAME, String.class, DnsDomainGlobalV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "action", scope = DnsDomainCustomV4ForService.class) + public JAXBElement createDnsDomainCustomV4ForServiceAction(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceAction_QNAME, String.class, DnsDomainCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "domain", scope = DnsDomainCustomV4ForService.class) + public JAXBElement createDnsDomainCustomV4ForServiceDomain(String value) { + return new JAXBElement(_DnsDomainCustomV4ForServiceDomain_QNAME, String.class, DnsDomainCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = DnsDomainCustomV4ForService.class) + public JAXBElement createDnsDomainCustomV4ForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, DnsDomainCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DnsDomainCustomV4ForService.class) + public JAXBElement createDnsDomainCustomV4ForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DnsDomainCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectthreshold", scope = DnsDomainCustomV4ForService.class) + public JAXBElement createDnsDomainCustomV4ForServiceProtectthreshold(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceProtectthreshold_QNAME, String.class, DnsDomainCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "action", scope = DnsSecDomainGlobalV4ForService.class) + public JAXBElement createDnsSecDomainGlobalV4ForServiceAction(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceAction_QNAME, String.class, DnsSecDomainGlobalV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = DnsSecDomainGlobalV4ForService.class) + public JAXBElement createDnsSecDomainGlobalV4ForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, DnsSecDomainGlobalV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DnsSecDomainGlobalV4ForService.class) + public JAXBElement createDnsSecDomainGlobalV4ForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DnsSecDomainGlobalV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectthreshold", scope = DnsSecDomainGlobalV4ForService.class) + public JAXBElement createDnsSecDomainGlobalV4ForServiceProtectthreshold(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceProtectthreshold_QNAME, String.class, DnsSecDomainGlobalV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = DdosCCuserGroupV4ForService.class) + public JAXBElement createDdosCCuserGroupV4ForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, DdosCCuserGroupV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosCCuserGroupV4ForService.class) + public JAXBElement createDdosCCuserGroupV4ForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosCCuserGroupV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "action", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceAction(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceAction_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "custom1", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceCustom1(String value) { + return new JAXBElement(_FingerprintOtherForServiceCustom1_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "custom2", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceCustom2(String value) { + return new JAXBElement(_FingerprintOtherForServiceCustom2_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "custom3", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceCustom3(String value) { + return new JAXBElement(_FingerprintOtherForServiceCustom3_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "enable1", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceEnable1(String value) { + return new JAXBElement(_FingerprintOtherForServiceEnable1_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "enable2", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceEnable2(String value) { + return new JAXBElement(_FingerprintOtherForServiceEnable2_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "enable3", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceEnable3(String value) { + return new JAXBElement(_FingerprintOtherForServiceEnable3_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ip1", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceIp1(String value) { + return new JAXBElement(_FingerprintOtherForServiceIp1_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ip2", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceIp2(String value) { + return new JAXBElement(_FingerprintOtherForServiceIp2_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "ip3", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceIp3(String value) { + return new JAXBElement(_FingerprintOtherForServiceIp3_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keylength1", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceKeylength1(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeylength1_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keylength2", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceKeylength2(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeylength2_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keylength3", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceKeylength3(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeylength3_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keyoffset1", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceKeyoffset1(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeyoffset1_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keyoffset2", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceKeyoffset2(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeyoffset2_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keyoffset3", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceKeyoffset3(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeyoffset3_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keytype1", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceKeytype1(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeytype1_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keytype2", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceKeytype2(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeytype2_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "keytype3", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceKeytype3(String value) { + return new JAXBElement(_FingerprintOtherForServiceKeytype3_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "mask1", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceMask1(String value) { + return new JAXBElement(_FingerprintOtherForServiceMask1_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "mask2", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceMask2(String value) { + return new JAXBElement(_FingerprintOtherForServiceMask2_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "mask3", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceMask3(String value) { + return new JAXBElement(_FingerprintOtherForServiceMask3_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "threshold", scope = FingerprintIcmpForService.class) + public JAXBElement createFingerprintIcmpForServiceThreshold(String value) { + return new JAXBElement(_FingerprintOtherForServiceThreshold_QNAME, String.class, FingerprintIcmpForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "acDip", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceAcDip(String value) { + return new JAXBElement(_DdosACProtectionForServiceAcDip_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "acDmask", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceAcDmask(String value) { + return new JAXBElement(_DdosACProtectionForServiceAcDmask_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "acSip", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceAcSip(String value) { + return new JAXBElement(_DdosACProtectionForServiceAcSip_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "acSmask", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceAcSmask(String value) { + return new JAXBElement(_DdosACProtectionForServiceAcSmask_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "dstPortMax", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceDstPortMax(String value) { + return new JAXBElement(_DdosACProtectionForServiceDstPortMax_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "dstPortMin", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceDstPortMin(String value) { + return new JAXBElement(_DdosACProtectionForServiceDstPortMin_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "endLocation", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceEndLocation(String value) { + return new JAXBElement(_DdosACProtectionForServiceEndLocation_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "fixString", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceFixString(String value) { + return new JAXBElement(_DdosACProtectionForServiceFixString_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protocol", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceProtocol(String value) { + return new JAXBElement(_DdosACProtectionForServiceProtocol_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "regularExpression", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceRegularExpression(String value) { + return new JAXBElement(_DdosACProtectionForServiceRegularExpression_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "srcPortMax", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceSrcPortMax(String value) { + return new JAXBElement(_DdosACProtectionForServiceSrcPortMax_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "srcPortMin", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceSrcPortMin(String value) { + return new JAXBElement(_DdosACProtectionForServiceSrcPortMin_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "startLocation", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceStartLocation(String value) { + return new JAXBElement(_DdosACProtectionForServiceStartLocation_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "threshold", scope = DdosACProtectionForService.class) + public JAXBElement createDdosACProtectionForServiceThreshold(String value) { + return new JAXBElement(_FingerprintOtherForServiceThreshold_QNAME, String.class, DdosACProtectionForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "action", scope = DnsSecDomainCustomV4ForService.class) + public JAXBElement createDnsSecDomainCustomV4ForServiceAction(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceAction_QNAME, String.class, DnsSecDomainCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "domain", scope = DnsSecDomainCustomV4ForService.class) + public JAXBElement createDnsSecDomainCustomV4ForServiceDomain(String value) { + return new JAXBElement(_DnsDomainCustomV4ForServiceDomain_QNAME, String.class, DnsSecDomainCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "name", scope = DnsSecDomainCustomV4ForService.class) + public JAXBElement createDnsSecDomainCustomV4ForServiceName(String value) { + return new JAXBElement(_BlackAndWhiteListDataForServiceName_QNAME, String.class, DnsSecDomainCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DnsSecDomainCustomV4ForService.class) + public JAXBElement createDnsSecDomainCustomV4ForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DnsSecDomainCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "protectthreshold", scope = DnsSecDomainCustomV4ForService.class) + public JAXBElement createDnsSecDomainCustomV4ForServiceProtectthreshold(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceProtectthreshold_QNAME, String.class, DnsSecDomainCustomV4ForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://service.ntc.dp.com", name = "detectionObjName", scope = AnomalyDetectionStrategy.class) + public JAXBElement createAnomalyDetectionStrategyDetectionObjName(String value) { + return new JAXBElement(_AnomalyDetectionStrategyDetectionObjName_QNAME, String.class, AnomalyDetectionStrategy.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://service.ntc.dp.com", name = "strategyName", scope = AnomalyDetectionStrategy.class) + public JAXBElement createAnomalyDetectionStrategyStrategyName(String value) { + return new JAXBElement(_AnomalyDetectionStrategyStrategyName_QNAME, String.class, AnomalyDetectionStrategy.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosGlobalUdpFragForService.class) + public JAXBElement createDdosGlobalUdpFragForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosGlobalUdpFragForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "udpenable", scope = DdosGlobalUdpFragForService.class) + public JAXBElement createDdosGlobalUdpFragForServiceUdpenable(String value) { + return new JAXBElement(_DdosGlobalUdpFragForServiceUdpenable_QNAME, String.class, DdosGlobalUdpFragForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "udpthreshold", scope = DdosGlobalUdpFragForService.class) + public JAXBElement createDdosGlobalUdpFragForServiceUdpthreshold(String value) { + return new JAXBElement(_DdosGlobalUdpFragForServiceUdpthreshold_QNAME, String.class, DdosGlobalUdpFragForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "lengthenable", scope = DdosGlobalIcmpLengthForService.class) + public JAXBElement createDdosGlobalIcmpLengthForServiceLengthenable(String value) { + return new JAXBElement(_DdosGlobalIcmpLengthForServiceLengthenable_QNAME, String.class, DdosGlobalIcmpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "maxlength", scope = DdosGlobalIcmpLengthForService.class) + public JAXBElement createDdosGlobalIcmpLengthForServiceMaxlength(String value) { + return new JAXBElement(_DdosGlobalIcmpLengthForServiceMaxlength_QNAME, String.class, DdosGlobalIcmpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "minlength", scope = DdosGlobalIcmpLengthForService.class) + public JAXBElement createDdosGlobalIcmpLengthForServiceMinlength(String value) { + return new JAXBElement(_DdosGlobalIcmpLengthForServiceMinlength_QNAME, String.class, DdosGlobalIcmpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosGlobalIcmpLengthForService.class) + public JAXBElement createDdosGlobalIcmpLengthForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosGlobalIcmpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosGlobalOtherFragForService.class) + public JAXBElement createDdosGlobalOtherFragForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosGlobalOtherFragForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "otherenable", scope = DdosGlobalOtherFragForService.class) + public JAXBElement createDdosGlobalOtherFragForServiceOtherenable(String value) { + return new JAXBElement(_DdosGlobalOtherFragForServiceOtherenable_QNAME, String.class, DdosGlobalOtherFragForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "otherthreshold", scope = DdosGlobalOtherFragForService.class) + public JAXBElement createDdosGlobalOtherFragForServiceOtherthreshold(String value) { + return new JAXBElement(_DdosGlobalOtherFragForServiceOtherthreshold_QNAME, String.class, DdosGlobalOtherFragForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "finMax", scope = DdosGlobalTcpLengthForService.class) + public JAXBElement createDdosGlobalTcpLengthForServiceFinMax(String value) { + return new JAXBElement(_DdosGlobalTcpLengthForServiceFinMax_QNAME, String.class, DdosGlobalTcpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "finMin", scope = DdosGlobalTcpLengthForService.class) + public JAXBElement createDdosGlobalTcpLengthForServiceFinMin(String value) { + return new JAXBElement(_DdosGlobalTcpLengthForServiceFinMin_QNAME, String.class, DdosGlobalTcpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "finenable", scope = DdosGlobalTcpLengthForService.class) + public JAXBElement createDdosGlobalTcpLengthForServiceFinenable(String value) { + return new JAXBElement(_DdosGlobalTcpLengthForServiceFinenable_QNAME, String.class, DdosGlobalTcpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosGlobalTcpLengthForService.class) + public JAXBElement createDdosGlobalTcpLengthForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosGlobalTcpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "rstMax", scope = DdosGlobalTcpLengthForService.class) + public JAXBElement createDdosGlobalTcpLengthForServiceRstMax(String value) { + return new JAXBElement(_DdosGlobalTcpLengthForServiceRstMax_QNAME, String.class, DdosGlobalTcpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "rstMin", scope = DdosGlobalTcpLengthForService.class) + public JAXBElement createDdosGlobalTcpLengthForServiceRstMin(String value) { + return new JAXBElement(_DdosGlobalTcpLengthForServiceRstMin_QNAME, String.class, DdosGlobalTcpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "rstenable", scope = DdosGlobalTcpLengthForService.class) + public JAXBElement createDdosGlobalTcpLengthForServiceRstenable(String value) { + return new JAXBElement(_DdosGlobalTcpLengthForServiceRstenable_QNAME, String.class, DdosGlobalTcpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "synMax", scope = DdosGlobalTcpLengthForService.class) + public JAXBElement createDdosGlobalTcpLengthForServiceSynMax(String value) { + return new JAXBElement(_DdosGlobalTcpLengthForServiceSynMax_QNAME, String.class, DdosGlobalTcpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "synMin", scope = DdosGlobalTcpLengthForService.class) + public JAXBElement createDdosGlobalTcpLengthForServiceSynMin(String value) { + return new JAXBElement(_DdosGlobalTcpLengthForServiceSynMin_QNAME, String.class, DdosGlobalTcpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "synackMax", scope = DdosGlobalTcpLengthForService.class) + public JAXBElement createDdosGlobalTcpLengthForServiceSynackMax(String value) { + return new JAXBElement(_DdosGlobalTcpLengthForServiceSynackMax_QNAME, String.class, DdosGlobalTcpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "synackMin", scope = DdosGlobalTcpLengthForService.class) + public JAXBElement createDdosGlobalTcpLengthForServiceSynackMin(String value) { + return new JAXBElement(_DdosGlobalTcpLengthForServiceSynackMin_QNAME, String.class, DdosGlobalTcpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "synackenable", scope = DdosGlobalTcpLengthForService.class) + public JAXBElement createDdosGlobalTcpLengthForServiceSynackenable(String value) { + return new JAXBElement(_DdosGlobalTcpLengthForServiceSynackenable_QNAME, String.class, DdosGlobalTcpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "synenable", scope = DdosGlobalTcpLengthForService.class) + public JAXBElement createDdosGlobalTcpLengthForServiceSynenable(String value) { + return new JAXBElement(_DdosGlobalTcpLengthForServiceSynenable_QNAME, String.class, DdosGlobalTcpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "enable", scope = DdosGlobalSynFloodForService.class) + public JAXBElement createDdosGlobalSynFloodForServiceEnable(String value) { + return new JAXBElement(_DdosGlobalSynFloodForServiceEnable_QNAME, String.class, DdosGlobalSynFloodForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosGlobalSynFloodForService.class) + public JAXBElement createDdosGlobalSynFloodForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosGlobalSynFloodForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "threshold", scope = DdosGlobalSynFloodForService.class) + public JAXBElement createDdosGlobalSynFloodForServiceThreshold(String value) { + return new JAXBElement(_FingerprintOtherForServiceThreshold_QNAME, String.class, DdosGlobalSynFloodForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "type", scope = DdosGlobalSynFloodForService.class) + public JAXBElement createDdosGlobalSynFloodForServiceType(String value) { + return new JAXBElement(_DdosHttpGetSipGloProV4ForServiceType_QNAME, String.class, DdosGlobalSynFloodForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosGlobalTcpFragForService.class) + public JAXBElement createDdosGlobalTcpFragForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosGlobalTcpFragForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "tcpenable", scope = DdosGlobalTcpFragForService.class) + public JAXBElement createDdosGlobalTcpFragForServiceTcpenable(String value) { + return new JAXBElement(_DdosGlobalTcpFragForServiceTcpenable_QNAME, String.class, DdosGlobalTcpFragForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "tcpthreshold", scope = DdosGlobalTcpFragForService.class) + public JAXBElement createDdosGlobalTcpFragForServiceTcpthreshold(String value) { + return new JAXBElement(_DdosGlobalTcpFragForServiceTcpthreshold_QNAME, String.class, DdosGlobalTcpFragForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosGlobalUdpPayloadForService.class) + public JAXBElement createDdosGlobalUdpPayloadForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosGlobalUdpPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "payloadOffsetMax", scope = DdosGlobalUdpPayloadForService.class) + public JAXBElement createDdosGlobalUdpPayloadForServicePayloadOffsetMax(String value) { + return new JAXBElement(_DdosGlobalUdpPayloadForServicePayloadOffsetMax_QNAME, String.class, DdosGlobalUdpPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "payloadOffsetMin", scope = DdosGlobalUdpPayloadForService.class) + public JAXBElement createDdosGlobalUdpPayloadForServicePayloadOffsetMin(String value) { + return new JAXBElement(_DdosGlobalUdpPayloadForServicePayloadOffsetMin_QNAME, String.class, DdosGlobalUdpPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "payloadThreshold", scope = DdosGlobalUdpPayloadForService.class) + public JAXBElement createDdosGlobalUdpPayloadForServicePayloadThreshold(String value) { + return new JAXBElement(_DdosGlobalUdpPayloadForServicePayloadThreshold_QNAME, String.class, DdosGlobalUdpPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "payloadcontentenable", scope = DdosGlobalUdpPayloadForService.class) + public JAXBElement createDdosGlobalUdpPayloadForServicePayloadcontentenable(String value) { + return new JAXBElement(_DdosGlobalUdpPayloadForServicePayloadcontentenable_QNAME, String.class, DdosGlobalUdpPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "payloademptyenable", scope = DdosGlobalUdpPayloadForService.class) + public JAXBElement createDdosGlobalUdpPayloadForServicePayloademptyenable(String value) { + return new JAXBElement(_DdosGlobalUdpPayloadForServicePayloademptyenable_QNAME, String.class, DdosGlobalUdpPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosGlobalIcmpPayloadForService.class) + public JAXBElement createDdosGlobalIcmpPayloadForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosGlobalIcmpPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "payloadOffsetMax", scope = DdosGlobalIcmpPayloadForService.class) + public JAXBElement createDdosGlobalIcmpPayloadForServicePayloadOffsetMax(String value) { + return new JAXBElement(_DdosGlobalUdpPayloadForServicePayloadOffsetMax_QNAME, String.class, DdosGlobalIcmpPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "payloadOffsetMin", scope = DdosGlobalIcmpPayloadForService.class) + public JAXBElement createDdosGlobalIcmpPayloadForServicePayloadOffsetMin(String value) { + return new JAXBElement(_DdosGlobalUdpPayloadForServicePayloadOffsetMin_QNAME, String.class, DdosGlobalIcmpPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "payloadThreshold", scope = DdosGlobalIcmpPayloadForService.class) + public JAXBElement createDdosGlobalIcmpPayloadForServicePayloadThreshold(String value) { + return new JAXBElement(_DdosGlobalUdpPayloadForServicePayloadThreshold_QNAME, String.class, DdosGlobalIcmpPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "payloadcontentenable", scope = DdosGlobalIcmpPayloadForService.class) + public JAXBElement createDdosGlobalIcmpPayloadForServicePayloadcontentenable(String value) { + return new JAXBElement(_DdosGlobalUdpPayloadForServicePayloadcontentenable_QNAME, String.class, DdosGlobalIcmpPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "icmpenable", scope = DdosGlobalIcmpFragForService.class) + public JAXBElement createDdosGlobalIcmpFragForServiceIcmpenable(String value) { + return new JAXBElement(_DdosGlobalIcmpFragForServiceIcmpenable_QNAME, String.class, DdosGlobalIcmpFragForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "icmpthreshold", scope = DdosGlobalIcmpFragForService.class) + public JAXBElement createDdosGlobalIcmpFragForServiceIcmpthreshold(String value) { + return new JAXBElement(_DdosGlobalIcmpFragForServiceIcmpthreshold_QNAME, String.class, DdosGlobalIcmpFragForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosGlobalIcmpFragForService.class) + public JAXBElement createDdosGlobalIcmpFragForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosGlobalIcmpFragForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosGlobalTcpFlagForService.class) + public JAXBElement createDdosGlobalTcpFlagForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosGlobalTcpFlagForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "tcpFlagenable", scope = DdosGlobalTcpFlagForService.class) + public JAXBElement createDdosGlobalTcpFlagForServiceTcpFlagenable(String value) { + return new JAXBElement(_DdosGlobalTcpFlagForServiceTcpFlagenable_QNAME, String.class, DdosGlobalTcpFlagForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosGlobalAckPayloadForService.class) + public JAXBElement createDdosGlobalAckPayloadForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosGlobalAckPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "payloadOffsetMax", scope = DdosGlobalAckPayloadForService.class) + public JAXBElement createDdosGlobalAckPayloadForServicePayloadOffsetMax(String value) { + return new JAXBElement(_DdosGlobalUdpPayloadForServicePayloadOffsetMax_QNAME, String.class, DdosGlobalAckPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "payloadOffsetMin", scope = DdosGlobalAckPayloadForService.class) + public JAXBElement createDdosGlobalAckPayloadForServicePayloadOffsetMin(String value) { + return new JAXBElement(_DdosGlobalUdpPayloadForServicePayloadOffsetMin_QNAME, String.class, DdosGlobalAckPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "payloadThreshold", scope = DdosGlobalAckPayloadForService.class) + public JAXBElement createDdosGlobalAckPayloadForServicePayloadThreshold(String value) { + return new JAXBElement(_DdosGlobalUdpPayloadForServicePayloadThreshold_QNAME, String.class, DdosGlobalAckPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "payloadcontentenable", scope = DdosGlobalAckPayloadForService.class) + public JAXBElement createDdosGlobalAckPayloadForServicePayloadcontentenable(String value) { + return new JAXBElement(_DdosGlobalUdpPayloadForServicePayloadcontentenable_QNAME, String.class, DdosGlobalAckPayloadForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "lengthenable", scope = DdosGlobalUdpLengthForService.class) + public JAXBElement createDdosGlobalUdpLengthForServiceLengthenable(String value) { + return new JAXBElement(_DdosGlobalIcmpLengthForServiceLengthenable_QNAME, String.class, DdosGlobalUdpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "maxlength", scope = DdosGlobalUdpLengthForService.class) + public JAXBElement createDdosGlobalUdpLengthForServiceMaxlength(String value) { + return new JAXBElement(_DdosGlobalIcmpLengthForServiceMaxlength_QNAME, String.class, DdosGlobalUdpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "minlength", scope = DdosGlobalUdpLengthForService.class) + public JAXBElement createDdosGlobalUdpLengthForServiceMinlength(String value) { + return new JAXBElement(_DdosGlobalIcmpLengthForServiceMinlength_QNAME, String.class, DdosGlobalUdpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosGlobalUdpLengthForService.class) + public JAXBElement createDdosGlobalUdpLengthForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosGlobalUdpLengthForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "chosen", scope = DdosGlobalTcpStateForService.class) + public JAXBElement createDdosGlobalTcpStateForServiceChosen(String value) { + return new JAXBElement(_DdosGlobalTcpStateForServiceChosen_QNAME, String.class, DdosGlobalTcpStateForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "objName", scope = DdosGlobalTcpStateForService.class) + public JAXBElement createDdosGlobalTcpStateForServiceObjName(String value) { + return new JAXBElement(_DdosHttpGetUriCusProV4ForServiceObjName_QNAME, String.class, DdosGlobalTcpStateForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://data.ntc.dp.com", name = "statenable", scope = DdosGlobalTcpStateForService.class) + public JAXBElement createDdosGlobalTcpStateForServiceStatenable(String value) { + return new JAXBElement(_DdosGlobalTcpStateForServiceStatenable_QNAME, String.class, DdosGlobalTcpStateForService.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} + * + * @param value + * Java instance representing xml element's value. + * @return + * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} + */ + @XmlElementDecl(namespace = "http://service.ntc.dp.com", name = "resultInfo", scope = NtcRequestResultInfo.class) + public JAXBElement createNtcRequestResultInfoResultInfo(String value) { + return new JAXBElement(_NtcRequestResultInfoResultInfo_QNAME, String.class, NtcRequestResultInfo.class, value); + } + +} diff --git a/src/main/java/com/dptech/umc/DetectionObjectDataForService.java b/src/main/java/com/dptech/dispose/ProtectionObjectDataForService.java similarity index 75% rename from src/main/java/com/dptech/umc/DetectionObjectDataForService.java rename to src/main/java/com/dptech/dispose/ProtectionObjectDataForService.java index 8da21f18..5f1da03f 100644 --- a/src/main/java/com/dptech/umc/DetectionObjectDataForService.java +++ b/src/main/java/com/dptech/dispose/ProtectionObjectDataForService.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlAccessType; @@ -9,21 +9,21 @@ import javax.xml.bind.annotation.XmlType; /** - *

DetectionObjectDataForService complex type Java ࡣ + *

ProtectionObjectDataForService complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

- * <complexType name="DetectionObjectDataForService">
+ * <complexType name="ProtectionObjectDataForService">
  *   <complexContent>
  *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       <sequence>
  *         <element name="cleaningDevices" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
  *         <element name="cleaningType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
  *         <element name="detectionDevices" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="detectionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
  *         <element name="ipSegment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
  *         <element name="ipType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ *         <element name="protectionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
  *       </sequence>
  *     </restriction>
  *   </complexContent>
@@ -33,29 +33,29 @@ import javax.xml.bind.annotation.XmlType;
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "DetectionObjectDataForService", namespace = "http://data.ntc.dp.com", propOrder = {
+@XmlType(name = "ProtectionObjectDataForService", namespace = "http://data.ntc.dp.com", propOrder = {
     "cleaningDevices",
     "cleaningType",
     "detectionDevices",
-    "detectionName",
     "ipSegment",
-    "ipType"
+    "ipType",
+    "protectionName"
 })
-public class DetectionObjectDataForService {
+public class ProtectionObjectDataForService {
 
     @XmlElementRef(name = "cleaningDevices", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false)
     protected JAXBElement cleaningDevices;
     protected Integer cleaningType;
     @XmlElementRef(name = "detectionDevices", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false)
     protected JAXBElement detectionDevices;
-    @XmlElementRef(name = "detectionName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false)
-    protected JAXBElement detectionName;
     @XmlElementRef(name = "ipSegment", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false)
     protected JAXBElement ipSegment;
     protected Integer ipType;
+    @XmlElementRef(name = "protectionName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false)
+    protected JAXBElement protectionName;
 
     /**
-     * ȡcleaningDevicesԵֵ
+     * 获取cleaningDevices属性的值。
      * 
      * @return
      *     possible object is
@@ -67,7 +67,7 @@ public class DetectionObjectDataForService {
     }
 
     /**
-     * cleaningDevicesԵֵ
+     * 设置cleaningDevices属性的值。
      * 
      * @param value
      *     allowed object is
@@ -79,7 +79,7 @@ public class DetectionObjectDataForService {
     }
 
     /**
-     * ȡcleaningTypeԵֵ
+     * 获取cleaningType属性的值。
      * 
      * @return
      *     possible object is
@@ -91,7 +91,7 @@ public class DetectionObjectDataForService {
     }
 
     /**
-     * cleaningTypeԵֵ
+     * 设置cleaningType属性的值。
      * 
      * @param value
      *     allowed object is
@@ -103,7 +103,7 @@ public class DetectionObjectDataForService {
     }
 
     /**
-     * ȡdetectionDevicesԵֵ
+     * 获取detectionDevices属性的值。
      * 
      * @return
      *     possible object is
@@ -115,7 +115,7 @@ public class DetectionObjectDataForService {
     }
 
     /**
-     * detectionDevicesԵֵ
+     * 设置detectionDevices属性的值。
      * 
      * @param value
      *     allowed object is
@@ -127,31 +127,7 @@ public class DetectionObjectDataForService {
     }
 
     /**
-     * ȡdetectionNameԵֵ
-     * 
-     * @return
-     *     possible object is
-     *     {@link JAXBElement }{@code <}{@link String }{@code >}
-     *     
-     */
-    public JAXBElement getDetectionName() {
-        return detectionName;
-    }
-
-    /**
-     * detectionNameԵֵ
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link JAXBElement }{@code <}{@link String }{@code >}
-     *     
-     */
-    public void setDetectionName(JAXBElement value) {
-        this.detectionName = value;
-    }
-
-    /**
-     * ȡipSegmentԵֵ
+     * 获取ipSegment属性的值。
      * 
      * @return
      *     possible object is
@@ -163,7 +139,7 @@ public class DetectionObjectDataForService {
     }
 
     /**
-     * ipSegmentԵֵ
+     * 设置ipSegment属性的值。
      * 
      * @param value
      *     allowed object is
@@ -175,7 +151,7 @@ public class DetectionObjectDataForService {
     }
 
     /**
-     * ȡipTypeԵֵ
+     * 获取ipType属性的值。
      * 
      * @return
      *     possible object is
@@ -187,7 +163,7 @@ public class DetectionObjectDataForService {
     }
 
     /**
-     * ipTypeԵֵ
+     * 设置ipType属性的值。
      * 
      * @param value
      *     allowed object is
@@ -198,4 +174,28 @@ public class DetectionObjectDataForService {
         this.ipType = value;
     }
 
+    /**
+     * 获取protectionName属性的值。
+     * 
+     * @return
+     *     possible object is
+     *     {@link JAXBElement }{@code <}{@link String }{@code >}
+     *     
+     */
+    public JAXBElement getProtectionName() {
+        return protectionName;
+    }
+
+    /**
+     * 设置protectionName属性的值。
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link JAXBElement }{@code <}{@link String }{@code >}
+     *     
+     */
+    public void setProtectionName(JAXBElement value) {
+        this.protectionName = value;
+    }
+
 }
diff --git a/src/main/java/com/dptech/dispose/ProtectionStrategyTemplateForService.java b/src/main/java/com/dptech/dispose/ProtectionStrategyTemplateForService.java
new file mode 100644
index 00000000..56443e61
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/ProtectionStrategyTemplateForService.java
@@ -0,0 +1,91 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElementRef;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

ProtectionStrategyTemplateForService complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType name="ProtectionStrategyTemplateForService">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "ProtectionStrategyTemplateForService", namespace = "http://data.ntc.dp.com", propOrder = { + "description", + "name" +}) +public class ProtectionStrategyTemplateForService { + + @XmlElementRef(name = "description", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) + protected JAXBElement description; + @XmlElementRef(name = "name", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) + protected JAXBElement name; + + /** + * 获取description属性的值。 + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getDescription() { + return description; + } + + /** + * 设置description属性的值。 + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setDescription(JAXBElement value) { + this.description = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getName() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setName(JAXBElement value) { + this.name = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/ProtectionTargetWithStrategyForService.java b/src/main/java/com/dptech/dispose/ProtectionTargetWithStrategyForService.java new file mode 100644 index 00000000..801a570d --- /dev/null +++ b/src/main/java/com/dptech/dispose/ProtectionTargetWithStrategyForService.java @@ -0,0 +1,91 @@ + +package com.dptech.dispose; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; + + +/** + *

ProtectionTargetWithStrategyForService complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType name="ProtectionTargetWithStrategyForService">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="protectionStrategyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="protectionTargetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "ProtectionTargetWithStrategyForService", namespace = "http://data.ntc.dp.com", propOrder = { + "protectionStrategyName", + "protectionTargetName" +}) +public class ProtectionTargetWithStrategyForService { + + @XmlElementRef(name = "protectionStrategyName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) + protected JAXBElement protectionStrategyName; + @XmlElementRef(name = "protectionTargetName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) + protected JAXBElement protectionTargetName; + + /** + * 获取protectionStrategyName属性的值。 + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getProtectionStrategyName() { + return protectionStrategyName; + } + + /** + * 设置protectionStrategyName属性的值。 + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setProtectionStrategyName(JAXBElement value) { + this.protectionStrategyName = value; + } + + /** + * 获取protectionTargetName属性的值。 + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getProtectionTargetName() { + return protectionTargetName; + } + + /** + * 设置protectionTargetName属性的值。 + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setProtectionTargetName(JAXBElement value) { + this.protectionTargetName = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalAckPayloadForUMC.java b/src/main/java/com/dptech/dispose/SetDdosGlobalAckPayloadForUMC.java new file mode 100644 index 00000000..d720e372 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalAckPayloadForUMC.java @@ -0,0 +1,176 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="payloadcontentenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="payloadThreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="payloadOffsetMin" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="payloadOffsetMax" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "payloadcontentenable", + "payloadThreshold", + "payloadOffsetMin", + "payloadOffsetMax" +}) +@XmlRootElement(name = "setDdosGlobalAckPayloadForUMC") +public class SetDdosGlobalAckPayloadForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String payloadcontentenable; + @XmlElement(required = true, nillable = true) + protected String payloadThreshold; + @XmlElement(required = true, nillable = true) + protected String payloadOffsetMin; + @XmlElement(required = true, nillable = true) + protected String payloadOffsetMax; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取payloadcontentenable属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPayloadcontentenable() { + return payloadcontentenable; + } + + /** + * 设置payloadcontentenable属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPayloadcontentenable(String value) { + this.payloadcontentenable = value; + } + + /** + * 获取payloadThreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPayloadThreshold() { + return payloadThreshold; + } + + /** + * 设置payloadThreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPayloadThreshold(String value) { + this.payloadThreshold = value; + } + + /** + * 获取payloadOffsetMin属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPayloadOffsetMin() { + return payloadOffsetMin; + } + + /** + * 设置payloadOffsetMin属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPayloadOffsetMin(String value) { + this.payloadOffsetMin = value; + } + + /** + * 获取payloadOffsetMax属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPayloadOffsetMax() { + return payloadOffsetMax; + } + + /** + * 设置payloadOffsetMax属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPayloadOffsetMax(String value) { + this.payloadOffsetMax = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalAckPayloadForUMCResponse.java b/src/main/java/com/dptech/dispose/SetDdosGlobalAckPayloadForUMCResponse.java new file mode 100644 index 00000000..94e5682b --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalAckPayloadForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "setDdosGlobalAckPayloadForUMCResponse") +public class SetDdosGlobalAckPayloadForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpFragForUMC.java b/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpFragForUMC.java new file mode 100644 index 00000000..62a0197f --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpFragForUMC.java @@ -0,0 +1,120 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="icmpenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="icmpthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "icmpenable", + "icmpthreshold" +}) +@XmlRootElement(name = "setDdosGlobalIcmpFragForUMC") +public class SetDdosGlobalIcmpFragForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String icmpenable; + @XmlElement(required = true, nillable = true) + protected String icmpthreshold; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取icmpenable属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIcmpenable() { + return icmpenable; + } + + /** + * 设置icmpenable属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIcmpenable(String value) { + this.icmpenable = value; + } + + /** + * 获取icmpthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getIcmpthreshold() { + return icmpthreshold; + } + + /** + * 设置icmpthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIcmpthreshold(String value) { + this.icmpthreshold = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpFragForUMCResponse.java b/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpFragForUMCResponse.java new file mode 100644 index 00000000..ce0c78a1 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpFragForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "setDdosGlobalIcmpFragForUMCResponse") +public class SetDdosGlobalIcmpFragForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpLengthForUMC.java b/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpLengthForUMC.java new file mode 100644 index 00000000..bc328d36 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpLengthForUMC.java @@ -0,0 +1,148 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="lengthenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="minlength" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="maxlength" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "lengthenable", + "minlength", + "maxlength" +}) +@XmlRootElement(name = "setDdosGlobalIcmpLengthForUMC") +public class SetDdosGlobalIcmpLengthForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String lengthenable; + @XmlElement(required = true, nillable = true) + protected String minlength; + @XmlElement(required = true, nillable = true) + protected String maxlength; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取lengthenable属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getLengthenable() { + return lengthenable; + } + + /** + * 设置lengthenable属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setLengthenable(String value) { + this.lengthenable = value; + } + + /** + * 获取minlength属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMinlength() { + return minlength; + } + + /** + * 设置minlength属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMinlength(String value) { + this.minlength = value; + } + + /** + * 获取maxlength属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMaxlength() { + return maxlength; + } + + /** + * 设置maxlength属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMaxlength(String value) { + this.maxlength = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpLengthForUMCResponse.java b/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpLengthForUMCResponse.java new file mode 100644 index 00000000..93712e80 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpLengthForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "setDdosGlobalIcmpLengthForUMCResponse") +public class SetDdosGlobalIcmpLengthForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpPayloadForUMC.java b/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpPayloadForUMC.java new file mode 100644 index 00000000..1a4df250 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpPayloadForUMC.java @@ -0,0 +1,176 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="payloadcontentenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="payloadThreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="payloadOffsetMin" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="payloadOffsetMax" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "payloadcontentenable", + "payloadThreshold", + "payloadOffsetMin", + "payloadOffsetMax" +}) +@XmlRootElement(name = "setDdosGlobalIcmpPayloadForUMC") +public class SetDdosGlobalIcmpPayloadForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String payloadcontentenable; + @XmlElement(required = true, nillable = true) + protected String payloadThreshold; + @XmlElement(required = true, nillable = true) + protected String payloadOffsetMin; + @XmlElement(required = true, nillable = true) + protected String payloadOffsetMax; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取payloadcontentenable属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPayloadcontentenable() { + return payloadcontentenable; + } + + /** + * 设置payloadcontentenable属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPayloadcontentenable(String value) { + this.payloadcontentenable = value; + } + + /** + * 获取payloadThreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPayloadThreshold() { + return payloadThreshold; + } + + /** + * 设置payloadThreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPayloadThreshold(String value) { + this.payloadThreshold = value; + } + + /** + * 获取payloadOffsetMin属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPayloadOffsetMin() { + return payloadOffsetMin; + } + + /** + * 设置payloadOffsetMin属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPayloadOffsetMin(String value) { + this.payloadOffsetMin = value; + } + + /** + * 获取payloadOffsetMax属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPayloadOffsetMax() { + return payloadOffsetMax; + } + + /** + * 设置payloadOffsetMax属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPayloadOffsetMax(String value) { + this.payloadOffsetMax = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpPayloadForUMCResponse.java b/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpPayloadForUMCResponse.java new file mode 100644 index 00000000..f8c2d520 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalIcmpPayloadForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "setDdosGlobalIcmpPayloadForUMCResponse") +public class SetDdosGlobalIcmpPayloadForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalOtherFragForUMC.java b/src/main/java/com/dptech/dispose/SetDdosGlobalOtherFragForUMC.java new file mode 100644 index 00000000..a3fbb0e4 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalOtherFragForUMC.java @@ -0,0 +1,120 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="otherenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="otherthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "otherenable", + "otherthreshold" +}) +@XmlRootElement(name = "setDdosGlobalOtherFragForUMC") +public class SetDdosGlobalOtherFragForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String otherenable; + @XmlElement(required = true, nillable = true) + protected String otherthreshold; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取otherenable属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getOtherenable() { + return otherenable; + } + + /** + * 设置otherenable属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setOtherenable(String value) { + this.otherenable = value; + } + + /** + * 获取otherthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getOtherthreshold() { + return otherthreshold; + } + + /** + * 设置otherthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setOtherthreshold(String value) { + this.otherthreshold = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalOtherFragForUMCResponse.java b/src/main/java/com/dptech/dispose/SetDdosGlobalOtherFragForUMCResponse.java new file mode 100644 index 00000000..99eba7b5 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalOtherFragForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "setDdosGlobalOtherFragForUMCResponse") +public class SetDdosGlobalOtherFragForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalSynFloodForUMC.java b/src/main/java/com/dptech/dispose/SetDdosGlobalSynFloodForUMC.java new file mode 100644 index 00000000..56ca6489 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalSynFloodForUMC.java @@ -0,0 +1,148 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="enable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "enable", + "objName", + "threshold", + "type" +}) +@XmlRootElement(name = "setDdosGlobalSynFloodForUMC") +public class SetDdosGlobalSynFloodForUMC { + + @XmlElement(required = true, nillable = true) + protected String enable; + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String threshold; + @XmlElement(required = true, nillable = true) + protected String type; + + /** + * 获取enable属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getEnable() { + return enable; + } + + /** + * 设置enable属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEnable(String value) { + this.enable = value; + } + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取threshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getThreshold() { + return threshold; + } + + /** + * 设置threshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setThreshold(String value) { + this.threshold = value; + } + + /** + * 获取type属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getType() { + return type; + } + + /** + * 设置type属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setType(String value) { + this.type = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalSynFloodForUMCResponse.java b/src/main/java/com/dptech/dispose/SetDdosGlobalSynFloodForUMCResponse.java new file mode 100644 index 00000000..23c25c08 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalSynFloodForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "setDdosGlobalSynFloodForUMCResponse") +public class SetDdosGlobalSynFloodForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelDdosACProtectionForUMC.java b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpFlagForUMC.java similarity index 66% rename from src/main/java/com/dptech/umc/DelDdosACProtectionForUMC.java rename to src/main/java/com/dptech/dispose/SetDdosGlobalTcpFlagForUMC.java index 033a882d..801d1eca 100644 --- a/src/main/java/com/dptech/umc/DelDdosACProtectionForUMC.java +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpFlagForUMC.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,17 +9,17 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
  *   <complexContent>
  *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
  *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="tcpFlagenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
  *       </sequence>
  *     </restriction>
  *   </complexContent>
@@ -30,43 +30,19 @@ import javax.xml.bind.annotation.XmlType;
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "", propOrder = {
-    "name",
-    "objName"
+    "objName",
+    "tcpFlagenable"
 })
-@XmlRootElement(name = "delDdosACProtectionForUMC")
-public class DelDdosACProtectionForUMC {
+@XmlRootElement(name = "setDdosGlobalTcpFlagForUMC")
+public class SetDdosGlobalTcpFlagForUMC {
 
-    @XmlElement(required = true, nillable = true)
-    protected String name;
     @XmlElement(required = true, nillable = true)
     protected String objName;
+    @XmlElement(required = true, nillable = true)
+    protected String tcpFlagenable;
 
     /**
-     * ȡnameԵֵ
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getName() {
-        return name;
-    }
-
-    /**
-     * nameԵֵ
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setName(String value) {
-        this.name = value;
-    }
-
-    /**
-     * ȡobjNameԵֵ
+     * 获取objName属性的值。
      * 
      * @return
      *     possible object is
@@ -78,7 +54,7 @@ public class DelDdosACProtectionForUMC {
     }
 
     /**
-     * objNameԵֵ
+     * 设置objName属性的值。
      * 
      * @param value
      *     allowed object is
@@ -89,4 +65,28 @@ public class DelDdosACProtectionForUMC {
         this.objName = value;
     }
 
+    /**
+     * 获取tcpFlagenable属性的值。
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getTcpFlagenable() {
+        return tcpFlagenable;
+    }
+
+    /**
+     * 设置tcpFlagenable属性的值。
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setTcpFlagenable(String value) {
+        this.tcpFlagenable = value;
+    }
+
 }
diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalTcpFlagForUMCResponse.java b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpFlagForUMCResponse.java
new file mode 100644
index 00000000..573bb370
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpFlagForUMCResponse.java
@@ -0,0 +1,64 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "setDdosGlobalTcpFlagForUMCResponse") +public class SetDdosGlobalTcpFlagForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalTcpFragForUMC.java b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpFragForUMC.java new file mode 100644 index 00000000..b6870d0d --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpFragForUMC.java @@ -0,0 +1,120 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="tcpenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="tcpthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "tcpenable", + "tcpthreshold" +}) +@XmlRootElement(name = "setDdosGlobalTcpFragForUMC") +public class SetDdosGlobalTcpFragForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String tcpenable; + @XmlElement(required = true, nillable = true) + protected String tcpthreshold; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取tcpenable属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getTcpenable() { + return tcpenable; + } + + /** + * 设置tcpenable属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setTcpenable(String value) { + this.tcpenable = value; + } + + /** + * 获取tcpthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getTcpthreshold() { + return tcpthreshold; + } + + /** + * 设置tcpthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setTcpthreshold(String value) { + this.tcpthreshold = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalTcpFragForUMCResponse.java b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpFragForUMCResponse.java new file mode 100644 index 00000000..015ca632 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpFragForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "setDdosGlobalTcpFragForUMCResponse") +public class SetDdosGlobalTcpFragForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalTcpLengthForUMC.java b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpLengthForUMC.java new file mode 100644 index 00000000..510d5bab --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpLengthForUMC.java @@ -0,0 +1,400 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="synenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="synMin" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="synMax" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="synackenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="synackMin" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="synackMax" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="finenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="finMin" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="finMax" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="rstenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="rstMin" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="rstMax" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "synenable", + "objName", + "synMin", + "synMax", + "synackenable", + "synackMin", + "synackMax", + "finenable", + "finMin", + "finMax", + "rstenable", + "rstMin", + "rstMax" +}) +@XmlRootElement(name = "setDdosGlobalTcpLengthForUMC") +public class SetDdosGlobalTcpLengthForUMC { + + @XmlElement(required = true, nillable = true) + protected String synenable; + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String synMin; + @XmlElement(required = true, nillable = true) + protected String synMax; + @XmlElement(required = true, nillable = true) + protected String synackenable; + @XmlElement(required = true, nillable = true) + protected String synackMin; + @XmlElement(required = true, nillable = true) + protected String synackMax; + @XmlElement(required = true, nillable = true) + protected String finenable; + @XmlElement(required = true, nillable = true) + protected String finMin; + @XmlElement(required = true, nillable = true) + protected String finMax; + @XmlElement(required = true, nillable = true) + protected String rstenable; + @XmlElement(required = true, nillable = true) + protected String rstMin; + @XmlElement(required = true, nillable = true) + protected String rstMax; + + /** + * 获取synenable属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSynenable() { + return synenable; + } + + /** + * 设置synenable属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSynenable(String value) { + this.synenable = value; + } + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取synMin属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSynMin() { + return synMin; + } + + /** + * 设置synMin属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSynMin(String value) { + this.synMin = value; + } + + /** + * 获取synMax属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSynMax() { + return synMax; + } + + /** + * 设置synMax属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSynMax(String value) { + this.synMax = value; + } + + /** + * 获取synackenable属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSynackenable() { + return synackenable; + } + + /** + * 设置synackenable属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSynackenable(String value) { + this.synackenable = value; + } + + /** + * 获取synackMin属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSynackMin() { + return synackMin; + } + + /** + * 设置synackMin属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSynackMin(String value) { + this.synackMin = value; + } + + /** + * 获取synackMax属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSynackMax() { + return synackMax; + } + + /** + * 设置synackMax属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSynackMax(String value) { + this.synackMax = value; + } + + /** + * 获取finenable属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getFinenable() { + return finenable; + } + + /** + * 设置finenable属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setFinenable(String value) { + this.finenable = value; + } + + /** + * 获取finMin属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getFinMin() { + return finMin; + } + + /** + * 设置finMin属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setFinMin(String value) { + this.finMin = value; + } + + /** + * 获取finMax属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getFinMax() { + return finMax; + } + + /** + * 设置finMax属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setFinMax(String value) { + this.finMax = value; + } + + /** + * 获取rstenable属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getRstenable() { + return rstenable; + } + + /** + * 设置rstenable属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setRstenable(String value) { + this.rstenable = value; + } + + /** + * 获取rstMin属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getRstMin() { + return rstMin; + } + + /** + * 设置rstMin属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setRstMin(String value) { + this.rstMin = value; + } + + /** + * 获取rstMax属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getRstMax() { + return rstMax; + } + + /** + * 设置rstMax属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setRstMax(String value) { + this.rstMax = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalTcpLengthForUMCResponse.java b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpLengthForUMCResponse.java new file mode 100644 index 00000000..5bc0ca88 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpLengthForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "setDdosGlobalTcpLengthForUMCResponse") +public class SetDdosGlobalTcpLengthForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelDnsSecDomainCustomV4ForUMC.java b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpStateForUMC.java similarity index 52% rename from src/main/java/com/dptech/umc/DelDnsSecDomainCustomV4ForUMC.java rename to src/main/java/com/dptech/dispose/SetDdosGlobalTcpStateForUMC.java index fdfd6dde..5b309ba1 100644 --- a/src/main/java/com/dptech/umc/DelDnsSecDomainCustomV4ForUMC.java +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpStateForUMC.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,17 +9,18 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
  *   <complexContent>
  *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
  *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="statenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="chosen" type="{http://www.w3.org/2001/XMLSchema}string"/>
  *       </sequence>
  *     </restriction>
  *   </complexContent>
@@ -30,43 +31,22 @@ import javax.xml.bind.annotation.XmlType;
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "", propOrder = {
-    "name",
-    "objName"
+    "objName",
+    "statenable",
+    "chosen"
 })
-@XmlRootElement(name = "delDnsSecDomainCustomV4ForUMC")
-public class DelDnsSecDomainCustomV4ForUMC {
+@XmlRootElement(name = "setDdosGlobalTcpStateForUMC")
+public class SetDdosGlobalTcpStateForUMC {
 
-    @XmlElement(required = true, nillable = true)
-    protected String name;
     @XmlElement(required = true, nillable = true)
     protected String objName;
+    @XmlElement(required = true, nillable = true)
+    protected String statenable;
+    @XmlElement(required = true, nillable = true)
+    protected String chosen;
 
     /**
-     * ȡnameԵֵ
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getName() {
-        return name;
-    }
-
-    /**
-     * nameԵֵ
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setName(String value) {
-        this.name = value;
-    }
-
-    /**
-     * ȡobjNameԵֵ
+     * 获取objName属性的值。
      * 
      * @return
      *     possible object is
@@ -78,7 +58,7 @@ public class DelDnsSecDomainCustomV4ForUMC {
     }
 
     /**
-     * objNameԵֵ
+     * 设置objName属性的值。
      * 
      * @param value
      *     allowed object is
@@ -89,4 +69,52 @@ public class DelDnsSecDomainCustomV4ForUMC {
         this.objName = value;
     }
 
+    /**
+     * 获取statenable属性的值。
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getStatenable() {
+        return statenable;
+    }
+
+    /**
+     * 设置statenable属性的值。
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setStatenable(String value) {
+        this.statenable = value;
+    }
+
+    /**
+     * 获取chosen属性的值。
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getChosen() {
+        return chosen;
+    }
+
+    /**
+     * 设置chosen属性的值。
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setChosen(String value) {
+        this.chosen = value;
+    }
+
 }
diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalTcpStateForUMCResponse.java b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpStateForUMCResponse.java
new file mode 100644
index 00000000..b79f4dc8
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/SetDdosGlobalTcpStateForUMCResponse.java
@@ -0,0 +1,64 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "setDdosGlobalTcpStateForUMCResponse") +public class SetDdosGlobalTcpStateForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalUdpFragForUMC.java b/src/main/java/com/dptech/dispose/SetDdosGlobalUdpFragForUMC.java new file mode 100644 index 00000000..18fffc77 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalUdpFragForUMC.java @@ -0,0 +1,120 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="udpenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="udpthreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "udpenable", + "udpthreshold" +}) +@XmlRootElement(name = "setDdosGlobalUdpFragForUMC") +public class SetDdosGlobalUdpFragForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String udpenable; + @XmlElement(required = true, nillable = true) + protected String udpthreshold; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取udpenable属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getUdpenable() { + return udpenable; + } + + /** + * 设置udpenable属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setUdpenable(String value) { + this.udpenable = value; + } + + /** + * 获取udpthreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getUdpthreshold() { + return udpthreshold; + } + + /** + * 设置udpthreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setUdpthreshold(String value) { + this.udpthreshold = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalUdpFragForUMCResponse.java b/src/main/java/com/dptech/dispose/SetDdosGlobalUdpFragForUMCResponse.java new file mode 100644 index 00000000..8223cd45 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalUdpFragForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "setDdosGlobalUdpFragForUMCResponse") +public class SetDdosGlobalUdpFragForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalUdpLengthForUMC.java b/src/main/java/com/dptech/dispose/SetDdosGlobalUdpLengthForUMC.java new file mode 100644 index 00000000..292eded2 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalUdpLengthForUMC.java @@ -0,0 +1,148 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="lengthenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="minlength" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="maxlength" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "lengthenable", + "minlength", + "maxlength" +}) +@XmlRootElement(name = "setDdosGlobalUdpLengthForUMC") +public class SetDdosGlobalUdpLengthForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String lengthenable; + @XmlElement(required = true, nillable = true) + protected String minlength; + @XmlElement(required = true, nillable = true) + protected String maxlength; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取lengthenable属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getLengthenable() { + return lengthenable; + } + + /** + * 设置lengthenable属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setLengthenable(String value) { + this.lengthenable = value; + } + + /** + * 获取minlength属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMinlength() { + return minlength; + } + + /** + * 设置minlength属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMinlength(String value) { + this.minlength = value; + } + + /** + * 获取maxlength属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getMaxlength() { + return maxlength; + } + + /** + * 设置maxlength属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMaxlength(String value) { + this.maxlength = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalUdpLengthForUMCResponse.java b/src/main/java/com/dptech/dispose/SetDdosGlobalUdpLengthForUMCResponse.java new file mode 100644 index 00000000..b7755a67 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalUdpLengthForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "setDdosGlobalUdpLengthForUMCResponse") +public class SetDdosGlobalUdpLengthForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalUdpPayloadForUMC.java b/src/main/java/com/dptech/dispose/SetDdosGlobalUdpPayloadForUMC.java new file mode 100644 index 00000000..d1ab0399 --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalUdpPayloadForUMC.java @@ -0,0 +1,204 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="payloademptyenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="payloadcontentenable" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="payloadThreshold" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="payloadOffsetMin" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="payloadOffsetMax" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "payloademptyenable", + "payloadcontentenable", + "payloadThreshold", + "payloadOffsetMin", + "payloadOffsetMax" +}) +@XmlRootElement(name = "setDdosGlobalUdpPayloadForUMC") +public class SetDdosGlobalUdpPayloadForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String payloademptyenable; + @XmlElement(required = true, nillable = true) + protected String payloadcontentenable; + @XmlElement(required = true, nillable = true) + protected String payloadThreshold; + @XmlElement(required = true, nillable = true) + protected String payloadOffsetMin; + @XmlElement(required = true, nillable = true) + protected String payloadOffsetMax; + + /** + * 获取objName属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getObjName() { + return objName; + } + + /** + * 设置objName属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setObjName(String value) { + this.objName = value; + } + + /** + * 获取payloademptyenable属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPayloademptyenable() { + return payloademptyenable; + } + + /** + * 设置payloademptyenable属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPayloademptyenable(String value) { + this.payloademptyenable = value; + } + + /** + * 获取payloadcontentenable属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPayloadcontentenable() { + return payloadcontentenable; + } + + /** + * 设置payloadcontentenable属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPayloadcontentenable(String value) { + this.payloadcontentenable = value; + } + + /** + * 获取payloadThreshold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPayloadThreshold() { + return payloadThreshold; + } + + /** + * 设置payloadThreshold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPayloadThreshold(String value) { + this.payloadThreshold = value; + } + + /** + * 获取payloadOffsetMin属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPayloadOffsetMin() { + return payloadOffsetMin; + } + + /** + * 设置payloadOffsetMin属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPayloadOffsetMin(String value) { + this.payloadOffsetMin = value; + } + + /** + * 获取payloadOffsetMax属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPayloadOffsetMax() { + return payloadOffsetMax; + } + + /** + * 设置payloadOffsetMax属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPayloadOffsetMax(String value) { + this.payloadOffsetMax = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/SetDdosGlobalUdpPayloadForUMCResponse.java b/src/main/java/com/dptech/dispose/SetDdosGlobalUdpPayloadForUMCResponse.java new file mode 100644 index 00000000..4ef1f23b --- /dev/null +++ b/src/main/java/com/dptech/dispose/SetDdosGlobalUdpPayloadForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "setDdosGlobalUdpPayloadForUMCResponse") +public class SetDdosGlobalUdpPayloadForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/StartAbnormalTaskForUMC.java b/src/main/java/com/dptech/dispose/StartAbnormalTaskForUMC.java new file mode 100644 index 00000000..99ab2552 --- /dev/null +++ b/src/main/java/com/dptech/dispose/StartAbnormalTaskForUMC.java @@ -0,0 +1,102 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="abnormalIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="attackType" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="direction" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "abnormalIp", + "attackType", + "direction" +}) +@XmlRootElement(name = "startAbnormalTaskForUMC") +public class StartAbnormalTaskForUMC { + + @XmlElement(required = true, nillable = true) + protected String abnormalIp; + protected int attackType; + protected int direction; + + /** + * 获取abnormalIp属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAbnormalIp() { + return abnormalIp; + } + + /** + * 设置abnormalIp属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAbnormalIp(String value) { + this.abnormalIp = value; + } + + /** + * 获取attackType属性的值。 + * + */ + public int getAttackType() { + return attackType; + } + + /** + * 设置attackType属性的值。 + * + */ + public void setAttackType(int value) { + this.attackType = value; + } + + /** + * 获取direction属性的值。 + * + */ + public int getDirection() { + return direction; + } + + /** + * 设置direction属性的值。 + * + */ + public void setDirection(int value) { + this.direction = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/StartAbnormalTaskForUMCResponse.java b/src/main/java/com/dptech/dispose/StartAbnormalTaskForUMCResponse.java new file mode 100644 index 00000000..7db95253 --- /dev/null +++ b/src/main/java/com/dptech/dispose/StartAbnormalTaskForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "startAbnormalTaskForUMCResponse") +public class StartAbnormalTaskForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/StartAbnormalTaskWithSpecificDeviceForUMC.java b/src/main/java/com/dptech/dispose/StartAbnormalTaskWithSpecificDeviceForUMC.java new file mode 100644 index 00000000..9a9d7df3 --- /dev/null +++ b/src/main/java/com/dptech/dispose/StartAbnormalTaskWithSpecificDeviceForUMC.java @@ -0,0 +1,130 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="abnormalIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="attackType" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="direction" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="cleanDeviceIps" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "abnormalIp", + "attackType", + "direction", + "cleanDeviceIps" +}) +@XmlRootElement(name = "startAbnormalTaskWithSpecificDeviceForUMC") +public class StartAbnormalTaskWithSpecificDeviceForUMC { + + @XmlElement(required = true, nillable = true) + protected String abnormalIp; + protected int attackType; + protected int direction; + @XmlElement(required = true, nillable = true) + protected String cleanDeviceIps; + + /** + * 获取abnormalIp属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAbnormalIp() { + return abnormalIp; + } + + /** + * 设置abnormalIp属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAbnormalIp(String value) { + this.abnormalIp = value; + } + + /** + * 获取attackType属性的值。 + * + */ + public int getAttackType() { + return attackType; + } + + /** + * 设置attackType属性的值。 + * + */ + public void setAttackType(int value) { + this.attackType = value; + } + + /** + * 获取direction属性的值。 + * + */ + public int getDirection() { + return direction; + } + + /** + * 设置direction属性的值。 + * + */ + public void setDirection(int value) { + this.direction = value; + } + + /** + * 获取cleanDeviceIps属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCleanDeviceIps() { + return cleanDeviceIps; + } + + /** + * 设置cleanDeviceIps属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCleanDeviceIps(String value) { + this.cleanDeviceIps = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/StartAbnormalTaskWithSpecificDeviceForUMCResponse.java b/src/main/java/com/dptech/dispose/StartAbnormalTaskWithSpecificDeviceForUMCResponse.java new file mode 100644 index 00000000..e5d27421 --- /dev/null +++ b/src/main/java/com/dptech/dispose/StartAbnormalTaskWithSpecificDeviceForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "startAbnormalTaskWithSpecificDeviceForUMCResponse") +public class StartAbnormalTaskWithSpecificDeviceForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelBlackHoleStrategyForUMC.java b/src/main/java/com/dptech/dispose/StartBlackHoleStrategyForUMC.java similarity index 79% rename from src/main/java/com/dptech/umc/DelBlackHoleStrategyForUMC.java rename to src/main/java/com/dptech/dispose/StartBlackHoleStrategyForUMC.java index f8f5dcc6..3ded8346 100644 --- a/src/main/java/com/dptech/umc/DelBlackHoleStrategyForUMC.java +++ b/src/main/java/com/dptech/dispose/StartBlackHoleStrategyForUMC.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
@@ -31,14 +31,14 @@ import javax.xml.bind.annotation.XmlType;
 @XmlType(name = "", propOrder = {
     "policyName"
 })
-@XmlRootElement(name = "delBlackHoleStrategyForUMC")
-public class DelBlackHoleStrategyForUMC {
+@XmlRootElement(name = "startBlackHoleStrategyForUMC")
+public class StartBlackHoleStrategyForUMC {
 
     @XmlElement(required = true, nillable = true)
     protected String policyName;
 
     /**
-     * ȡpolicyNameԵֵ
+     * 获取policyName属性的值。
      * 
      * @return
      *     possible object is
@@ -50,7 +50,7 @@ public class DelBlackHoleStrategyForUMC {
     }
 
     /**
-     * policyNameԵֵ
+     * 设置policyName属性的值。
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/com/dptech/dispose/StartBlackHoleStrategyForUMCResponse.java b/src/main/java/com/dptech/dispose/StartBlackHoleStrategyForUMCResponse.java
new file mode 100644
index 00000000..36bf8f1c
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/StartBlackHoleStrategyForUMCResponse.java
@@ -0,0 +1,64 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "startBlackHoleStrategyForUMCResponse") +public class StartBlackHoleStrategyForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelDdosCCuserGroupV4ForUMC.java b/src/main/java/com/dptech/dispose/StartBypassManualTractionStrategyForUMC.java similarity index 53% rename from src/main/java/com/dptech/umc/DelDdosCCuserGroupV4ForUMC.java rename to src/main/java/com/dptech/dispose/StartBypassManualTractionStrategyForUMC.java index 5461ee96..95c2d5c7 100644 --- a/src/main/java/com/dptech/umc/DelDdosCCuserGroupV4ForUMC.java +++ b/src/main/java/com/dptech/dispose/StartBypassManualTractionStrategyForUMC.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,17 +9,17 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
  *   <complexContent>
  *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="policyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="cleaningDevices" type="{http://www.w3.org/2001/XMLSchema}string"/>
  *       </sequence>
  *     </restriction>
  *   </complexContent>
@@ -30,63 +30,63 @@ import javax.xml.bind.annotation.XmlType;
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "", propOrder = {
-    "name",
-    "objName"
+    "policyName",
+    "cleaningDevices"
 })
-@XmlRootElement(name = "delDdosCCuserGroupV4ForUMC")
-public class DelDdosCCuserGroupV4ForUMC {
+@XmlRootElement(name = "startBypassManualTractionStrategyForUMC")
+public class StartBypassManualTractionStrategyForUMC {
 
     @XmlElement(required = true, nillable = true)
-    protected String name;
+    protected String policyName;
     @XmlElement(required = true, nillable = true)
-    protected String objName;
+    protected String cleaningDevices;
 
     /**
-     * ȡnameԵֵ
+     * 获取policyName属性的值。
      * 
      * @return
      *     possible object is
      *     {@link String }
      *     
      */
-    public String getName() {
-        return name;
+    public String getPolicyName() {
+        return policyName;
     }
 
     /**
-     * nameԵֵ
+     * 设置policyName属性的值。
      * 
      * @param value
      *     allowed object is
      *     {@link String }
      *     
      */
-    public void setName(String value) {
-        this.name = value;
+    public void setPolicyName(String value) {
+        this.policyName = value;
     }
 
     /**
-     * ȡobjNameԵֵ
+     * 获取cleaningDevices属性的值。
      * 
      * @return
      *     possible object is
      *     {@link String }
      *     
      */
-    public String getObjName() {
-        return objName;
+    public String getCleaningDevices() {
+        return cleaningDevices;
     }
 
     /**
-     * objNameԵֵ
+     * 设置cleaningDevices属性的值。
      * 
      * @param value
      *     allowed object is
      *     {@link String }
      *     
      */
-    public void setObjName(String value) {
-        this.objName = value;
+    public void setCleaningDevices(String value) {
+        this.cleaningDevices = value;
     }
 
 }
diff --git a/src/main/java/com/dptech/umc/DisableProtectionStrategyTemplateForUMCResponse.java b/src/main/java/com/dptech/dispose/StartBypassManualTractionStrategyForUMCResponse.java
similarity index 78%
rename from src/main/java/com/dptech/umc/DisableProtectionStrategyTemplateForUMCResponse.java
rename to src/main/java/com/dptech/dispose/StartBypassManualTractionStrategyForUMCResponse.java
index 8de9bc60..76253536 100644
--- a/src/main/java/com/dptech/umc/DisableProtectionStrategyTemplateForUMCResponse.java
+++ b/src/main/java/com/dptech/dispose/StartBypassManualTractionStrategyForUMCResponse.java
@@ -1,5 +1,5 @@
 
-package com.dptech.umc;
+package com.dptech.dispose;
 
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
@@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
@@ -31,14 +31,14 @@ import javax.xml.bind.annotation.XmlType;
 @XmlType(name = "", propOrder = {
     "out"
 })
-@XmlRootElement(name = "disableProtectionStrategyTemplateForUMCResponse")
-public class DisableProtectionStrategyTemplateForUMCResponse {
+@XmlRootElement(name = "startBypassManualTractionStrategyForUMCResponse")
+public class StartBypassManualTractionStrategyForUMCResponse {
 
     @XmlElement(required = true, nillable = true)
     protected NtcRequestResultInfo out;
 
     /**
-     * ȡoutԵֵ
+     * 获取out属性的值。
      * 
      * @return
      *     possible object is
@@ -50,7 +50,7 @@ public class DisableProtectionStrategyTemplateForUMCResponse {
     }
 
     /**
-     * outԵֵ
+     * 设置out属性的值。
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/com/dptech/dispose/StopAbnormalTaskForUMC.java b/src/main/java/com/dptech/dispose/StopAbnormalTaskForUMC.java
new file mode 100644
index 00000000..a67108c1
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/StopAbnormalTaskForUMC.java
@@ -0,0 +1,102 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="abnormalIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="attackType" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="direction" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "abnormalIp", + "attackType", + "direction" +}) +@XmlRootElement(name = "stopAbnormalTaskForUMC") +public class StopAbnormalTaskForUMC { + + @XmlElement(required = true, nillable = true) + protected String abnormalIp; + protected int attackType; + protected int direction; + + /** + * 获取abnormalIp属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAbnormalIp() { + return abnormalIp; + } + + /** + * 设置abnormalIp属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAbnormalIp(String value) { + this.abnormalIp = value; + } + + /** + * 获取attackType属性的值。 + * + */ + public int getAttackType() { + return attackType; + } + + /** + * 设置attackType属性的值。 + * + */ + public void setAttackType(int value) { + this.attackType = value; + } + + /** + * 获取direction属性的值。 + * + */ + public int getDirection() { + return direction; + } + + /** + * 设置direction属性的值。 + * + */ + public void setDirection(int value) { + this.direction = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelBlackHoleStrategyForUMCResponse.java b/src/main/java/com/dptech/dispose/StopAbnormalTaskForUMCResponse.java similarity index 79% rename from src/main/java/com/dptech/umc/DelBlackHoleStrategyForUMCResponse.java rename to src/main/java/com/dptech/dispose/StopAbnormalTaskForUMCResponse.java index 852ab92c..35729d81 100644 --- a/src/main/java/com/dptech/umc/DelBlackHoleStrategyForUMCResponse.java +++ b/src/main/java/com/dptech/dispose/StopAbnormalTaskForUMCResponse.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
@@ -31,14 +31,14 @@ import javax.xml.bind.annotation.XmlType;
 @XmlType(name = "", propOrder = {
     "out"
 })
-@XmlRootElement(name = "delBlackHoleStrategyForUMCResponse")
-public class DelBlackHoleStrategyForUMCResponse {
+@XmlRootElement(name = "stopAbnormalTaskForUMCResponse")
+public class StopAbnormalTaskForUMCResponse {
 
     @XmlElement(required = true, nillable = true)
     protected NtcRequestResultInfo out;
 
     /**
-     * ȡoutԵֵ
+     * 获取out属性的值。
      * 
      * @return
      *     possible object is
@@ -50,7 +50,7 @@ public class DelBlackHoleStrategyForUMCResponse {
     }
 
     /**
-     * outԵֵ
+     * 设置out属性的值。
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/com/dptech/dispose/StopAbnormalTaskWithSpecificDeviceForUMC.java b/src/main/java/com/dptech/dispose/StopAbnormalTaskWithSpecificDeviceForUMC.java
new file mode 100644
index 00000000..acaae655
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/StopAbnormalTaskWithSpecificDeviceForUMC.java
@@ -0,0 +1,130 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="abnormalIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="attackType" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="direction" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="cleanDeviceIps" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "abnormalIp", + "attackType", + "direction", + "cleanDeviceIps" +}) +@XmlRootElement(name = "stopAbnormalTaskWithSpecificDeviceForUMC") +public class StopAbnormalTaskWithSpecificDeviceForUMC { + + @XmlElement(required = true, nillable = true) + protected String abnormalIp; + protected int attackType; + protected int direction; + @XmlElement(required = true, nillable = true) + protected String cleanDeviceIps; + + /** + * 获取abnormalIp属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getAbnormalIp() { + return abnormalIp; + } + + /** + * 设置abnormalIp属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setAbnormalIp(String value) { + this.abnormalIp = value; + } + + /** + * 获取attackType属性的值。 + * + */ + public int getAttackType() { + return attackType; + } + + /** + * 设置attackType属性的值。 + * + */ + public void setAttackType(int value) { + this.attackType = value; + } + + /** + * 获取direction属性的值。 + * + */ + public int getDirection() { + return direction; + } + + /** + * 设置direction属性的值。 + * + */ + public void setDirection(int value) { + this.direction = value; + } + + /** + * 获取cleanDeviceIps属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCleanDeviceIps() { + return cleanDeviceIps; + } + + /** + * 设置cleanDeviceIps属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCleanDeviceIps(String value) { + this.cleanDeviceIps = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/StopAbnormalTaskWithSpecificDeviceForUMCResponse.java b/src/main/java/com/dptech/dispose/StopAbnormalTaskWithSpecificDeviceForUMCResponse.java new file mode 100644 index 00000000..c5a6750e --- /dev/null +++ b/src/main/java/com/dptech/dispose/StopAbnormalTaskWithSpecificDeviceForUMCResponse.java @@ -0,0 +1,64 @@ + +package com.dptech.dispose; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "stopAbnormalTaskWithSpecificDeviceForUMCResponse") +public class StopAbnormalTaskWithSpecificDeviceForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelBypassManualTractionStrategyForUMC.java b/src/main/java/com/dptech/dispose/StopBlackHoleStrategyForUMC.java similarity index 79% rename from src/main/java/com/dptech/umc/DelBypassManualTractionStrategyForUMC.java rename to src/main/java/com/dptech/dispose/StopBlackHoleStrategyForUMC.java index 7916625c..e5db5c2f 100644 --- a/src/main/java/com/dptech/umc/DelBypassManualTractionStrategyForUMC.java +++ b/src/main/java/com/dptech/dispose/StopBlackHoleStrategyForUMC.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
@@ -31,14 +31,14 @@ import javax.xml.bind.annotation.XmlType;
 @XmlType(name = "", propOrder = {
     "policyName"
 })
-@XmlRootElement(name = "delBypassManualTractionStrategyForUMC")
-public class DelBypassManualTractionStrategyForUMC {
+@XmlRootElement(name = "stopBlackHoleStrategyForUMC")
+public class StopBlackHoleStrategyForUMC {
 
     @XmlElement(required = true, nillable = true)
     protected String policyName;
 
     /**
-     * ȡpolicyNameԵֵ
+     * 获取policyName属性的值。
      * 
      * @return
      *     possible object is
@@ -50,7 +50,7 @@ public class DelBypassManualTractionStrategyForUMC {
     }
 
     /**
-     * policyNameԵֵ
+     * 设置policyName属性的值。
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/com/dptech/dispose/StopBlackHoleStrategyForUMCResponse.java b/src/main/java/com/dptech/dispose/StopBlackHoleStrategyForUMCResponse.java
new file mode 100644
index 00000000..52435568
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/StopBlackHoleStrategyForUMCResponse.java
@@ -0,0 +1,64 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "stopBlackHoleStrategyForUMCResponse") +public class StopBlackHoleStrategyForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/umc/DelDdosDnsRetryProtectForUMC.java b/src/main/java/com/dptech/dispose/StopBypassManualTractionStrategyForUMC.java similarity index 53% rename from src/main/java/com/dptech/umc/DelDdosDnsRetryProtectForUMC.java rename to src/main/java/com/dptech/dispose/StopBypassManualTractionStrategyForUMC.java index 72393911..f9cad2bf 100644 --- a/src/main/java/com/dptech/umc/DelDdosDnsRetryProtectForUMC.java +++ b/src/main/java/com/dptech/dispose/StopBypassManualTractionStrategyForUMC.java @@ -1,5 +1,5 @@ -package com.dptech.umc; +package com.dptech.dispose; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -9,17 +9,17 @@ import javax.xml.bind.annotation.XmlType; /** - *

anonymous complex type Java ࡣ + *

anonymous complex type的 Java 类。 * - *

ģʽƬָڴеԤݡ + *

以下模式片段指定包含在此类中的预期内容。 * *

  * <complexType>
  *   <complexContent>
  *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="policyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="cleaningDevices" type="{http://www.w3.org/2001/XMLSchema}string"/>
  *       </sequence>
  *     </restriction>
  *   </complexContent>
@@ -30,63 +30,63 @@ import javax.xml.bind.annotation.XmlType;
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "", propOrder = {
-    "name",
-    "objName"
+    "policyName",
+    "cleaningDevices"
 })
-@XmlRootElement(name = "delDdosDnsRetryProtectForUMC")
-public class DelDdosDnsRetryProtectForUMC {
+@XmlRootElement(name = "stopBypassManualTractionStrategyForUMC")
+public class StopBypassManualTractionStrategyForUMC {
 
     @XmlElement(required = true, nillable = true)
-    protected String name;
+    protected String policyName;
     @XmlElement(required = true, nillable = true)
-    protected String objName;
+    protected String cleaningDevices;
 
     /**
-     * ȡnameԵֵ
+     * 获取policyName属性的值。
      * 
      * @return
      *     possible object is
      *     {@link String }
      *     
      */
-    public String getName() {
-        return name;
+    public String getPolicyName() {
+        return policyName;
     }
 
     /**
-     * nameԵֵ
+     * 设置policyName属性的值。
      * 
      * @param value
      *     allowed object is
      *     {@link String }
      *     
      */
-    public void setName(String value) {
-        this.name = value;
+    public void setPolicyName(String value) {
+        this.policyName = value;
     }
 
     /**
-     * ȡobjNameԵֵ
+     * 获取cleaningDevices属性的值。
      * 
      * @return
      *     possible object is
      *     {@link String }
      *     
      */
-    public String getObjName() {
-        return objName;
+    public String getCleaningDevices() {
+        return cleaningDevices;
     }
 
     /**
-     * objNameԵֵ
+     * 设置cleaningDevices属性的值。
      * 
      * @param value
      *     allowed object is
      *     {@link String }
      *     
      */
-    public void setObjName(String value) {
-        this.objName = value;
+    public void setCleaningDevices(String value) {
+        this.cleaningDevices = value;
     }
 
 }
diff --git a/src/main/java/com/dptech/dispose/StopBypassManualTractionStrategyForUMCResponse.java b/src/main/java/com/dptech/dispose/StopBypassManualTractionStrategyForUMCResponse.java
new file mode 100644
index 00000000..ab6a8258
--- /dev/null
+++ b/src/main/java/com/dptech/dispose/StopBypassManualTractionStrategyForUMCResponse.java
@@ -0,0 +1,64 @@
+
+package com.dptech.dispose;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * 

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "stopBypassManualTractionStrategyForUMCResponse") +public class StopBypassManualTractionStrategyForUMCResponse { + + @XmlElement(required = true, nillable = true) + protected NtcRequestResultInfo out; + + /** + * 获取out属性的值。 + * + * @return + * possible object is + * {@link NtcRequestResultInfo } + * + */ + public NtcRequestResultInfo getOut() { + return out; + } + + /** + * 设置out属性的值。 + * + * @param value + * allowed object is + * {@link NtcRequestResultInfo } + * + */ + public void setOut(NtcRequestResultInfo value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/dispose/package-info.java b/src/main/java/com/dptech/dispose/package-info.java new file mode 100644 index 00000000..a96fa309 --- /dev/null +++ b/src/main/java/com/dptech/dispose/package-info.java @@ -0,0 +1,2 @@ +@javax.xml.bind.annotation.XmlSchema(namespace = "http://service.ntc.dp.com", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) +package com.dptech.dispose; diff --git a/src/main/java/com/dptech/umc/DdosGlobalIcmpFragForService.java b/src/main/java/com/dptech/umc/DdosGlobalIcmpFragForService.java deleted file mode 100644 index 3f82b3f9..00000000 --- a/src/main/java/com/dptech/umc/DdosGlobalIcmpFragForService.java +++ /dev/null @@ -1,119 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosGlobalIcmpFragForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosGlobalIcmpFragForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="icmpenable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="icmpthreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosGlobalIcmpFragForService", namespace = "http://data.ntc.dp.com", propOrder = { - "icmpenable", - "icmpthreshold", - "objName" -}) -public class DdosGlobalIcmpFragForService { - - @XmlElementRef(name = "icmpenable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement icmpenable; - @XmlElementRef(name = "icmpthreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement icmpthreshold; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - - /** - * ȡicmpenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getIcmpenable() { - return icmpenable; - } - - /** - * icmpenableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setIcmpenable(JAXBElement value) { - this.icmpenable = value; - } - - /** - * ȡicmpthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getIcmpthreshold() { - return icmpthreshold; - } - - /** - * icmpthresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setIcmpthreshold(JAXBElement value) { - this.icmpthreshold = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DdosGlobalIcmpLengthForService.java b/src/main/java/com/dptech/umc/DdosGlobalIcmpLengthForService.java deleted file mode 100644 index 83e6ae0a..00000000 --- a/src/main/java/com/dptech/umc/DdosGlobalIcmpLengthForService.java +++ /dev/null @@ -1,147 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosGlobalIcmpLengthForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosGlobalIcmpLengthForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="lengthenable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="maxlength" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="minlength" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosGlobalIcmpLengthForService", namespace = "http://data.ntc.dp.com", propOrder = { - "lengthenable", - "maxlength", - "minlength", - "objName" -}) -public class DdosGlobalIcmpLengthForService { - - @XmlElementRef(name = "lengthenable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement lengthenable; - @XmlElementRef(name = "maxlength", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement maxlength; - @XmlElementRef(name = "minlength", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement minlength; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - - /** - * ȡlengthenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getLengthenable() { - return lengthenable; - } - - /** - * lengthenableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setLengthenable(JAXBElement value) { - this.lengthenable = value; - } - - /** - * ȡmaxlengthԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getMaxlength() { - return maxlength; - } - - /** - * maxlengthԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setMaxlength(JAXBElement value) { - this.maxlength = value; - } - - /** - * ȡminlengthԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getMinlength() { - return minlength; - } - - /** - * minlengthԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setMinlength(JAXBElement value) { - this.minlength = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DdosGlobalIcmpPayloadForService.java b/src/main/java/com/dptech/umc/DdosGlobalIcmpPayloadForService.java deleted file mode 100644 index 2482f4e6..00000000 --- a/src/main/java/com/dptech/umc/DdosGlobalIcmpPayloadForService.java +++ /dev/null @@ -1,175 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosGlobalIcmpPayloadForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosGlobalIcmpPayloadForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="payloadOffsetMax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="payloadOffsetMin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="payloadThreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="payloadcontentenable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosGlobalIcmpPayloadForService", namespace = "http://data.ntc.dp.com", propOrder = { - "objName", - "payloadOffsetMax", - "payloadOffsetMin", - "payloadThreshold", - "payloadcontentenable" -}) -public class DdosGlobalIcmpPayloadForService { - - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "payloadOffsetMax", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement payloadOffsetMax; - @XmlElementRef(name = "payloadOffsetMin", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement payloadOffsetMin; - @XmlElementRef(name = "payloadThreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement payloadThreshold; - @XmlElementRef(name = "payloadcontentenable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement payloadcontentenable; - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡpayloadOffsetMaxԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getPayloadOffsetMax() { - return payloadOffsetMax; - } - - /** - * payloadOffsetMaxԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setPayloadOffsetMax(JAXBElement value) { - this.payloadOffsetMax = value; - } - - /** - * ȡpayloadOffsetMinԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getPayloadOffsetMin() { - return payloadOffsetMin; - } - - /** - * payloadOffsetMinԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setPayloadOffsetMin(JAXBElement value) { - this.payloadOffsetMin = value; - } - - /** - * ȡpayloadThresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getPayloadThreshold() { - return payloadThreshold; - } - - /** - * payloadThresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setPayloadThreshold(JAXBElement value) { - this.payloadThreshold = value; - } - - /** - * ȡpayloadcontentenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getPayloadcontentenable() { - return payloadcontentenable; - } - - /** - * payloadcontentenableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setPayloadcontentenable(JAXBElement value) { - this.payloadcontentenable = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DdosGlobalOtherFragForService.java b/src/main/java/com/dptech/umc/DdosGlobalOtherFragForService.java deleted file mode 100644 index 3a8ebc93..00000000 --- a/src/main/java/com/dptech/umc/DdosGlobalOtherFragForService.java +++ /dev/null @@ -1,119 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosGlobalOtherFragForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosGlobalOtherFragForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="otherenable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="otherthreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosGlobalOtherFragForService", namespace = "http://data.ntc.dp.com", propOrder = { - "objName", - "otherenable", - "otherthreshold" -}) -public class DdosGlobalOtherFragForService { - - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "otherenable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement otherenable; - @XmlElementRef(name = "otherthreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement otherthreshold; - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡotherenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getOtherenable() { - return otherenable; - } - - /** - * otherenableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setOtherenable(JAXBElement value) { - this.otherenable = value; - } - - /** - * ȡotherthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getOtherthreshold() { - return otherthreshold; - } - - /** - * otherthresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setOtherthreshold(JAXBElement value) { - this.otherthreshold = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DdosGlobalSynFloodForService.java b/src/main/java/com/dptech/umc/DdosGlobalSynFloodForService.java deleted file mode 100644 index 148780d0..00000000 --- a/src/main/java/com/dptech/umc/DdosGlobalSynFloodForService.java +++ /dev/null @@ -1,147 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosGlobalSynFloodForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosGlobalSynFloodForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="enable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosGlobalSynFloodForService", namespace = "http://data.ntc.dp.com", propOrder = { - "enable", - "objName", - "threshold", - "type" -}) -public class DdosGlobalSynFloodForService { - - @XmlElementRef(name = "enable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement enable; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "threshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement threshold; - @XmlElementRef(name = "type", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement type; - - /** - * ȡenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getEnable() { - return enable; - } - - /** - * enableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setEnable(JAXBElement value) { - this.enable = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getThreshold() { - return threshold; - } - - /** - * thresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setThreshold(JAXBElement value) { - this.threshold = value; - } - - /** - * ȡtypeԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getType() { - return type; - } - - /** - * typeԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setType(JAXBElement value) { - this.type = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DdosGlobalTcpFlagForService.java b/src/main/java/com/dptech/umc/DdosGlobalTcpFlagForService.java deleted file mode 100644 index 48d1f58d..00000000 --- a/src/main/java/com/dptech/umc/DdosGlobalTcpFlagForService.java +++ /dev/null @@ -1,91 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosGlobalTcpFlagForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosGlobalTcpFlagForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="tcpFlagenable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosGlobalTcpFlagForService", namespace = "http://data.ntc.dp.com", propOrder = { - "objName", - "tcpFlagenable" -}) -public class DdosGlobalTcpFlagForService { - - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "tcpFlagenable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement tcpFlagenable; - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡtcpFlagenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getTcpFlagenable() { - return tcpFlagenable; - } - - /** - * tcpFlagenableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setTcpFlagenable(JAXBElement value) { - this.tcpFlagenable = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DdosGlobalTcpFragForService.java b/src/main/java/com/dptech/umc/DdosGlobalTcpFragForService.java deleted file mode 100644 index bbd75b6c..00000000 --- a/src/main/java/com/dptech/umc/DdosGlobalTcpFragForService.java +++ /dev/null @@ -1,119 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosGlobalTcpFragForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosGlobalTcpFragForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="tcpenable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="tcpthreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosGlobalTcpFragForService", namespace = "http://data.ntc.dp.com", propOrder = { - "objName", - "tcpenable", - "tcpthreshold" -}) -public class DdosGlobalTcpFragForService { - - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "tcpenable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement tcpenable; - @XmlElementRef(name = "tcpthreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement tcpthreshold; - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡtcpenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getTcpenable() { - return tcpenable; - } - - /** - * tcpenableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setTcpenable(JAXBElement value) { - this.tcpenable = value; - } - - /** - * ȡtcpthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getTcpthreshold() { - return tcpthreshold; - } - - /** - * tcpthresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setTcpthreshold(JAXBElement value) { - this.tcpthreshold = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DdosGlobalTcpLengthForService.java b/src/main/java/com/dptech/umc/DdosGlobalTcpLengthForService.java deleted file mode 100644 index 0b4c6e1a..00000000 --- a/src/main/java/com/dptech/umc/DdosGlobalTcpLengthForService.java +++ /dev/null @@ -1,399 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosGlobalTcpLengthForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosGlobalTcpLengthForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="finMax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="finMin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="finenable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="rstMax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="rstMin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="rstenable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="synMax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="synMin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="synackMax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="synackMin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="synackenable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="synenable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosGlobalTcpLengthForService", namespace = "http://data.ntc.dp.com", propOrder = { - "finMax", - "finMin", - "finenable", - "objName", - "rstMax", - "rstMin", - "rstenable", - "synMax", - "synMin", - "synackMax", - "synackMin", - "synackenable", - "synenable" -}) -public class DdosGlobalTcpLengthForService { - - @XmlElementRef(name = "finMax", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement finMax; - @XmlElementRef(name = "finMin", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement finMin; - @XmlElementRef(name = "finenable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement finenable; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "rstMax", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement rstMax; - @XmlElementRef(name = "rstMin", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement rstMin; - @XmlElementRef(name = "rstenable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement rstenable; - @XmlElementRef(name = "synMax", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement synMax; - @XmlElementRef(name = "synMin", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement synMin; - @XmlElementRef(name = "synackMax", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement synackMax; - @XmlElementRef(name = "synackMin", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement synackMin; - @XmlElementRef(name = "synackenable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement synackenable; - @XmlElementRef(name = "synenable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement synenable; - - /** - * ȡfinMaxԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getFinMax() { - return finMax; - } - - /** - * finMaxԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setFinMax(JAXBElement value) { - this.finMax = value; - } - - /** - * ȡfinMinԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getFinMin() { - return finMin; - } - - /** - * finMinԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setFinMin(JAXBElement value) { - this.finMin = value; - } - - /** - * ȡfinenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getFinenable() { - return finenable; - } - - /** - * finenableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setFinenable(JAXBElement value) { - this.finenable = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡrstMaxԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getRstMax() { - return rstMax; - } - - /** - * rstMaxԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setRstMax(JAXBElement value) { - this.rstMax = value; - } - - /** - * ȡrstMinԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getRstMin() { - return rstMin; - } - - /** - * rstMinԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setRstMin(JAXBElement value) { - this.rstMin = value; - } - - /** - * ȡrstenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getRstenable() { - return rstenable; - } - - /** - * rstenableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setRstenable(JAXBElement value) { - this.rstenable = value; - } - - /** - * ȡsynMaxԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getSynMax() { - return synMax; - } - - /** - * synMaxԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setSynMax(JAXBElement value) { - this.synMax = value; - } - - /** - * ȡsynMinԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getSynMin() { - return synMin; - } - - /** - * synMinԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setSynMin(JAXBElement value) { - this.synMin = value; - } - - /** - * ȡsynackMaxԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getSynackMax() { - return synackMax; - } - - /** - * synackMaxԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setSynackMax(JAXBElement value) { - this.synackMax = value; - } - - /** - * ȡsynackMinԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getSynackMin() { - return synackMin; - } - - /** - * synackMinԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setSynackMin(JAXBElement value) { - this.synackMin = value; - } - - /** - * ȡsynackenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getSynackenable() { - return synackenable; - } - - /** - * synackenableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setSynackenable(JAXBElement value) { - this.synackenable = value; - } - - /** - * ȡsynenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getSynenable() { - return synenable; - } - - /** - * synenableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setSynenable(JAXBElement value) { - this.synenable = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DdosGlobalTcpStateForService.java b/src/main/java/com/dptech/umc/DdosGlobalTcpStateForService.java deleted file mode 100644 index f33fcebc..00000000 --- a/src/main/java/com/dptech/umc/DdosGlobalTcpStateForService.java +++ /dev/null @@ -1,119 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosGlobalTcpStateForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosGlobalTcpStateForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="chosen" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="statenable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosGlobalTcpStateForService", namespace = "http://data.ntc.dp.com", propOrder = { - "chosen", - "objName", - "statenable" -}) -public class DdosGlobalTcpStateForService { - - @XmlElementRef(name = "chosen", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement chosen; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "statenable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement statenable; - - /** - * ȡchosenԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getChosen() { - return chosen; - } - - /** - * chosenԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setChosen(JAXBElement value) { - this.chosen = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡstatenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getStatenable() { - return statenable; - } - - /** - * statenableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setStatenable(JAXBElement value) { - this.statenable = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DdosGlobalUdpFragForService.java b/src/main/java/com/dptech/umc/DdosGlobalUdpFragForService.java deleted file mode 100644 index 8db29b8b..00000000 --- a/src/main/java/com/dptech/umc/DdosGlobalUdpFragForService.java +++ /dev/null @@ -1,119 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosGlobalUdpFragForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosGlobalUdpFragForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="udpenable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="udpthreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosGlobalUdpFragForService", namespace = "http://data.ntc.dp.com", propOrder = { - "objName", - "udpenable", - "udpthreshold" -}) -public class DdosGlobalUdpFragForService { - - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "udpenable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement udpenable; - @XmlElementRef(name = "udpthreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement udpthreshold; - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡudpenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getUdpenable() { - return udpenable; - } - - /** - * udpenableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setUdpenable(JAXBElement value) { - this.udpenable = value; - } - - /** - * ȡudpthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getUdpthreshold() { - return udpthreshold; - } - - /** - * udpthresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setUdpthreshold(JAXBElement value) { - this.udpthreshold = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DdosGlobalUdpLengthForService.java b/src/main/java/com/dptech/umc/DdosGlobalUdpLengthForService.java deleted file mode 100644 index 21ddc101..00000000 --- a/src/main/java/com/dptech/umc/DdosGlobalUdpLengthForService.java +++ /dev/null @@ -1,147 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosGlobalUdpLengthForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosGlobalUdpLengthForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="lengthenable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="maxlength" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="minlength" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosGlobalUdpLengthForService", namespace = "http://data.ntc.dp.com", propOrder = { - "lengthenable", - "maxlength", - "minlength", - "objName" -}) -public class DdosGlobalUdpLengthForService { - - @XmlElementRef(name = "lengthenable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement lengthenable; - @XmlElementRef(name = "maxlength", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement maxlength; - @XmlElementRef(name = "minlength", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement minlength; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - - /** - * ȡlengthenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getLengthenable() { - return lengthenable; - } - - /** - * lengthenableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setLengthenable(JAXBElement value) { - this.lengthenable = value; - } - - /** - * ȡmaxlengthԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getMaxlength() { - return maxlength; - } - - /** - * maxlengthԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setMaxlength(JAXBElement value) { - this.maxlength = value; - } - - /** - * ȡminlengthԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getMinlength() { - return minlength; - } - - /** - * minlengthԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setMinlength(JAXBElement value) { - this.minlength = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DdosGlobalUdpPayloadForService.java b/src/main/java/com/dptech/umc/DdosGlobalUdpPayloadForService.java deleted file mode 100644 index 9f5f6188..00000000 --- a/src/main/java/com/dptech/umc/DdosGlobalUdpPayloadForService.java +++ /dev/null @@ -1,203 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosGlobalUdpPayloadForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosGlobalUdpPayloadForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="payloadOffsetMax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="payloadOffsetMin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="payloadThreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="payloadcontentenable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="payloademptyenable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosGlobalUdpPayloadForService", namespace = "http://data.ntc.dp.com", propOrder = { - "objName", - "payloadOffsetMax", - "payloadOffsetMin", - "payloadThreshold", - "payloadcontentenable", - "payloademptyenable" -}) -public class DdosGlobalUdpPayloadForService { - - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "payloadOffsetMax", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement payloadOffsetMax; - @XmlElementRef(name = "payloadOffsetMin", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement payloadOffsetMin; - @XmlElementRef(name = "payloadThreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement payloadThreshold; - @XmlElementRef(name = "payloadcontentenable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement payloadcontentenable; - @XmlElementRef(name = "payloademptyenable", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement payloademptyenable; - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡpayloadOffsetMaxԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getPayloadOffsetMax() { - return payloadOffsetMax; - } - - /** - * payloadOffsetMaxԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setPayloadOffsetMax(JAXBElement value) { - this.payloadOffsetMax = value; - } - - /** - * ȡpayloadOffsetMinԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getPayloadOffsetMin() { - return payloadOffsetMin; - } - - /** - * payloadOffsetMinԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setPayloadOffsetMin(JAXBElement value) { - this.payloadOffsetMin = value; - } - - /** - * ȡpayloadThresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getPayloadThreshold() { - return payloadThreshold; - } - - /** - * payloadThresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setPayloadThreshold(JAXBElement value) { - this.payloadThreshold = value; - } - - /** - * ȡpayloadcontentenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getPayloadcontentenable() { - return payloadcontentenable; - } - - /** - * payloadcontentenableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setPayloadcontentenable(JAXBElement value) { - this.payloadcontentenable = value; - } - - /** - * ȡpayloademptyenableԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getPayloademptyenable() { - return payloademptyenable; - } - - /** - * payloademptyenableԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setPayloademptyenable(JAXBElement value) { - this.payloademptyenable = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DdosHttpGetSipCusProV4ForService.java b/src/main/java/com/dptech/umc/DdosHttpGetSipCusProV4ForService.java deleted file mode 100644 index d17203fa..00000000 --- a/src/main/java/com/dptech/umc/DdosHttpGetSipCusProV4ForService.java +++ /dev/null @@ -1,175 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosHttpGetSipCusProV4ForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosHttpGetSipCusProV4ForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="sip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosHttpGetSipCusProV4ForService", namespace = "http://data.ntc.dp.com", propOrder = { - "action", - "name", - "objName", - "protectthreshold", - "sip" -}) -public class DdosHttpGetSipCusProV4ForService { - - @XmlElementRef(name = "action", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement action; - @XmlElementRef(name = "name", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement name; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "protectthreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement protectthreshold; - @XmlElementRef(name = "sip", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement sip; - - /** - * ȡactionԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getAction() { - return action; - } - - /** - * actionԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setAction(JAXBElement value) { - this.action = value; - } - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setName(JAXBElement value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡprotectthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getProtectthreshold() { - return protectthreshold; - } - - /** - * protectthresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setProtectthreshold(JAXBElement value) { - this.protectthreshold = value; - } - - /** - * ȡsipԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getSip() { - return sip; - } - - /** - * sipԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setSip(JAXBElement value) { - this.sip = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DdosHttpGetSipGloProV4ForService.java b/src/main/java/com/dptech/umc/DdosHttpGetSipGloProV4ForService.java deleted file mode 100644 index f85580f5..00000000 --- a/src/main/java/com/dptech/umc/DdosHttpGetSipGloProV4ForService.java +++ /dev/null @@ -1,175 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosHttpGetSipGloProV4ForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosHttpGetSipGloProV4ForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosHttpGetSipGloProV4ForService", namespace = "http://data.ntc.dp.com", propOrder = { - "action", - "name", - "objName", - "protectthreshold", - "type" -}) -public class DdosHttpGetSipGloProV4ForService { - - @XmlElementRef(name = "action", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement action; - @XmlElementRef(name = "name", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement name; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "protectthreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement protectthreshold; - @XmlElementRef(name = "type", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement type; - - /** - * ȡactionԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getAction() { - return action; - } - - /** - * actionԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setAction(JAXBElement value) { - this.action = value; - } - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setName(JAXBElement value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡprotectthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getProtectthreshold() { - return protectthreshold; - } - - /** - * protectthresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setProtectthreshold(JAXBElement value) { - this.protectthreshold = value; - } - - /** - * ȡtypeԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getType() { - return type; - } - - /** - * typeԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setType(JAXBElement value) { - this.type = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DdosHttpGetUriCusProV4ForService.java b/src/main/java/com/dptech/umc/DdosHttpGetUriCusProV4ForService.java deleted file mode 100644 index a10787d5..00000000 --- a/src/main/java/com/dptech/umc/DdosHttpGetUriCusProV4ForService.java +++ /dev/null @@ -1,175 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosHttpGetUriCusProV4ForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosHttpGetUriCusProV4ForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="URI" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosHttpGetUriCusProV4ForService", namespace = "http://data.ntc.dp.com", propOrder = { - "uri", - "action", - "name", - "objName", - "protectthreshold" -}) -public class DdosHttpGetUriCusProV4ForService { - - @XmlElementRef(name = "URI", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement uri; - @XmlElementRef(name = "action", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement action; - @XmlElementRef(name = "name", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement name; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "protectthreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement protectthreshold; - - /** - * ȡuriԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getURI() { - return uri; - } - - /** - * uriԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setURI(JAXBElement value) { - this.uri = value; - } - - /** - * ȡactionԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getAction() { - return action; - } - - /** - * actionԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setAction(JAXBElement value) { - this.action = value; - } - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setName(JAXBElement value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡprotectthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getProtectthreshold() { - return protectthreshold; - } - - /** - * protectthresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setProtectthreshold(JAXBElement value) { - this.protectthreshold = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DdosHttpGetUriGloProV4ForService.java b/src/main/java/com/dptech/umc/DdosHttpGetUriGloProV4ForService.java deleted file mode 100644 index 49f8b86e..00000000 --- a/src/main/java/com/dptech/umc/DdosHttpGetUriGloProV4ForService.java +++ /dev/null @@ -1,147 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DdosHttpGetUriGloProV4ForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DdosHttpGetUriGloProV4ForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DdosHttpGetUriGloProV4ForService", namespace = "http://data.ntc.dp.com", propOrder = { - "action", - "name", - "objName", - "protectthreshold" -}) -public class DdosHttpGetUriGloProV4ForService { - - @XmlElementRef(name = "action", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement action; - @XmlElementRef(name = "name", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement name; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "protectthreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement protectthreshold; - - /** - * ȡactionԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getAction() { - return action; - } - - /** - * actionԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setAction(JAXBElement value) { - this.action = value; - } - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setName(JAXBElement value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡprotectthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getProtectthreshold() { - return protectthreshold; - } - - /** - * protectthresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setProtectthreshold(JAXBElement value) { - this.protectthreshold = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDdosACProtectionForUMCResponse.java b/src/main/java/com/dptech/umc/DelDdosACProtectionForUMCResponse.java deleted file mode 100644 index a5cb9f3d..00000000 --- a/src/main/java/com/dptech/umc/DelDdosACProtectionForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "delDdosACProtectionForUMCResponse") -public class DelDdosACProtectionForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDdosCCuserGroupV4ForUMCResponse.java b/src/main/java/com/dptech/umc/DelDdosCCuserGroupV4ForUMCResponse.java deleted file mode 100644 index 3ef07a27..00000000 --- a/src/main/java/com/dptech/umc/DelDdosCCuserGroupV4ForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "delDdosCCuserGroupV4ForUMCResponse") -public class DelDdosCCuserGroupV4ForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDdosDnsRetryProtectForUMCResponse.java b/src/main/java/com/dptech/umc/DelDdosDnsRetryProtectForUMCResponse.java deleted file mode 100644 index b6b4fad6..00000000 --- a/src/main/java/com/dptech/umc/DelDdosDnsRetryProtectForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "delDdosDnsRetryProtectForUMCResponse") -public class DelDdosDnsRetryProtectForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDdosHttpGetSipGloProV4ForUMC.java b/src/main/java/com/dptech/umc/DelDdosHttpGetSipGloProV4ForUMC.java deleted file mode 100644 index 4756bacb..00000000 --- a/src/main/java/com/dptech/umc/DelDdosHttpGetSipGloProV4ForUMC.java +++ /dev/null @@ -1,92 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "name", - "objName" -}) -@XmlRootElement(name = "delDdosHttpGetSipGloProV4ForUMC") -public class DelDdosHttpGetSipGloProV4ForUMC { - - @XmlElement(required = true, nillable = true) - protected String name; - @XmlElement(required = true, nillable = true) - protected String objName; - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setObjName(String value) { - this.objName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDdosHttpGetUriCusProV4ForUMC.java b/src/main/java/com/dptech/umc/DelDdosHttpGetUriCusProV4ForUMC.java deleted file mode 100644 index f66af008..00000000 --- a/src/main/java/com/dptech/umc/DelDdosHttpGetUriCusProV4ForUMC.java +++ /dev/null @@ -1,92 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "name", - "objName" -}) -@XmlRootElement(name = "delDdosHttpGetUriCusProV4ForUMC") -public class DelDdosHttpGetUriCusProV4ForUMC { - - @XmlElement(required = true, nillable = true) - protected String name; - @XmlElement(required = true, nillable = true) - protected String objName; - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setObjName(String value) { - this.objName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDdosHttpGetUriGloProV4ForUMC.java b/src/main/java/com/dptech/umc/DelDdosHttpGetUriGloProV4ForUMC.java deleted file mode 100644 index c328347b..00000000 --- a/src/main/java/com/dptech/umc/DelDdosHttpGetUriGloProV4ForUMC.java +++ /dev/null @@ -1,92 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "name", - "objName" -}) -@XmlRootElement(name = "delDdosHttpGetUriGloProV4ForUMC") -public class DelDdosHttpGetUriGloProV4ForUMC { - - @XmlElement(required = true, nillable = true) - protected String name; - @XmlElement(required = true, nillable = true) - protected String objName; - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setObjName(String value) { - this.objName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDnsDomainCustomV4ForUMC.java b/src/main/java/com/dptech/umc/DelDnsDomainCustomV4ForUMC.java deleted file mode 100644 index c44e4192..00000000 --- a/src/main/java/com/dptech/umc/DelDnsDomainCustomV4ForUMC.java +++ /dev/null @@ -1,92 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "name", - "objName" -}) -@XmlRootElement(name = "delDnsDomainCustomV4ForUMC") -public class DelDnsDomainCustomV4ForUMC { - - @XmlElement(required = true, nillable = true) - protected String name; - @XmlElement(required = true, nillable = true) - protected String objName; - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setObjName(String value) { - this.objName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDnsDomainCustomV4ForUMCResponse.java b/src/main/java/com/dptech/umc/DelDnsDomainCustomV4ForUMCResponse.java deleted file mode 100644 index f6e830ab..00000000 --- a/src/main/java/com/dptech/umc/DelDnsDomainCustomV4ForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "delDnsDomainCustomV4ForUMCResponse") -public class DelDnsDomainCustomV4ForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDnsDomainGlobalV4ForUMC.java b/src/main/java/com/dptech/umc/DelDnsDomainGlobalV4ForUMC.java deleted file mode 100644 index 4ae3a361..00000000 --- a/src/main/java/com/dptech/umc/DelDnsDomainGlobalV4ForUMC.java +++ /dev/null @@ -1,92 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "name", - "objName" -}) -@XmlRootElement(name = "delDnsDomainGlobalV4ForUMC") -public class DelDnsDomainGlobalV4ForUMC { - - @XmlElement(required = true, nillable = true) - protected String name; - @XmlElement(required = true, nillable = true) - protected String objName; - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setObjName(String value) { - this.objName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDnsDomainGlobalV4ForUMCResponse.java b/src/main/java/com/dptech/umc/DelDnsDomainGlobalV4ForUMCResponse.java deleted file mode 100644 index 33025ba1..00000000 --- a/src/main/java/com/dptech/umc/DelDnsDomainGlobalV4ForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "delDnsDomainGlobalV4ForUMCResponse") -public class DelDnsDomainGlobalV4ForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDnsSecDomainCustomV4ForUMCResponse.java b/src/main/java/com/dptech/umc/DelDnsSecDomainCustomV4ForUMCResponse.java deleted file mode 100644 index d13cbcf6..00000000 --- a/src/main/java/com/dptech/umc/DelDnsSecDomainCustomV4ForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "delDnsSecDomainCustomV4ForUMCResponse") -public class DelDnsSecDomainCustomV4ForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDnsSecDomainGlobalV4ForUMC.java b/src/main/java/com/dptech/umc/DelDnsSecDomainGlobalV4ForUMC.java deleted file mode 100644 index 27ec9f37..00000000 --- a/src/main/java/com/dptech/umc/DelDnsSecDomainGlobalV4ForUMC.java +++ /dev/null @@ -1,92 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "name", - "objName" -}) -@XmlRootElement(name = "delDnsSecDomainGlobalV4ForUMC") -public class DelDnsSecDomainGlobalV4ForUMC { - - @XmlElement(required = true, nillable = true) - protected String name; - @XmlElement(required = true, nillable = true) - protected String objName; - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setObjName(String value) { - this.objName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDnsSecDomainGlobalV4ForUMCResponse.java b/src/main/java/com/dptech/umc/DelDnsSecDomainGlobalV4ForUMCResponse.java deleted file mode 100644 index 703bef9b..00000000 --- a/src/main/java/com/dptech/umc/DelDnsSecDomainGlobalV4ForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "delDnsSecDomainGlobalV4ForUMCResponse") -public class DelDnsSecDomainGlobalV4ForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDnsSipCustomV4ForUMC.java b/src/main/java/com/dptech/umc/DelDnsSipCustomV4ForUMC.java deleted file mode 100644 index 3221bbb0..00000000 --- a/src/main/java/com/dptech/umc/DelDnsSipCustomV4ForUMC.java +++ /dev/null @@ -1,92 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "name", - "objName" -}) -@XmlRootElement(name = "delDnsSipCustomV4ForUMC") -public class DelDnsSipCustomV4ForUMC { - - @XmlElement(required = true, nillable = true) - protected String name; - @XmlElement(required = true, nillable = true) - protected String objName; - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setObjName(String value) { - this.objName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDnsSipGlobalV4ForUMC.java b/src/main/java/com/dptech/umc/DelDnsSipGlobalV4ForUMC.java deleted file mode 100644 index 9bad0224..00000000 --- a/src/main/java/com/dptech/umc/DelDnsSipGlobalV4ForUMC.java +++ /dev/null @@ -1,92 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "name", - "objName" -}) -@XmlRootElement(name = "delDnsSipGlobalV4ForUMC") -public class DelDnsSipGlobalV4ForUMC { - - @XmlElement(required = true, nillable = true) - protected String name; - @XmlElement(required = true, nillable = true) - protected String objName; - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setObjName(String value) { - this.objName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelDnsSipGlobalV4ForUMCResponse.java b/src/main/java/com/dptech/umc/DelDnsSipGlobalV4ForUMCResponse.java deleted file mode 100644 index 6b722df9..00000000 --- a/src/main/java/com/dptech/umc/DelDnsSipGlobalV4ForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "delDnsSipGlobalV4ForUMCResponse") -public class DelDnsSipGlobalV4ForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelFingerprintIcmpForUMC.java b/src/main/java/com/dptech/umc/DelFingerprintIcmpForUMC.java deleted file mode 100644 index 72443cb2..00000000 --- a/src/main/java/com/dptech/umc/DelFingerprintIcmpForUMC.java +++ /dev/null @@ -1,92 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "name", - "objName" -}) -@XmlRootElement(name = "delFingerprintIcmpForUMC") -public class DelFingerprintIcmpForUMC { - - @XmlElement(required = true, nillable = true) - protected String name; - @XmlElement(required = true, nillable = true) - protected String objName; - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setObjName(String value) { - this.objName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelFingerprintIcmpForUMCResponse.java b/src/main/java/com/dptech/umc/DelFingerprintIcmpForUMCResponse.java deleted file mode 100644 index d058d4cc..00000000 --- a/src/main/java/com/dptech/umc/DelFingerprintIcmpForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "delFingerprintIcmpForUMCResponse") -public class DelFingerprintIcmpForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelFingerprintOtherForUMC.java b/src/main/java/com/dptech/umc/DelFingerprintOtherForUMC.java deleted file mode 100644 index 8aa5d2f1..00000000 --- a/src/main/java/com/dptech/umc/DelFingerprintOtherForUMC.java +++ /dev/null @@ -1,92 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "name", - "objName" -}) -@XmlRootElement(name = "delFingerprintOtherForUMC") -public class DelFingerprintOtherForUMC { - - @XmlElement(required = true, nillable = true) - protected String name; - @XmlElement(required = true, nillable = true) - protected String objName; - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setObjName(String value) { - this.objName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelFingerprintOtherForUMCResponse.java b/src/main/java/com/dptech/umc/DelFingerprintOtherForUMCResponse.java deleted file mode 100644 index a871f1aa..00000000 --- a/src/main/java/com/dptech/umc/DelFingerprintOtherForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "delFingerprintOtherForUMCResponse") -public class DelFingerprintOtherForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelFingerprintTcpForUMC.java b/src/main/java/com/dptech/umc/DelFingerprintTcpForUMC.java deleted file mode 100644 index 771d8fab..00000000 --- a/src/main/java/com/dptech/umc/DelFingerprintTcpForUMC.java +++ /dev/null @@ -1,92 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "name", - "objName" -}) -@XmlRootElement(name = "delFingerprintTcpForUMC") -public class DelFingerprintTcpForUMC { - - @XmlElement(required = true, nillable = true) - protected String name; - @XmlElement(required = true, nillable = true) - protected String objName; - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setObjName(String value) { - this.objName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelFingerprintTcpForUMCResponse.java b/src/main/java/com/dptech/umc/DelFingerprintTcpForUMCResponse.java deleted file mode 100644 index 7c7929e9..00000000 --- a/src/main/java/com/dptech/umc/DelFingerprintTcpForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "delFingerprintTcpForUMCResponse") -public class DelFingerprintTcpForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelFingerprintUdpForUMC.java b/src/main/java/com/dptech/umc/DelFingerprintUdpForUMC.java deleted file mode 100644 index 9f7d9e97..00000000 --- a/src/main/java/com/dptech/umc/DelFingerprintUdpForUMC.java +++ /dev/null @@ -1,92 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "name", - "objName" -}) -@XmlRootElement(name = "delFingerprintUdpForUMC") -public class DelFingerprintUdpForUMC { - - @XmlElement(required = true, nillable = true) - protected String name; - @XmlElement(required = true, nillable = true) - protected String objName; - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setObjName(String value) { - this.objName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DelFingerprintUdpForUMCResponse.java b/src/main/java/com/dptech/umc/DelFingerprintUdpForUMCResponse.java deleted file mode 100644 index da037d52..00000000 --- a/src/main/java/com/dptech/umc/DelFingerprintUdpForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "delFingerprintUdpForUMCResponse") -public class DelFingerprintUdpForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DeleteCompleteAnomalyDetectionStrategyForUMCResponse.java b/src/main/java/com/dptech/umc/DeleteCompleteAnomalyDetectionStrategyForUMCResponse.java deleted file mode 100644 index af61e7db..00000000 --- a/src/main/java/com/dptech/umc/DeleteCompleteAnomalyDetectionStrategyForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "deleteCompleteAnomalyDetectionStrategyForUMCResponse") -public class DeleteCompleteAnomalyDetectionStrategyForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DeleteDetectionObjectForUMCResponse.java b/src/main/java/com/dptech/umc/DeleteDetectionObjectForUMCResponse.java deleted file mode 100644 index 26ce8091..00000000 --- a/src/main/java/com/dptech/umc/DeleteDetectionObjectForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "deleteDetectionObjectForUMCResponse") -public class DeleteDetectionObjectForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DeleteProtectionObjectForUMC.java b/src/main/java/com/dptech/umc/DeleteProtectionObjectForUMC.java deleted file mode 100644 index 02567756..00000000 --- a/src/main/java/com/dptech/umc/DeleteProtectionObjectForUMC.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="protectionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "protectionName" -}) -@XmlRootElement(name = "deleteProtectionObjectForUMC") -public class DeleteProtectionObjectForUMC { - - @XmlElement(required = true, nillable = true) - protected String protectionName; - - /** - * ȡprotectionNameԵֵ - * - * @return - * possible object is - * {@link String } - * - */ - public String getProtectionName() { - return protectionName; - } - - /** - * protectionNameԵֵ - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setProtectionName(String value) { - this.protectionName = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DeleteProtectionObjectForUMCResponse.java b/src/main/java/com/dptech/umc/DeleteProtectionObjectForUMCResponse.java deleted file mode 100644 index 5e9c565c..00000000 --- a/src/main/java/com/dptech/umc/DeleteProtectionObjectForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "deleteProtectionObjectForUMCResponse") -public class DeleteProtectionObjectForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DeleteProtectionObjectIPRangeForUMCResponse.java b/src/main/java/com/dptech/umc/DeleteProtectionObjectIPRangeForUMCResponse.java deleted file mode 100644 index b7bbaa75..00000000 --- a/src/main/java/com/dptech/umc/DeleteProtectionObjectIPRangeForUMCResponse.java +++ /dev/null @@ -1,64 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

anonymous complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="out" type="{http://service.ntc.dp.com}NtcRequestResultInfo"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "out" -}) -@XmlRootElement(name = "deleteProtectionObjectIPRangeForUMCResponse") -public class DeleteProtectionObjectIPRangeForUMCResponse { - - @XmlElement(required = true, nillable = true) - protected NtcRequestResultInfo out; - - /** - * ȡoutԵֵ - * - * @return - * possible object is - * {@link NtcRequestResultInfo } - * - */ - public NtcRequestResultInfo getOut() { - return out; - } - - /** - * outԵֵ - * - * @param value - * allowed object is - * {@link NtcRequestResultInfo } - * - */ - public void setOut(NtcRequestResultInfo value) { - this.out = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DnsDomainCustomV4ForService.java b/src/main/java/com/dptech/umc/DnsDomainCustomV4ForService.java deleted file mode 100644 index f036e441..00000000 --- a/src/main/java/com/dptech/umc/DnsDomainCustomV4ForService.java +++ /dev/null @@ -1,175 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DnsDomainCustomV4ForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DnsDomainCustomV4ForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DnsDomainCustomV4ForService", namespace = "http://data.ntc.dp.com", propOrder = { - "action", - "domain", - "name", - "objName", - "protectthreshold" -}) -public class DnsDomainCustomV4ForService { - - @XmlElementRef(name = "action", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement action; - @XmlElementRef(name = "domain", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement domain; - @XmlElementRef(name = "name", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement name; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "protectthreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement protectthreshold; - - /** - * ȡactionԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getAction() { - return action; - } - - /** - * actionԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setAction(JAXBElement value) { - this.action = value; - } - - /** - * ȡdomainԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getDomain() { - return domain; - } - - /** - * domainԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setDomain(JAXBElement value) { - this.domain = value; - } - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setName(JAXBElement value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡprotectthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getProtectthreshold() { - return protectthreshold; - } - - /** - * protectthresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setProtectthreshold(JAXBElement value) { - this.protectthreshold = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DnsDomainGlobalV4ForService.java b/src/main/java/com/dptech/umc/DnsDomainGlobalV4ForService.java deleted file mode 100644 index d72126f0..00000000 --- a/src/main/java/com/dptech/umc/DnsDomainGlobalV4ForService.java +++ /dev/null @@ -1,147 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DnsDomainGlobalV4ForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DnsDomainGlobalV4ForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DnsDomainGlobalV4ForService", namespace = "http://data.ntc.dp.com", propOrder = { - "action", - "name", - "objName", - "protectthreshold" -}) -public class DnsDomainGlobalV4ForService { - - @XmlElementRef(name = "action", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement action; - @XmlElementRef(name = "name", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement name; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "protectthreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement protectthreshold; - - /** - * ȡactionԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getAction() { - return action; - } - - /** - * actionԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setAction(JAXBElement value) { - this.action = value; - } - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setName(JAXBElement value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡprotectthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getProtectthreshold() { - return protectthreshold; - } - - /** - * protectthresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setProtectthreshold(JAXBElement value) { - this.protectthreshold = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DnsSecDomainCustomV4ForService.java b/src/main/java/com/dptech/umc/DnsSecDomainCustomV4ForService.java deleted file mode 100644 index d6bff9be..00000000 --- a/src/main/java/com/dptech/umc/DnsSecDomainCustomV4ForService.java +++ /dev/null @@ -1,175 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DnsSecDomainCustomV4ForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DnsSecDomainCustomV4ForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DnsSecDomainCustomV4ForService", namespace = "http://data.ntc.dp.com", propOrder = { - "action", - "domain", - "name", - "objName", - "protectthreshold" -}) -public class DnsSecDomainCustomV4ForService { - - @XmlElementRef(name = "action", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement action; - @XmlElementRef(name = "domain", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement domain; - @XmlElementRef(name = "name", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement name; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "protectthreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement protectthreshold; - - /** - * ȡactionԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getAction() { - return action; - } - - /** - * actionԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setAction(JAXBElement value) { - this.action = value; - } - - /** - * ȡdomainԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getDomain() { - return domain; - } - - /** - * domainԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setDomain(JAXBElement value) { - this.domain = value; - } - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setName(JAXBElement value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡprotectthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getProtectthreshold() { - return protectthreshold; - } - - /** - * protectthresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setProtectthreshold(JAXBElement value) { - this.protectthreshold = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DnsSecDomainGlobalV4ForService.java b/src/main/java/com/dptech/umc/DnsSecDomainGlobalV4ForService.java deleted file mode 100644 index e86cb050..00000000 --- a/src/main/java/com/dptech/umc/DnsSecDomainGlobalV4ForService.java +++ /dev/null @@ -1,147 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DnsSecDomainGlobalV4ForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DnsSecDomainGlobalV4ForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DnsSecDomainGlobalV4ForService", namespace = "http://data.ntc.dp.com", propOrder = { - "action", - "name", - "objName", - "protectthreshold" -}) -public class DnsSecDomainGlobalV4ForService { - - @XmlElementRef(name = "action", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement action; - @XmlElementRef(name = "name", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement name; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "protectthreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement protectthreshold; - - /** - * ȡactionԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getAction() { - return action; - } - - /** - * actionԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setAction(JAXBElement value) { - this.action = value; - } - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setName(JAXBElement value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡprotectthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getProtectthreshold() { - return protectthreshold; - } - - /** - * protectthresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setProtectthreshold(JAXBElement value) { - this.protectthreshold = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DnsSipCustomV4ForService.java b/src/main/java/com/dptech/umc/DnsSipCustomV4ForService.java deleted file mode 100644 index 4112ec9c..00000000 --- a/src/main/java/com/dptech/umc/DnsSipCustomV4ForService.java +++ /dev/null @@ -1,203 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DnsSipCustomV4ForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DnsSipCustomV4ForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="sipend" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="sipstart" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DnsSipCustomV4ForService", namespace = "http://data.ntc.dp.com", propOrder = { - "action", - "name", - "objName", - "protectthreshold", - "sipend", - "sipstart" -}) -public class DnsSipCustomV4ForService { - - @XmlElementRef(name = "action", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement action; - @XmlElementRef(name = "name", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement name; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "protectthreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement protectthreshold; - @XmlElementRef(name = "sipend", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement sipend; - @XmlElementRef(name = "sipstart", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement sipstart; - - /** - * ȡactionԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getAction() { - return action; - } - - /** - * actionԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setAction(JAXBElement value) { - this.action = value; - } - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setName(JAXBElement value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡprotectthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getProtectthreshold() { - return protectthreshold; - } - - /** - * protectthresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setProtectthreshold(JAXBElement value) { - this.protectthreshold = value; - } - - /** - * ȡsipendԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getSipend() { - return sipend; - } - - /** - * sipendԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setSipend(JAXBElement value) { - this.sipend = value; - } - - /** - * ȡsipstartԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getSipstart() { - return sipstart; - } - - /** - * sipstartԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setSipstart(JAXBElement value) { - this.sipstart = value; - } - -} diff --git a/src/main/java/com/dptech/umc/DnsSipGlobalV4ForService.java b/src/main/java/com/dptech/umc/DnsSipGlobalV4ForService.java deleted file mode 100644 index d55712b8..00000000 --- a/src/main/java/com/dptech/umc/DnsSipGlobalV4ForService.java +++ /dev/null @@ -1,147 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

DnsSipGlobalV4ForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="DnsSipGlobalV4ForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="protectthreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DnsSipGlobalV4ForService", namespace = "http://data.ntc.dp.com", propOrder = { - "action", - "name", - "objName", - "protectthreshold" -}) -public class DnsSipGlobalV4ForService { - - @XmlElementRef(name = "action", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement action; - @XmlElementRef(name = "name", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement name; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "protectthreshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement protectthreshold; - - /** - * ȡactionԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getAction() { - return action; - } - - /** - * actionԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setAction(JAXBElement value) { - this.action = value; - } - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setName(JAXBElement value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡprotectthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getProtectthreshold() { - return protectthreshold; - } - - /** - * protectthresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setProtectthreshold(JAXBElement value) { - this.protectthreshold = value; - } - -} diff --git a/src/main/java/com/dptech/umc/FingerprintIcmpForService.java b/src/main/java/com/dptech/umc/FingerprintIcmpForService.java deleted file mode 100644 index 7693feb9..00000000 --- a/src/main/java/com/dptech/umc/FingerprintIcmpForService.java +++ /dev/null @@ -1,735 +0,0 @@ - -package com.dptech.umc; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - *

FingerprintIcmpForService complex type Java ࡣ - * - *

ģʽƬָڴеԤݡ - * - *

- * <complexType name="FingerprintIcmpForService">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="custom1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="custom2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="custom3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="enable1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="enable2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="enable3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="ip1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="ip2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="ip3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="keylength1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="keylength2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="keylength3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="keyoffset1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="keyoffset2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="keyoffset3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="keytype1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="keytype2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="keytype3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="mask1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="mask2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="mask3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "FingerprintIcmpForService", namespace = "http://data.ntc.dp.com", propOrder = { - "action", - "custom1", - "custom2", - "custom3", - "enable1", - "enable2", - "enable3", - "ip1", - "ip2", - "ip3", - "keylength1", - "keylength2", - "keylength3", - "keyoffset1", - "keyoffset2", - "keyoffset3", - "keytype1", - "keytype2", - "keytype3", - "mask1", - "mask2", - "mask3", - "name", - "objName", - "threshold" -}) -public class FingerprintIcmpForService { - - @XmlElementRef(name = "action", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement action; - @XmlElementRef(name = "custom1", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement custom1; - @XmlElementRef(name = "custom2", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement custom2; - @XmlElementRef(name = "custom3", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement custom3; - @XmlElementRef(name = "enable1", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement enable1; - @XmlElementRef(name = "enable2", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement enable2; - @XmlElementRef(name = "enable3", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement enable3; - @XmlElementRef(name = "ip1", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement ip1; - @XmlElementRef(name = "ip2", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement ip2; - @XmlElementRef(name = "ip3", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement ip3; - @XmlElementRef(name = "keylength1", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement keylength1; - @XmlElementRef(name = "keylength2", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement keylength2; - @XmlElementRef(name = "keylength3", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement keylength3; - @XmlElementRef(name = "keyoffset1", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement keyoffset1; - @XmlElementRef(name = "keyoffset2", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement keyoffset2; - @XmlElementRef(name = "keyoffset3", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement keyoffset3; - @XmlElementRef(name = "keytype1", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement keytype1; - @XmlElementRef(name = "keytype2", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement keytype2; - @XmlElementRef(name = "keytype3", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement keytype3; - @XmlElementRef(name = "mask1", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement mask1; - @XmlElementRef(name = "mask2", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement mask2; - @XmlElementRef(name = "mask3", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement mask3; - @XmlElementRef(name = "name", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement name; - @XmlElementRef(name = "objName", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement objName; - @XmlElementRef(name = "threshold", namespace = "http://data.ntc.dp.com", type = JAXBElement.class, required = false) - protected JAXBElement threshold; - - /** - * ȡactionԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getAction() { - return action; - } - - /** - * actionԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setAction(JAXBElement value) { - this.action = value; - } - - /** - * ȡcustom1Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getCustom1() { - return custom1; - } - - /** - * custom1Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setCustom1(JAXBElement value) { - this.custom1 = value; - } - - /** - * ȡcustom2Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getCustom2() { - return custom2; - } - - /** - * custom2Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setCustom2(JAXBElement value) { - this.custom2 = value; - } - - /** - * ȡcustom3Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getCustom3() { - return custom3; - } - - /** - * custom3Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setCustom3(JAXBElement value) { - this.custom3 = value; - } - - /** - * ȡenable1Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getEnable1() { - return enable1; - } - - /** - * enable1Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setEnable1(JAXBElement value) { - this.enable1 = value; - } - - /** - * ȡenable2Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getEnable2() { - return enable2; - } - - /** - * enable2Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setEnable2(JAXBElement value) { - this.enable2 = value; - } - - /** - * ȡenable3Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getEnable3() { - return enable3; - } - - /** - * enable3Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setEnable3(JAXBElement value) { - this.enable3 = value; - } - - /** - * ȡip1Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getIp1() { - return ip1; - } - - /** - * ip1Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setIp1(JAXBElement value) { - this.ip1 = value; - } - - /** - * ȡip2Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getIp2() { - return ip2; - } - - /** - * ip2Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setIp2(JAXBElement value) { - this.ip2 = value; - } - - /** - * ȡip3Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getIp3() { - return ip3; - } - - /** - * ip3Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setIp3(JAXBElement value) { - this.ip3 = value; - } - - /** - * ȡkeylength1Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getKeylength1() { - return keylength1; - } - - /** - * keylength1Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setKeylength1(JAXBElement value) { - this.keylength1 = value; - } - - /** - * ȡkeylength2Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getKeylength2() { - return keylength2; - } - - /** - * keylength2Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setKeylength2(JAXBElement value) { - this.keylength2 = value; - } - - /** - * ȡkeylength3Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getKeylength3() { - return keylength3; - } - - /** - * keylength3Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setKeylength3(JAXBElement value) { - this.keylength3 = value; - } - - /** - * ȡkeyoffset1Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getKeyoffset1() { - return keyoffset1; - } - - /** - * keyoffset1Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setKeyoffset1(JAXBElement value) { - this.keyoffset1 = value; - } - - /** - * ȡkeyoffset2Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getKeyoffset2() { - return keyoffset2; - } - - /** - * keyoffset2Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setKeyoffset2(JAXBElement value) { - this.keyoffset2 = value; - } - - /** - * ȡkeyoffset3Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getKeyoffset3() { - return keyoffset3; - } - - /** - * keyoffset3Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setKeyoffset3(JAXBElement value) { - this.keyoffset3 = value; - } - - /** - * ȡkeytype1Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getKeytype1() { - return keytype1; - } - - /** - * keytype1Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setKeytype1(JAXBElement value) { - this.keytype1 = value; - } - - /** - * ȡkeytype2Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getKeytype2() { - return keytype2; - } - - /** - * keytype2Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setKeytype2(JAXBElement value) { - this.keytype2 = value; - } - - /** - * ȡkeytype3Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getKeytype3() { - return keytype3; - } - - /** - * keytype3Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setKeytype3(JAXBElement value) { - this.keytype3 = value; - } - - /** - * ȡmask1Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getMask1() { - return mask1; - } - - /** - * mask1Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setMask1(JAXBElement value) { - this.mask1 = value; - } - - /** - * ȡmask2Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getMask2() { - return mask2; - } - - /** - * mask2Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setMask2(JAXBElement value) { - this.mask2 = value; - } - - /** - * ȡmask3Եֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getMask3() { - return mask3; - } - - /** - * mask3Եֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setMask3(JAXBElement value) { - this.mask3 = value; - } - - /** - * ȡnameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getName() { - return name; - } - - /** - * nameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setName(JAXBElement value) { - this.name = value; - } - - /** - * ȡobjNameԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getObjName() { - return objName; - } - - /** - * objNameԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setObjName(JAXBElement value) { - this.objName = value; - } - - /** - * ȡthresholdԵֵ - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getThreshold() { - return threshold; - } - - /** - * thresholdԵֵ - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setThreshold(JAXBElement value) { - this.threshold = value; - } - -}