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/umc/GetAllBlackHoleAutoStrategyFromUMC.java b/src/main/java/com/dptech/umc/GetAllBlackHoleAutoStrategyFromUMC.java new file mode 100644 index 00000000..b9e7c91e --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllBlackHoleAutoStrategyFromUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.umc; + +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/umc/GetAllBlackHoleAutoStrategyFromUMCResponse.java b/src/main/java/com/dptech/umc/GetAllBlackHoleAutoStrategyFromUMCResponse.java new file mode 100644 index 00000000..bbb98f36 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllBlackHoleAutoStrategyFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetAllBlackHoleManualStrategyFromUMC.java b/src/main/java/com/dptech/umc/GetAllBlackHoleManualStrategyFromUMC.java new file mode 100644 index 00000000..8da70957 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllBlackHoleManualStrategyFromUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.umc; + +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/umc/GetAllBlackHoleManualStrategyFromUMCResponse.java b/src/main/java/com/dptech/umc/GetAllBlackHoleManualStrategyFromUMCResponse.java new file mode 100644 index 00000000..52e96976 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllBlackHoleManualStrategyFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetAllBypassManualTractionStrategyFromUMC.java b/src/main/java/com/dptech/umc/GetAllBypassManualTractionStrategyFromUMC.java new file mode 100644 index 00000000..334a7adf --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllBypassManualTractionStrategyFromUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.umc; + +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/umc/GetAllBypassManualTractionStrategyFromUMCResponse.java b/src/main/java/com/dptech/umc/GetAllBypassManualTractionStrategyFromUMCResponse.java new file mode 100644 index 00000000..9f832a18 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllBypassManualTractionStrategyFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetAllCompleteAnomalyDetectionStrategyFromUMC.java b/src/main/java/com/dptech/umc/GetAllCompleteAnomalyDetectionStrategyFromUMC.java new file mode 100644 index 00000000..6fa6a867 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllCompleteAnomalyDetectionStrategyFromUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.umc; + +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/umc/GetAllCompleteAnomalyDetectionStrategyFromUMCResponse.java b/src/main/java/com/dptech/umc/GetAllCompleteAnomalyDetectionStrategyFromUMCResponse.java new file mode 100644 index 00000000..f864af23 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllCompleteAnomalyDetectionStrategyFromUMCResponse.java @@ -0,0 +1,64 @@ + +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}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/umc/GetAllDetectDevices.java b/src/main/java/com/dptech/umc/GetAllDetectDevices.java new file mode 100644 index 00000000..db642d4e --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllDetectDevices.java @@ -0,0 +1,32 @@ + +package com.dptech.umc; + +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/GetAllDetectDevicesResponse.java b/src/main/java/com/dptech/umc/GetAllDetectDevicesResponse.java new file mode 100644 index 00000000..5e844ccd --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllDetectDevicesResponse.java @@ -0,0 +1,64 @@ + +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://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + *+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getAllDetectDevicesResponse") +public class GetAllDetectDevicesResponse { + + @XmlElement(required = true, nillable = true) + protected String out; + + /** + * ȡoutԵֵ + * + * @return + * possible object is + * {@link String } + * + */ + public String getOut() { + return out; + } + + /** + * outԵֵ + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setOut(String value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/umc/GetAllDetectionObjectFromUMC.java b/src/main/java/com/dptech/umc/GetAllDetectionObjectFromUMC.java new file mode 100644 index 00000000..2c01495b --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllDetectionObjectFromUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.umc; + +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/umc/GetAllDetectionObjectFromUMCResponse.java b/src/main/java/com/dptech/umc/GetAllDetectionObjectFromUMCResponse.java new file mode 100644 index 00000000..df72eb60 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllDetectionObjectFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetAllProtectDevices.java b/src/main/java/com/dptech/umc/GetAllProtectDevices.java new file mode 100644 index 00000000..c46d9992 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllProtectDevices.java @@ -0,0 +1,32 @@ + +package com.dptech.umc; + +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/GetAllProtectDevicesResponse.java b/src/main/java/com/dptech/umc/GetAllProtectDevicesResponse.java new file mode 100644 index 00000000..ed44fcee --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllProtectDevicesResponse.java @@ -0,0 +1,64 @@ + +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://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + *+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "out" +}) +@XmlRootElement(name = "getAllProtectDevicesResponse") +public class GetAllProtectDevicesResponse { + + @XmlElement(required = true, nillable = true) + protected String out; + + /** + * ȡoutԵֵ + * + * @return + * possible object is + * {@link String } + * + */ + public String getOut() { + return out; + } + + /** + * outԵֵ + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setOut(String value) { + this.out = value; + } + +} diff --git a/src/main/java/com/dptech/umc/GetAllProtectionObjectFromUMC.java b/src/main/java/com/dptech/umc/GetAllProtectionObjectFromUMC.java new file mode 100644 index 00000000..c167e1be --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllProtectionObjectFromUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.umc; + +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/umc/GetAllProtectionObjectFromUMCResponse.java b/src/main/java/com/dptech/umc/GetAllProtectionObjectFromUMCResponse.java new file mode 100644 index 00000000..665c315f --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllProtectionObjectFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetAllProtectionStrategyTemplateFromUMC.java b/src/main/java/com/dptech/umc/GetAllProtectionStrategyTemplateFromUMC.java new file mode 100644 index 00000000..2c82ee92 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllProtectionStrategyTemplateFromUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.umc; + +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/umc/GetAllProtectionStrategyTemplateFromUMCResponse.java b/src/main/java/com/dptech/umc/GetAllProtectionStrategyTemplateFromUMCResponse.java new file mode 100644 index 00000000..59c20ad5 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllProtectionStrategyTemplateFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetAllProtectionTargetWithStrategyAssociationRelationshipForUMC.java b/src/main/java/com/dptech/umc/GetAllProtectionTargetWithStrategyAssociationRelationshipForUMC.java new file mode 100644 index 00000000..f8b6fafe --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllProtectionTargetWithStrategyAssociationRelationshipForUMC.java @@ -0,0 +1,32 @@ + +package com.dptech.umc; + +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/umc/GetAllProtectionTargetWithStrategyAssociationRelationshipForUMCResponse.java b/src/main/java/com/dptech/umc/GetAllProtectionTargetWithStrategyAssociationRelationshipForUMCResponse.java new file mode 100644 index 00000000..3d8de507 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAllProtectionTargetWithStrategyAssociationRelationshipForUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/GetAnomalyDetectionStrategyFromUMC.java b/src/main/java/com/dptech/umc/GetAnomalyDetectionStrategyFromUMC.java new file mode 100644 index 00000000..26660e08 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAnomalyDetectionStrategyFromUMC.java @@ -0,0 +1,64 @@ + +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="strategyName" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + *+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "strategyName" +}) +@XmlRootElement(name = "getAnomalyDetectionStrategyFromUMC") +public class GetAnomalyDetectionStrategyFromUMC { + + @XmlElement(required = true, nillable = true) + protected String strategyName; + + /** + * ȡstrategyNameԵֵ + * + * @return + * possible object is + * {@link String } + * + */ + public String getStrategyName() { + return strategyName; + } + + /** + * strategyNameԵֵ + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setStrategyName(String value) { + this.strategyName = value; + } + +} diff --git a/src/main/java/com/dptech/umc/GetAnomalyDetectionStrategyFromUMCResponse.java b/src/main/java/com/dptech/umc/GetAnomalyDetectionStrategyFromUMCResponse.java new file mode 100644 index 00000000..24e352b7 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetAnomalyDetectionStrategyFromUMCResponse.java @@ -0,0 +1,64 @@ + +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}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/GetCompleteAnomalyDetectionStrategyFromUMC.java b/src/main/java/com/dptech/umc/GetCompleteAnomalyDetectionStrategyFromUMC.java new file mode 100644 index 00000000..8a6de2a5 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetCompleteAnomalyDetectionStrategyFromUMC.java @@ -0,0 +1,83 @@ + +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="strategyName" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="direction" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + *+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "strategyName", + "direction" +}) +@XmlRootElement(name = "getCompleteAnomalyDetectionStrategyFromUMC") +public class GetCompleteAnomalyDetectionStrategyFromUMC { + + @XmlElement(required = true, nillable = true) + protected String strategyName; + protected int direction; + + /** + * ȡstrategyNameԵֵ + * + * @return + * possible object is + * {@link String } + * + */ + public String getStrategyName() { + return strategyName; + } + + /** + * strategyNameԵֵ + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setStrategyName(String value) { + this.strategyName = 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/GetCompleteAnomalyDetectionStrategyFromUMCResponse.java b/src/main/java/com/dptech/umc/GetCompleteAnomalyDetectionStrategyFromUMCResponse.java new file mode 100644 index 00000000..cdc08162 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetCompleteAnomalyDetectionStrategyFromUMCResponse.java @@ -0,0 +1,64 @@ + +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}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/umc/GetDdosACProtectionFromUMC.java b/src/main/java/com/dptech/umc/GetDdosACProtectionFromUMC.java new file mode 100644 index 00000000..742d38ad --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosACProtectionFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosACProtectionFromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosACProtectionFromUMCResponse.java new file mode 100644 index 00000000..23397356 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosACProtectionFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosCCuserGroupV4FromUMC.java b/src/main/java/com/dptech/umc/GetDdosCCuserGroupV4FromUMC.java new file mode 100644 index 00000000..23c16071 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosCCuserGroupV4FromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosCCuserGroupV4FromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosCCuserGroupV4FromUMCResponse.java new file mode 100644 index 00000000..be405091 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosCCuserGroupV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosDnsRetryProtectFromUMC.java b/src/main/java/com/dptech/umc/GetDdosDnsRetryProtectFromUMC.java new file mode 100644 index 00000000..80f170d0 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosDnsRetryProtectFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosDnsRetryProtectFromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosDnsRetryProtectFromUMCResponse.java new file mode 100644 index 00000000..007b2f48 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosDnsRetryProtectFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosGlobalAckPayloadFromUMC.java b/src/main/java/com/dptech/umc/GetDdosGlobalAckPayloadFromUMC.java new file mode 100644 index 00000000..b8aeacf1 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalAckPayloadFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosGlobalAckPayloadFromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosGlobalAckPayloadFromUMCResponse.java new file mode 100644 index 00000000..e1e832d8 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalAckPayloadFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosGlobalIcmpFragFromUMC.java b/src/main/java/com/dptech/umc/GetDdosGlobalIcmpFragFromUMC.java new file mode 100644 index 00000000..6d3a695a --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalIcmpFragFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosGlobalIcmpFragFromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosGlobalIcmpFragFromUMCResponse.java new file mode 100644 index 00000000..30c3b6f5 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalIcmpFragFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosGlobalIcmpLengthFromUMC.java b/src/main/java/com/dptech/umc/GetDdosGlobalIcmpLengthFromUMC.java new file mode 100644 index 00000000..0b41b422 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalIcmpLengthFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosGlobalIcmpLengthFromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosGlobalIcmpLengthFromUMCResponse.java new file mode 100644 index 00000000..eb37da62 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalIcmpLengthFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosGlobalIcmpPayloadFromUMC.java b/src/main/java/com/dptech/umc/GetDdosGlobalIcmpPayloadFromUMC.java new file mode 100644 index 00000000..64ddfd37 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalIcmpPayloadFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosGlobalIcmpPayloadFromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosGlobalIcmpPayloadFromUMCResponse.java new file mode 100644 index 00000000..ed8f57a8 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalIcmpPayloadFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosGlobalOtherFragFromUMC.java b/src/main/java/com/dptech/umc/GetDdosGlobalOtherFragFromUMC.java new file mode 100644 index 00000000..0f35f8cd --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalOtherFragFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosGlobalOtherFragFromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosGlobalOtherFragFromUMCResponse.java new file mode 100644 index 00000000..b1b6469b --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalOtherFragFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosGlobalSynFloodFromUMC.java b/src/main/java/com/dptech/umc/GetDdosGlobalSynFloodFromUMC.java new file mode 100644 index 00000000..b96172c8 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalSynFloodFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosGlobalSynFloodFromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosGlobalSynFloodFromUMCResponse.java new file mode 100644 index 00000000..4dbb1bcd --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalSynFloodFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosGlobalTcpFlagFromUMC.java b/src/main/java/com/dptech/umc/GetDdosGlobalTcpFlagFromUMC.java new file mode 100644 index 00000000..12e1b467 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalTcpFlagFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosGlobalTcpFlagFromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosGlobalTcpFlagFromUMCResponse.java new file mode 100644 index 00000000..29b90f97 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalTcpFlagFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosGlobalTcpFragFromUMC.java b/src/main/java/com/dptech/umc/GetDdosGlobalTcpFragFromUMC.java new file mode 100644 index 00000000..ed660775 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalTcpFragFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosGlobalTcpFragFromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosGlobalTcpFragFromUMCResponse.java new file mode 100644 index 00000000..298ed6e2 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalTcpFragFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosGlobalTcpLengthFromUMC.java b/src/main/java/com/dptech/umc/GetDdosGlobalTcpLengthFromUMC.java new file mode 100644 index 00000000..c537fb43 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalTcpLengthFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosGlobalTcpLengthFromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosGlobalTcpLengthFromUMCResponse.java new file mode 100644 index 00000000..e2b9791c --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalTcpLengthFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosGlobalTcpStateFromUMC.java b/src/main/java/com/dptech/umc/GetDdosGlobalTcpStateFromUMC.java new file mode 100644 index 00000000..9d60edd9 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalTcpStateFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosGlobalTcpStateFromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosGlobalTcpStateFromUMCResponse.java new file mode 100644 index 00000000..557462f4 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalTcpStateFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosGlobalUdpFragFromUMC.java b/src/main/java/com/dptech/umc/GetDdosGlobalUdpFragFromUMC.java new file mode 100644 index 00000000..e00b00fd --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalUdpFragFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosGlobalUdpFragFromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosGlobalUdpFragFromUMCResponse.java new file mode 100644 index 00000000..f6495fdf --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalUdpFragFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosGlobalUdpLengthFromUMC.java b/src/main/java/com/dptech/umc/GetDdosGlobalUdpLengthFromUMC.java new file mode 100644 index 00000000..ffb72f73 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalUdpLengthFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosGlobalUdpLengthFromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosGlobalUdpLengthFromUMCResponse.java new file mode 100644 index 00000000..2dc364ac --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalUdpLengthFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosGlobalUdpPayloadFromUMC.java b/src/main/java/com/dptech/umc/GetDdosGlobalUdpPayloadFromUMC.java new file mode 100644 index 00000000..e90cae92 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalUdpPayloadFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosGlobalUdpPayloadFromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosGlobalUdpPayloadFromUMCResponse.java new file mode 100644 index 00000000..5fc179d1 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosGlobalUdpPayloadFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosHttpGetSipCusProV4FromUMC.java b/src/main/java/com/dptech/umc/GetDdosHttpGetSipCusProV4FromUMC.java new file mode 100644 index 00000000..d79393e9 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosHttpGetSipCusProV4FromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosHttpGetSipCusProV4FromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosHttpGetSipCusProV4FromUMCResponse.java new file mode 100644 index 00000000..c862439b --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosHttpGetSipCusProV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosHttpGetSipGloProV4FromUMC.java b/src/main/java/com/dptech/umc/GetDdosHttpGetSipGloProV4FromUMC.java new file mode 100644 index 00000000..bd242fc2 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosHttpGetSipGloProV4FromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosHttpGetSipGloProV4FromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosHttpGetSipGloProV4FromUMCResponse.java new file mode 100644 index 00000000..464f80e3 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosHttpGetSipGloProV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosHttpGetUriCusProV4FromUMC.java b/src/main/java/com/dptech/umc/GetDdosHttpGetUriCusProV4FromUMC.java new file mode 100644 index 00000000..6514a79d --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosHttpGetUriCusProV4FromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosHttpGetUriCusProV4FromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosHttpGetUriCusProV4FromUMCResponse.java new file mode 100644 index 00000000..57eb9fb4 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosHttpGetUriCusProV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDdosHttpGetUriGloProV4FromUMC.java b/src/main/java/com/dptech/umc/GetDdosHttpGetUriGloProV4FromUMC.java new file mode 100644 index 00000000..527e68fd --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosHttpGetUriGloProV4FromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDdosHttpGetUriGloProV4FromUMCResponse.java b/src/main/java/com/dptech/umc/GetDdosHttpGetUriGloProV4FromUMCResponse.java new file mode 100644 index 00000000..ef1952c0 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDdosHttpGetUriGloProV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDnsDomainGlobalV4FromUMC.java b/src/main/java/com/dptech/umc/GetDnsDomainGlobalV4FromUMC.java new file mode 100644 index 00000000..0a144e17 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDnsDomainGlobalV4FromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDnsDomainGlobalV4FromUMCResponse.java b/src/main/java/com/dptech/umc/GetDnsDomainGlobalV4FromUMCResponse.java new file mode 100644 index 00000000..81caca69 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDnsDomainGlobalV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDnsSecDomainCustomV4FromUMC.java b/src/main/java/com/dptech/umc/GetDnsSecDomainCustomV4FromUMC.java new file mode 100644 index 00000000..29ef3512 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDnsSecDomainCustomV4FromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDnsSecDomainCustomV4FromUMCResponse.java b/src/main/java/com/dptech/umc/GetDnsSecDomainCustomV4FromUMCResponse.java new file mode 100644 index 00000000..e74bb4ba --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDnsSecDomainCustomV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDnsSecDomainGlobalV4FromUMC.java b/src/main/java/com/dptech/umc/GetDnsSecDomainGlobalV4FromUMC.java new file mode 100644 index 00000000..377cce20 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDnsSecDomainGlobalV4FromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDnsSecDomainGlobalV4FromUMCResponse.java b/src/main/java/com/dptech/umc/GetDnsSecDomainGlobalV4FromUMCResponse.java new file mode 100644 index 00000000..03b5e252 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDnsSecDomainGlobalV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDnsSipCustomV4FromUMC.java b/src/main/java/com/dptech/umc/GetDnsSipCustomV4FromUMC.java new file mode 100644 index 00000000..0f7d7e2a --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDnsSipCustomV4FromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDnsSipCustomV4FromUMCResponse.java b/src/main/java/com/dptech/umc/GetDnsSipCustomV4FromUMCResponse.java new file mode 100644 index 00000000..c6b5da29 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDnsSipCustomV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetDnsSipGlobalV4FromUMC.java b/src/main/java/com/dptech/umc/GetDnsSipGlobalV4FromUMC.java new file mode 100644 index 00000000..99d93e9e --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDnsSipGlobalV4FromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetDnsSipGlobalV4FromUMCResponse.java b/src/main/java/com/dptech/umc/GetDnsSipGlobalV4FromUMCResponse.java new file mode 100644 index 00000000..22c77dc3 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetDnsSipGlobalV4FromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetFingerprintIcmpFromUMC.java b/src/main/java/com/dptech/umc/GetFingerprintIcmpFromUMC.java new file mode 100644 index 00000000..676fe01c --- /dev/null +++ b/src/main/java/com/dptech/umc/GetFingerprintIcmpFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetFingerprintIcmpFromUMCResponse.java b/src/main/java/com/dptech/umc/GetFingerprintIcmpFromUMCResponse.java new file mode 100644 index 00000000..d35c576b --- /dev/null +++ b/src/main/java/com/dptech/umc/GetFingerprintIcmpFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetFingerprintOtherFromUMC.java b/src/main/java/com/dptech/umc/GetFingerprintOtherFromUMC.java new file mode 100644 index 00000000..5df0bbc1 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetFingerprintOtherFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetFingerprintOtherFromUMCResponse.java b/src/main/java/com/dptech/umc/GetFingerprintOtherFromUMCResponse.java new file mode 100644 index 00000000..017e7e78 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetFingerprintOtherFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetFingerprintTcpFromUMC.java b/src/main/java/com/dptech/umc/GetFingerprintTcpFromUMC.java new file mode 100644 index 00000000..f98b1d9b --- /dev/null +++ b/src/main/java/com/dptech/umc/GetFingerprintTcpFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetFingerprintTcpFromUMCResponse.java b/src/main/java/com/dptech/umc/GetFingerprintTcpFromUMCResponse.java new file mode 100644 index 00000000..bf89520b --- /dev/null +++ b/src/main/java/com/dptech/umc/GetFingerprintTcpFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/umc/GetFingerprintUdpFromUMC.java b/src/main/java/com/dptech/umc/GetFingerprintUdpFromUMC.java new file mode 100644 index 00000000..78f9b974 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetFingerprintUdpFromUMC.java @@ -0,0 +1,64 @@ + +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="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/umc/GetFingerprintUdpFromUMCResponse.java b/src/main/java/com/dptech/umc/GetFingerprintUdpFromUMCResponse.java new file mode 100644 index 00000000..aca1be00 --- /dev/null +++ b/src/main/java/com/dptech/umc/GetFingerprintUdpFromUMCResponse.java @@ -0,0 +1,64 @@ + +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://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/LinkProtectionStrategyTemplateForUMC.java b/src/main/java/com/dptech/umc/LinkProtectionStrategyTemplateForUMC.java new file mode 100644 index 00000000..ed3b202b --- /dev/null +++ b/src/main/java/com/dptech/umc/LinkProtectionStrategyTemplateForUMC.java @@ -0,0 +1,92 @@ + +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="protectName" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="templateName" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + *+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "protectName", + "templateName" +}) +@XmlRootElement(name = "linkProtectionStrategyTemplateForUMC") +public class LinkProtectionStrategyTemplateForUMC { + + @XmlElement(required = true, nillable = true) + protected String protectName; + @XmlElement(required = true, nillable = true) + protected String templateName; + + /** + * ȡ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; + } + + /** + * ȡtemplateNameԵֵ + * + * @return + * possible object is + * {@link String } + * + */ + public String getTemplateName() { + return templateName; + } + + /** + * templateNameԵֵ + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setTemplateName(String value) { + this.templateName = value; + } + +} diff --git a/src/main/java/com/dptech/umc/LinkProtectionStrategyTemplateForUMCResponse.java b/src/main/java/com/dptech/umc/LinkProtectionStrategyTemplateForUMCResponse.java new file mode 100644 index 00000000..171935fd --- /dev/null +++ b/src/main/java/com/dptech/umc/LinkProtectionStrategyTemplateForUMCResponse.java @@ -0,0 +1,64 @@ + +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 = "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/umc/ModACProtectionForUMC.java b/src/main/java/com/dptech/umc/ModACProtectionForUMC.java new file mode 100644 index 00000000..037380d0 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModACProtectionForUMC.java @@ -0,0 +1,484 @@ + +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="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/ModACProtectionForUMCResponse.java b/src/main/java/com/dptech/umc/ModACProtectionForUMCResponse.java new file mode 100644 index 00000000..e2215c0c --- /dev/null +++ b/src/main/java/com/dptech/umc/ModACProtectionForUMCResponse.java @@ -0,0 +1,64 @@ + +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 = "modACProtectionForUMCResponse") +public class ModACProtectionForUMCResponse { + + @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/ModBlackAndWhiteListProtection.java b/src/main/java/com/dptech/umc/ModBlackAndWhiteListProtection.java new file mode 100644 index 00000000..2265719e --- /dev/null +++ b/src/main/java/com/dptech/umc/ModBlackAndWhiteListProtection.java @@ -0,0 +1,372 @@ + +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="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/umc/ModBlackAndWhiteListProtectionResponse.java b/src/main/java/com/dptech/umc/ModBlackAndWhiteListProtectionResponse.java new file mode 100644 index 00000000..44907b74 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModBlackAndWhiteListProtectionResponse.java @@ -0,0 +1,64 @@ + +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 = "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/umc/ModBlackHoleAutoStrategyForUMC.java b/src/main/java/com/dptech/umc/ModBlackHoleAutoStrategyForUMC.java new file mode 100644 index 00000000..009ced3e --- /dev/null +++ b/src/main/java/com/dptech/umc/ModBlackHoleAutoStrategyForUMC.java @@ -0,0 +1,121 @@ + +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="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/umc/ModBlackHoleAutoStrategyForUMCResponse.java b/src/main/java/com/dptech/umc/ModBlackHoleAutoStrategyForUMCResponse.java new file mode 100644 index 00000000..e8f0868d --- /dev/null +++ b/src/main/java/com/dptech/umc/ModBlackHoleAutoStrategyForUMCResponse.java @@ -0,0 +1,64 @@ + +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 = "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/ModBlackHoleManualStrategyForUMC.java b/src/main/java/com/dptech/umc/ModBlackHoleManualStrategyForUMC.java new file mode 100644 index 00000000..07a50338 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModBlackHoleManualStrategyForUMC.java @@ -0,0 +1,92 @@ + +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="policyName" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + *+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "policyName", + "ipAddress" +}) +@XmlRootElement(name = "modBlackHoleManualStrategyForUMC") +public class ModBlackHoleManualStrategyForUMC { + + @XmlElement(required = true, nillable = true) + protected String policyName; + @XmlElement(required = true, nillable = true) + protected String ipAddress; + + /** + * ȡ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; + } + + /** + * ȡipAddressԵֵ + * + * @return + * possible object is + * {@link String } + * + */ + public String getIpAddress() { + return ipAddress; + } + + /** + * ipAddressԵֵ + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setIpAddress(String value) { + this.ipAddress = value; + } + +} diff --git a/src/main/java/com/dptech/umc/ModBlackHoleManualStrategyForUMCResponse.java b/src/main/java/com/dptech/umc/ModBlackHoleManualStrategyForUMCResponse.java new file mode 100644 index 00000000..6ceb78ad --- /dev/null +++ b/src/main/java/com/dptech/umc/ModBlackHoleManualStrategyForUMCResponse.java @@ -0,0 +1,64 @@ + +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 = "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/umc/ModBypassManualTractionStrategyForUMC.java b/src/main/java/com/dptech/umc/ModBypassManualTractionStrategyForUMC.java new file mode 100644 index 00000000..85a255ce --- /dev/null +++ b/src/main/java/com/dptech/umc/ModBypassManualTractionStrategyForUMC.java @@ -0,0 +1,120 @@ + +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="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/umc/ModBypassManualTractionStrategyForUMCResponse.java b/src/main/java/com/dptech/umc/ModBypassManualTractionStrategyForUMCResponse.java new file mode 100644 index 00000000..4e8445ac --- /dev/null +++ b/src/main/java/com/dptech/umc/ModBypassManualTractionStrategyForUMCResponse.java @@ -0,0 +1,64 @@ + +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 = "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/ModDdosCCuserGroupV4ForUMC.java b/src/main/java/com/dptech/umc/ModDdosCCuserGroupV4ForUMC.java new file mode 100644 index 00000000..aa31b426 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDdosCCuserGroupV4ForUMC.java @@ -0,0 +1,92 @@ + +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="objName" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + *+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "objName", + "name" +}) +@XmlRootElement(name = "modDdosCCuserGroupV4ForUMC") +public class ModDdosCCuserGroupV4ForUMC { + + @XmlElement(required = true, nillable = true) + protected String objName; + @XmlElement(required = true, nillable = true) + protected String name; + + /** + * ȡ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; + } + +} diff --git a/src/main/java/com/dptech/umc/ModDdosCCuserGroupV4ForUMCResponse.java b/src/main/java/com/dptech/umc/ModDdosCCuserGroupV4ForUMCResponse.java new file mode 100644 index 00000000..b8d53128 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDdosCCuserGroupV4ForUMCResponse.java @@ -0,0 +1,64 @@ + +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 = "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/umc/ModDdosDnsRetryProtectForUMC.java b/src/main/java/com/dptech/umc/ModDdosDnsRetryProtectForUMC.java new file mode 100644 index 00000000..e931a3d6 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDdosDnsRetryProtectForUMC.java @@ -0,0 +1,176 @@ + +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="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/umc/ModDdosDnsRetryProtectForUMCResponse.java b/src/main/java/com/dptech/umc/ModDdosDnsRetryProtectForUMCResponse.java new file mode 100644 index 00000000..00f45fa6 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDdosDnsRetryProtectForUMCResponse.java @@ -0,0 +1,64 @@ + +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 = "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/umc/ModDdosHttpGetSipCusProV4ForUMC.java b/src/main/java/com/dptech/umc/ModDdosHttpGetSipCusProV4ForUMC.java new file mode 100644 index 00000000..85df0195 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDdosHttpGetSipCusProV4ForUMC.java @@ -0,0 +1,176 @@ + +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="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/ModDdosHttpGetSipCusProV4ForUMCResponse.java b/src/main/java/com/dptech/umc/ModDdosHttpGetSipCusProV4ForUMCResponse.java new file mode 100644 index 00000000..6892420d --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDdosHttpGetSipCusProV4ForUMCResponse.java @@ -0,0 +1,64 @@ + +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 = "modDdosHttpGetSipCusProV4ForUMCResponse") +public class ModDdosHttpGetSipCusProV4ForUMCResponse { + + @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/ModDdosHttpGetSipGloProV4ForUMC.java b/src/main/java/com/dptech/umc/ModDdosHttpGetSipGloProV4ForUMC.java new file mode 100644 index 00000000..bf3958a3 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDdosHttpGetSipGloProV4ForUMC.java @@ -0,0 +1,148 @@ + +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="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/ModDdosHttpGetSipGloProV4ForUMCResponse.java b/src/main/java/com/dptech/umc/ModDdosHttpGetSipGloProV4ForUMCResponse.java new file mode 100644 index 00000000..eca11e87 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDdosHttpGetSipGloProV4ForUMCResponse.java @@ -0,0 +1,64 @@ + +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 = "modDdosHttpGetSipGloProV4ForUMCResponse") +public class ModDdosHttpGetSipGloProV4ForUMCResponse { + + @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/ModDdosHttpGetUriCusProV4ForUMC.java b/src/main/java/com/dptech/umc/ModDdosHttpGetUriCusProV4ForUMC.java new file mode 100644 index 00000000..db1b64fc --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDdosHttpGetUriCusProV4ForUMC.java @@ -0,0 +1,176 @@ + +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="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/ModDdosHttpGetUriCusProV4ForUMCResponse.java b/src/main/java/com/dptech/umc/ModDdosHttpGetUriCusProV4ForUMCResponse.java new file mode 100644 index 00000000..cc5486ff --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDdosHttpGetUriCusProV4ForUMCResponse.java @@ -0,0 +1,64 @@ + +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 = "modDdosHttpGetUriCusProV4ForUMCResponse") +public class ModDdosHttpGetUriCusProV4ForUMCResponse { + + @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/ModDdosHttpGetUriGloProV4ForUMC.java b/src/main/java/com/dptech/umc/ModDdosHttpGetUriGloProV4ForUMC.java new file mode 100644 index 00000000..bcb4ebaa --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDdosHttpGetUriGloProV4ForUMC.java @@ -0,0 +1,148 @@ + +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="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/ModDdosHttpGetUriGloProV4ForUMCResponse.java b/src/main/java/com/dptech/umc/ModDdosHttpGetUriGloProV4ForUMCResponse.java new file mode 100644 index 00000000..29f933a3 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDdosHttpGetUriGloProV4ForUMCResponse.java @@ -0,0 +1,64 @@ + +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 = "modDdosHttpGetUriGloProV4ForUMCResponse") +public class ModDdosHttpGetUriGloProV4ForUMCResponse { + + @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/ModDnsDomainCustomV4ForUMC.java b/src/main/java/com/dptech/umc/ModDnsDomainCustomV4ForUMC.java new file mode 100644 index 00000000..6b1ea9b9 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDnsDomainCustomV4ForUMC.java @@ -0,0 +1,176 @@ + +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="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/umc/ModDnsDomainCustomV4ForUMCResponse.java b/src/main/java/com/dptech/umc/ModDnsDomainCustomV4ForUMCResponse.java new file mode 100644 index 00000000..dd96feed --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDnsDomainCustomV4ForUMCResponse.java @@ -0,0 +1,64 @@ + +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 = "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/umc/ModDnsDomainGlobalV4ForUMC.java b/src/main/java/com/dptech/umc/ModDnsDomainGlobalV4ForUMC.java new file mode 100644 index 00000000..e27ceea4 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDnsDomainGlobalV4ForUMC.java @@ -0,0 +1,148 @@ + +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="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/umc/ModDnsDomainGlobalV4ForUMCResponse.java b/src/main/java/com/dptech/umc/ModDnsDomainGlobalV4ForUMCResponse.java new file mode 100644 index 00000000..eefd03b8 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDnsDomainGlobalV4ForUMCResponse.java @@ -0,0 +1,64 @@ + +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 = "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/umc/ModDnsSecDomainCustomV4ForUMC.java b/src/main/java/com/dptech/umc/ModDnsSecDomainCustomV4ForUMC.java new file mode 100644 index 00000000..36638632 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDnsSecDomainCustomV4ForUMC.java @@ -0,0 +1,176 @@ + +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="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/umc/ModDnsSecDomainCustomV4ForUMCResponse.java b/src/main/java/com/dptech/umc/ModDnsSecDomainCustomV4ForUMCResponse.java new file mode 100644 index 00000000..f3fa2737 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDnsSecDomainCustomV4ForUMCResponse.java @@ -0,0 +1,64 @@ + +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 = "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/umc/ModDnsSecDomainGlobalV4ForUMC.java b/src/main/java/com/dptech/umc/ModDnsSecDomainGlobalV4ForUMC.java new file mode 100644 index 00000000..4a54a626 --- /dev/null +++ b/src/main/java/com/dptech/umc/ModDnsSecDomainGlobalV4ForUMC.java @@ -0,0 +1,148 @@ + +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="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/test/java/com/cmcc/hy/phoenix/dptech/DPTechInterfaceTestCase.java b/src/test/java/com/cmcc/hy/phoenix/dptech/DPTechInterfaceTestCase.java index a123c22b..af50c11e 100644 --- a/src/test/java/com/cmcc/hy/phoenix/dptech/DPTechInterfaceTestCase.java +++ b/src/test/java/com/cmcc/hy/phoenix/dptech/DPTechInterfaceTestCase.java @@ -16,7 +16,7 @@ public class DPTechInterfaceTestCase { try { DisposeProcess dp = DeviceRouter.DeviceRouterFactory(ConstValue.DisposeDevice.DPTECH_UMC); - List