Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * </restriction> 22 | * </complexContent> 23 | * </complexType> 24 | *25 | * 26 | * 27 | */ 28 | @XmlAccessorType(XmlAccessType.FIELD) 29 | @XmlType(name = "") 30 | @XmlRootElement(name = "UseRaw") 31 | public class UseRaw { 32 | 33 | 34 | /** 35 | * Generates a String representation of the contents of this type. 36 | * This is an extension method, produced by the 'ts' xjc plugin 37 | * 38 | */ 39 | @Override 40 | public String toString() { 41 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 42 | } 43 | 44 | } 45 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/oasis_open/docs/wsn/b_2/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://docs.oasis-open.org/wsn/b-2", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.oasis_open.docs.wsn.b_2; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/oasis_open/docs/wsn/bw_2/InvalidFilterFault.java: -------------------------------------------------------------------------------- 1 | 2 | package org.oasis_open.docs.wsn.bw_2; 3 | 4 | import jakarta.xml.ws.WebFault; 5 | 6 | 7 | /** 8 | * This class was generated by Apache CXF 4.0.5 9 | * Generated source version: 4.0.5 10 | */ 11 | 12 | @WebFault(name = "InvalidFilterFault", targetNamespace = "http://docs.oasis-open.org/wsn/b-2") 13 | public class InvalidFilterFault extends Exception { 14 | 15 | private org.oasis_open.docs.wsn.b_2.InvalidFilterFaultType faultInfo; 16 | 17 | public InvalidFilterFault() { 18 | super(); 19 | } 20 | 21 | public InvalidFilterFault(String message) { 22 | super(message); 23 | } 24 | 25 | public InvalidFilterFault(String message, java.lang.Throwable cause) { 26 | super(message, cause); 27 | } 28 | 29 | public InvalidFilterFault(String message, org.oasis_open.docs.wsn.b_2.InvalidFilterFaultType invalidFilterFault) { 30 | super(message); 31 | this.faultInfo = invalidFilterFault; 32 | } 33 | 34 | public InvalidFilterFault(String message, org.oasis_open.docs.wsn.b_2.InvalidFilterFaultType invalidFilterFault, java.lang.Throwable cause) { 35 | super(message, cause); 36 | this.faultInfo = invalidFilterFault; 37 | } 38 | 39 | public org.oasis_open.docs.wsn.b_2.InvalidFilterFaultType getFaultInfo() { 40 | return this.faultInfo; 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/oasis_open/docs/wsn/bw_2/TopicNotSupportedFault.java: -------------------------------------------------------------------------------- 1 | 2 | package org.oasis_open.docs.wsn.bw_2; 3 | 4 | import jakarta.xml.ws.WebFault; 5 | 6 | 7 | /** 8 | * This class was generated by Apache CXF 4.0.5 9 | * Generated source version: 4.0.5 10 | */ 11 | 12 | @WebFault(name = "TopicNotSupportedFault", targetNamespace = "http://docs.oasis-open.org/wsn/b-2") 13 | public class TopicNotSupportedFault extends Exception { 14 | 15 | private org.oasis_open.docs.wsn.b_2.TopicNotSupportedFaultType faultInfo; 16 | 17 | public TopicNotSupportedFault() { 18 | super(); 19 | } 20 | 21 | public TopicNotSupportedFault(String message) { 22 | super(message); 23 | } 24 | 25 | public TopicNotSupportedFault(String message, java.lang.Throwable cause) { 26 | super(message, cause); 27 | } 28 | 29 | public TopicNotSupportedFault(String message, org.oasis_open.docs.wsn.b_2.TopicNotSupportedFaultType topicNotSupportedFault) { 30 | super(message); 31 | this.faultInfo = topicNotSupportedFault; 32 | } 33 | 34 | public TopicNotSupportedFault(String message, org.oasis_open.docs.wsn.b_2.TopicNotSupportedFaultType topicNotSupportedFault, java.lang.Throwable cause) { 35 | super(message, cause); 36 | this.faultInfo = topicNotSupportedFault; 37 | } 38 | 39 | public org.oasis_open.docs.wsn.b_2.TopicNotSupportedFaultType getFaultInfo() { 40 | return this.faultInfo; 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/oasis_open/docs/wsn/t_1/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://docs.oasis-open.org/wsn/t-1", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.oasis_open.docs.wsn.t_1; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/oasis_open/docs/wsrf/bf_2/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://docs.oasis-open.org/wsrf/bf-2", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.oasis_open.docs.wsrf.bf_2; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/oasis_open/docs/wsrf/r_2/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://docs.oasis-open.org/wsrf/r-2") 2 | package org.oasis_open.docs.wsrf.r_2; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/oasis_open/docs/wsrf/rw_2/ResourceUnknownFault.java: -------------------------------------------------------------------------------- 1 | 2 | package org.oasis_open.docs.wsrf.rw_2; 3 | 4 | import jakarta.xml.ws.WebFault; 5 | 6 | 7 | /** 8 | * This class was generated by Apache CXF 4.0.5 9 | * Generated source version: 4.0.5 10 | */ 11 | 12 | @WebFault(name = "ResourceUnknownFault", targetNamespace = "http://docs.oasis-open.org/wsrf/r-2") 13 | public class ResourceUnknownFault extends Exception { 14 | 15 | private org.oasis_open.docs.wsrf.r_2.ResourceUnknownFaultType faultInfo; 16 | 17 | public ResourceUnknownFault() { 18 | super(); 19 | } 20 | 21 | public ResourceUnknownFault(String message) { 22 | super(message); 23 | } 24 | 25 | public ResourceUnknownFault(String message, java.lang.Throwable cause) { 26 | super(message, cause); 27 | } 28 | 29 | public ResourceUnknownFault(String message, org.oasis_open.docs.wsrf.r_2.ResourceUnknownFaultType resourceUnknownFault) { 30 | super(message); 31 | this.faultInfo = resourceUnknownFault; 32 | } 33 | 34 | public ResourceUnknownFault(String message, org.oasis_open.docs.wsrf.r_2.ResourceUnknownFaultType resourceUnknownFault, java.lang.Throwable cause) { 35 | super(message, cause); 36 | this.faultInfo = resourceUnknownFault; 37 | } 38 | 39 | public org.oasis_open.docs.wsrf.r_2.ResourceUnknownFaultType getFaultInfo() { 40 | return this.faultInfo; 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/accesscontrol/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/accesscontrol/wsdl", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver10.accesscontrol.wsdl; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/accessrules/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/accessrules/wsdl", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver10.accessrules.wsdl; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/advancedsecurity/wsdl/DeleteCRLResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.advancedsecurity.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "DeleteCRLResponse") 33 | public class DeleteCRLResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/advancedsecurity/wsdl/DeleteKeyResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.advancedsecurity.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "DeleteKeyResponse") 33 | public class DeleteKeyResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/advancedsecurity/wsdl/GetAllCRLs.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.advancedsecurity.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetAllCRLs") 33 | public class GetAllCRLs { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/advancedsecurity/wsdl/GetAllKeys.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.advancedsecurity.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetAllKeys") 33 | public class GetAllKeys { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/advancedsecurity/wsdl/GetAllPassphrases.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.advancedsecurity.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetAllPassphrases") 33 | public class GetAllPassphrases { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/advancedsecurity/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/advancedsecurity/wsdl", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver10.advancedsecurity.wsdl; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/AddScopesResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "AddScopesResponse") 33 | public class AddScopesResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/CreateUsersResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "CreateUsersResponse") 33 | public class CreateUsersResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/DeleteUsersResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "DeleteUsersResponse") 33 | public class DeleteUsersResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetAccessPolicy.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetAccessPolicy") 33 | public class GetAccessPolicy { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetCACertificates.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetCACertificates") 33 | public class GetCACertificates { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetCertificates.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetCertificates") 33 | public class GetCertificates { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetCertificatesStatus.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetCertificatesStatus") 33 | public class GetCertificatesStatus { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetDNS.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetDNS") 33 | public class GetDNS { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetDPAddresses.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetDPAddresses") 33 | public class GetDPAddresses { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetDeviceInformation.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetDeviceInformation") 33 | public class GetDeviceInformation { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetDiscoveryMode.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetDiscoveryMode") 33 | public class GetDiscoveryMode { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetDot1XConfigurations.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetDot1XConfigurations") 33 | public class GetDot1XConfigurations { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetDynamicDNS.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetDynamicDNS") 33 | public class GetDynamicDNS { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetEndpointReference.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetEndpointReference") 33 | public class GetEndpointReference { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetHostname.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetHostname") 33 | public class GetHostname { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetIPAddressFilter.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetIPAddressFilter") 33 | public class GetIPAddressFilter { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetNTP.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetNTP") 33 | public class GetNTP { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetNetworkInterfaces.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetNetworkInterfaces") 33 | public class GetNetworkInterfaces { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetNetworkProtocols.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetNetworkProtocols") 33 | public class GetNetworkProtocols { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetRelayOutputs.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetRelayOutputs") 33 | public class GetRelayOutputs { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetRemoteDiscoveryMode.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetRemoteDiscoveryMode") 33 | public class GetRemoteDiscoveryMode { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetRemoteUser.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetRemoteUser") 33 | public class GetRemoteUser { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetScopes.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetScopes") 33 | public class GetScopes { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetServiceCapabilities.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetServiceCapabilities") 33 | public class GetServiceCapabilities { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetSystemBackup.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetSystemBackup") 33 | public class GetSystemBackup { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetSystemDateAndTime.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetSystemDateAndTime") 33 | public class GetSystemDateAndTime { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetSystemUris.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetSystemUris") 33 | public class GetSystemUris { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetUsers.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetUsers") 33 | public class GetUsers { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetWsdlUrl.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetWsdlUrl") 33 | public class GetWsdlUrl { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/GetZeroConfiguration.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetZeroConfiguration") 33 | public class GetZeroConfiguration { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/RestoreSystemResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "RestoreSystemResponse") 33 | public class RestoreSystemResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/SetAccessPolicyResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "SetAccessPolicyResponse") 33 | public class SetAccessPolicyResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/SetDNSResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "SetDNSResponse") 33 | public class SetDNSResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/SetDPAddressesResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "SetDPAddressesResponse") 33 | public class SetDPAddressesResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/SetDynamicDNSResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "SetDynamicDNSResponse") 33 | public class SetDynamicDNSResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/SetHostnameResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "SetHostnameResponse") 33 | public class SetHostnameResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/SetNTPResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "SetNTPResponse") 33 | public class SetNTPResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/SetRemoteUserResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "SetRemoteUserResponse") 33 | public class SetRemoteUserResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/SetScopesResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "SetScopesResponse") 33 | public class SetScopesResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/SetUserResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "SetUserResponse") 33 | public class SetUserResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/StartFirmwareUpgrade.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "StartFirmwareUpgrade") 33 | public class StartFirmwareUpgrade { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/StartSystemRestore.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "StartSystemRestore") 33 | public class StartSystemRestore { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/StorageType.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlType; 6 | 7 | 8 | /** 9 | *
Java class for StorageType. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | * <simpleType name="StorageType"> 14 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 15 | * <enumeration value="NFS"/> 16 | * <enumeration value="CIFS"/> 17 | * <enumeration value="CDMI"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "StorageType") 24 | @XmlEnum 25 | public enum StorageType { 26 | 27 | 28 | /** 29 | * NFS protocol 30 | * 31 | */ 32 | NFS, 33 | 34 | /** 35 | * CIFS protocol 36 | * 37 | */ 38 | CIFS, 39 | 40 | /** 41 | * CDMI protocol 42 | * 43 | */ 44 | CDMI; 45 | 46 | public String value() { 47 | return name(); 48 | } 49 | 50 | public static StorageType fromValue(String v) { 51 | return valueOf(v); 52 | } 53 | 54 | } 55 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/SystemReboot.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.device.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "SystemReboot") 33 | public class SystemReboot { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/device/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/device/wsdl", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver10.device.wsdl; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/deviceio/wsdl/Get.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.deviceio.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | import org.apache.commons.lang3.builder.ToStringBuilder; 8 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 9 | 10 | 11 | /** 12 | *
Java class for Get complex type. 13 | * 14 | *
The following schema fragment specifies the expected content contained within this class. 15 | * 16 | *
17 | * <complexType name="Get"> 18 | * <complexContent> 19 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 20 | * <sequence> 21 | * </sequence> 22 | * </restriction> 23 | * </complexContent> 24 | * </complexType> 25 | *26 | * 27 | * 28 | */ 29 | @XmlAccessorType(XmlAccessType.FIELD) 30 | @XmlType(name = "Get") 31 | public class Get { 32 | 33 | 34 | /** 35 | * Generates a String representation of the contents of this type. 36 | * This is an extension method, produced by the 'ts' xjc plugin 37 | * 38 | */ 39 | @Override 40 | public String toString() { 41 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 42 | } 43 | 44 | } 45 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/deviceio/wsdl/GetDigitalInputs.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.deviceio.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetDigitalInputs") 33 | public class GetDigitalInputs { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/deviceio/wsdl/GetSerialPorts.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.deviceio.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetSerialPorts") 33 | public class GetSerialPorts { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/deviceio/wsdl/GetServiceCapabilities.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.deviceio.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetServiceCapabilities") 33 | public class GetServiceCapabilities { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/deviceio/wsdl/GetVideoOutputs.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.deviceio.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetVideoOutputs") 33 | public class GetVideoOutputs { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/deviceio/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/deviceIO/wsdl", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver10.deviceio.wsdl; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/display/wsdl/GetServiceCapabilities.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.display.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetServiceCapabilities") 33 | public class GetServiceCapabilities { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/display/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/display/wsdl", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver10.display.wsdl; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/doorcontrol/wsdl/AccessDoorResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.doorcontrol.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "AccessDoorResponse") 33 | public class AccessDoorResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/doorcontrol/wsdl/BlockDoorResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.doorcontrol.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "BlockDoorResponse") 33 | public class BlockDoorResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/doorcontrol/wsdl/LockDoorResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.doorcontrol.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "LockDoorResponse") 33 | public class LockDoorResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/doorcontrol/wsdl/UnlockDoorResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.doorcontrol.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "UnlockDoorResponse") 33 | public class UnlockDoorResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/doorcontrol/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/doorcontrol/wsdl", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver10.doorcontrol.wsdl; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/events/wsdl/GetEventProperties.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.events.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetEventProperties") 33 | public class GetEventProperties { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/events/wsdl/GetServiceCapabilities.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.events.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetServiceCapabilities") 33 | public class GetServiceCapabilities { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/events/wsdl/SeekResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.events.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "SeekResponse") 33 | public class SeekResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/events/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/events/wsdl", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver10.events.wsdl; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/media/wsdl/DeleteProfileResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.media.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "DeleteProfileResponse") 33 | public class DeleteProfileResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/media/wsdl/GetAudioOutputs.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.media.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetAudioOutputs") 33 | public class GetAudioOutputs { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/media/wsdl/GetAudioSources.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.media.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetAudioSources") 33 | public class GetAudioSources { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/media/wsdl/GetProfiles.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.media.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetProfiles") 33 | public class GetProfiles { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/media/wsdl/GetServiceCapabilities.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.media.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetServiceCapabilities") 33 | public class GetServiceCapabilities { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/media/wsdl/GetVideoSources.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.media.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetVideoSources") 33 | public class GetVideoSources { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/media/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/media/wsdl", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver10.media.wsdl; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/network/wsdl/DiscoveryLookupPort.java: -------------------------------------------------------------------------------- 1 | package org.onvif.ver10.network.wsdl; 2 | 3 | import jakarta.jws.WebMethod; 4 | import jakarta.jws.WebParam; 5 | import jakarta.jws.WebResult; 6 | import jakarta.jws.WebService; 7 | import jakarta.jws.soap.SOAPBinding; 8 | import jakarta.xml.bind.annotation.XmlSeeAlso; 9 | 10 | /** 11 | * This class was generated by Apache CXF 4.0.5 12 | * Generated source version: 4.0.5 13 | * 14 | */ 15 | @WebService(targetNamespace = "http://www.onvif.org/ver10/network/wsdl", name = "DiscoveryLookupPort") 16 | @XmlSeeAlso({org.xmlsoap.schemas.ws._2005._04.discovery.ObjectFactory.class, ObjectFactory.class, org.xmlsoap.schemas.ws._2004._08.addressing.ObjectFactory.class}) 17 | @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE) 18 | public interface DiscoveryLookupPort { 19 | 20 | @WebMethod(operationName = "Probe", action = "http://www.onvif.org/ver10/network/wsdl/Probe") 21 | @WebResult(name = "ProbeResponse", targetNamespace = "http://www.onvif.org/ver10/network/wsdl", partName = "parameters") 22 | public org.xmlsoap.schemas.ws._2005._04.discovery.ProbeMatchesType probe( 23 | 24 | @WebParam(partName = "parameters", name = "Probe", targetNamespace = "http://www.onvif.org/ver10/network/wsdl") 25 | org.xmlsoap.schemas.ws._2005._04.discovery.ProbeType parameters 26 | ); 27 | } 28 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/pacs/ObjectFactory.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.pacs; 3 | 4 | import jakarta.xml.bind.annotation.XmlRegistry; 5 | 6 | 7 | /** 8 | * This object contains factory methods for each 9 | * Java content interface and Java element interface 10 | * generated in the org.onvif.ver10.pacs package. 11 | *
An ObjectFactory allows you to programatically 12 | * construct new instances of the Java representation 13 | * for XML content. The Java representation of XML 14 | * content can consist of schema derived interfaces 15 | * and classes representing the binding of schema 16 | * type definitions, element declarations and model 17 | * groups. Factory methods for each of these are 18 | * provided in this class. 19 | * 20 | */ 21 | @XmlRegistry 22 | public class ObjectFactory { 23 | 24 | 25 | /** 26 | * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.onvif.ver10.pacs 27 | * 28 | */ 29 | public ObjectFactory() { 30 | } 31 | 32 | /** 33 | * Create an instance of {@link DataEntity } 34 | * 35 | */ 36 | public DataEntity createDataEntity() { 37 | return new DataEntity(); 38 | } 39 | 40 | } 41 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/pacs/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/pacs") 2 | package org.onvif.ver10.pacs; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/receiver/wsdl/GetReceivers.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.receiver.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetReceivers") 33 | public class GetReceivers { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/receiver/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/receiver/wsdl", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver10.receiver.wsdl; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/recording/wsdl/DeleteTrackResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.recording.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "DeleteTrackResponse") 33 | public class DeleteTrackResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/recording/wsdl/GetRecordingJobs.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.recording.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetRecordingJobs") 33 | public class GetRecordingJobs { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/recording/wsdl/GetRecordings.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.recording.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetRecordings") 33 | public class GetRecordings { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/recording/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/recording/wsdl", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver10.recording.wsdl; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/replay/wsdl/GetReplayConfiguration.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.replay.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetReplayConfiguration") 33 | public class GetReplayConfiguration { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/replay/wsdl/GetServiceCapabilities.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.replay.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetServiceCapabilities") 33 | public class GetServiceCapabilities { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/replay/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/replay/wsdl", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver10.replay.wsdl; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/AudioEncoding.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for AudioEncoding. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="AudioEncoding"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="G711"/> 17 | * <enumeration value="G726"/> 18 | * <enumeration value="AAC"/> 19 | * </restriction> 20 | * </simpleType> 21 | *22 | * 23 | */ 24 | @XmlType(name = "AudioEncoding") 25 | @XmlEnum 26 | public enum AudioEncoding { 27 | 28 | @XmlEnumValue("G711") 29 | G_711("G711"), 30 | @XmlEnumValue("G726") 31 | G_726("G726"), 32 | AAC("AAC"); 33 | private final String value; 34 | 35 | AudioEncoding(String v) { 36 | value = v; 37 | } 38 | 39 | public String value() { 40 | return value; 41 | } 42 | 43 | public static AudioEncoding fromValue(String v) { 44 | for (AudioEncoding c: AudioEncoding.values()) { 45 | if (c.value.equals(v)) { 46 | return c; 47 | } 48 | } 49 | throw new IllegalArgumentException(v); 50 | } 51 | 52 | } 53 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/AutoFocusMode.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlType; 6 | 7 | 8 | /** 9 | *
Java class for AutoFocusMode. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | * <simpleType name="AutoFocusMode"> 14 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 15 | * <enumeration value="AUTO"/> 16 | * <enumeration value="MANUAL"/> 17 | * </restriction> 18 | * </simpleType> 19 | *20 | * 21 | */ 22 | @XmlType(name = "AutoFocusMode") 23 | @XmlEnum 24 | public enum AutoFocusMode { 25 | 26 | AUTO, 27 | MANUAL; 28 | 29 | public String value() { 30 | return name(); 31 | } 32 | 33 | public static AutoFocusMode fromValue(String v) { 34 | return valueOf(v); 35 | } 36 | 37 | } 38 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/BacklightCompensationMode.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlType; 6 | 7 | 8 | /** 9 | *
Java class for BacklightCompensationMode. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | * <simpleType name="BacklightCompensationMode"> 14 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 15 | * <enumeration value="OFF"/> 16 | * <enumeration value="ON"/> 17 | * </restriction> 18 | * </simpleType> 19 | *20 | * 21 | */ 22 | @XmlType(name = "BacklightCompensationMode") 23 | @XmlEnum 24 | public enum BacklightCompensationMode { 25 | 26 | 27 | /** 28 | * Backlight compensation is disabled. 29 | * 30 | */ 31 | OFF, 32 | 33 | /** 34 | * Backlight compensation is enabled. 35 | * 36 | */ 37 | ON; 38 | 39 | public String value() { 40 | return name(); 41 | } 42 | 43 | public static BacklightCompensationMode fromValue(String v) { 44 | return valueOf(v); 45 | } 46 | 47 | } 48 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/DefoggingMode.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlType; 6 | 7 | 8 | /** 9 | *
Java class for DefoggingMode. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | * <simpleType name="DefoggingMode"> 14 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 15 | * <enumeration value="OFF"/> 16 | * <enumeration value="ON"/> 17 | * <enumeration value="AUTO"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "DefoggingMode") 24 | @XmlEnum 25 | public enum DefoggingMode { 26 | 27 | OFF, 28 | ON, 29 | AUTO; 30 | 31 | public String value() { 32 | return name(); 33 | } 34 | 35 | public static DefoggingMode fromValue(String v) { 36 | return valueOf(v); 37 | } 38 | 39 | } 40 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/DigitalIdleState.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for DigitalIdleState. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="DigitalIdleState"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="closed"/> 17 | * <enumeration value="open"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "DigitalIdleState") 24 | @XmlEnum 25 | public enum DigitalIdleState { 26 | 27 | @XmlEnumValue("closed") 28 | CLOSED("closed"), 29 | @XmlEnumValue("open") 30 | OPEN("open"); 31 | private final String value; 32 | 33 | DigitalIdleState(String v) { 34 | value = v; 35 | } 36 | 37 | public String value() { 38 | return value; 39 | } 40 | 41 | public static DigitalIdleState fromValue(String v) { 42 | for (DigitalIdleState c: DigitalIdleState.values()) { 43 | if (c.value.equals(v)) { 44 | return c; 45 | } 46 | } 47 | throw new IllegalArgumentException(v); 48 | } 49 | 50 | } 51 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/Direction.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for Direction. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="Direction"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="Left"/> 17 | * <enumeration value="Right"/> 18 | * <enumeration value="Any"/> 19 | * </restriction> 20 | * </simpleType> 21 | *22 | * 23 | */ 24 | @XmlType(name = "Direction") 25 | @XmlEnum 26 | public enum Direction { 27 | 28 | @XmlEnumValue("Left") 29 | LEFT("Left"), 30 | @XmlEnumValue("Right") 31 | RIGHT("Right"), 32 | @XmlEnumValue("Any") 33 | ANY("Any"); 34 | private final String value; 35 | 36 | Direction(String v) { 37 | value = v; 38 | } 39 | 40 | public String value() { 41 | return value; 42 | } 43 | 44 | public static Direction fromValue(String v) { 45 | for (Direction c: Direction.values()) { 46 | if (c.value.equals(v)) { 47 | return c; 48 | } 49 | } 50 | throw new IllegalArgumentException(v); 51 | } 52 | 53 | } 54 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/DiscoveryMode.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for DiscoveryMode. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="DiscoveryMode"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="Discoverable"/> 17 | * <enumeration value="NonDiscoverable"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "DiscoveryMode") 24 | @XmlEnum 25 | public enum DiscoveryMode { 26 | 27 | @XmlEnumValue("Discoverable") 28 | DISCOVERABLE("Discoverable"), 29 | @XmlEnumValue("NonDiscoverable") 30 | NON_DISCOVERABLE("NonDiscoverable"); 31 | private final String value; 32 | 33 | DiscoveryMode(String v) { 34 | value = v; 35 | } 36 | 37 | public String value() { 38 | return value; 39 | } 40 | 41 | public static DiscoveryMode fromValue(String v) { 42 | for (DiscoveryMode c: DiscoveryMode.values()) { 43 | if (c.value.equals(v)) { 44 | return c; 45 | } 46 | } 47 | throw new IllegalArgumentException(v); 48 | } 49 | 50 | } 51 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/Duplex.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for Duplex. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="Duplex"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="Full"/> 17 | * <enumeration value="Half"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "Duplex") 24 | @XmlEnum 25 | public enum Duplex { 26 | 27 | @XmlEnumValue("Full") 28 | FULL("Full"), 29 | @XmlEnumValue("Half") 30 | HALF("Half"); 31 | private final String value; 32 | 33 | Duplex(String v) { 34 | value = v; 35 | } 36 | 37 | public String value() { 38 | return value; 39 | } 40 | 41 | public static Duplex fromValue(String v) { 42 | for (Duplex c: Duplex.values()) { 43 | if (c.value.equals(v)) { 44 | return c; 45 | } 46 | } 47 | throw new IllegalArgumentException(v); 48 | } 49 | 50 | } 51 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/EFlipMode.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for EFlipMode. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="EFlipMode"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="OFF"/> 17 | * <enumeration value="ON"/> 18 | * <enumeration value="Extended"/> 19 | * </restriction> 20 | * </simpleType> 21 | *22 | * 23 | */ 24 | @XmlType(name = "EFlipMode") 25 | @XmlEnum 26 | public enum EFlipMode { 27 | 28 | OFF("OFF"), 29 | ON("ON"), 30 | @XmlEnumValue("Extended") 31 | EXTENDED("Extended"); 32 | private final String value; 33 | 34 | EFlipMode(String v) { 35 | value = v; 36 | } 37 | 38 | public String value() { 39 | return value; 40 | } 41 | 42 | public static EFlipMode fromValue(String v) { 43 | for (EFlipMode c: EFlipMode.values()) { 44 | if (c.value.equals(v)) { 45 | return c; 46 | } 47 | } 48 | throw new IllegalArgumentException(v); 49 | } 50 | 51 | } 52 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/Enabled.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlType; 6 | 7 | 8 | /** 9 | *
Java class for Enabled. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | * <simpleType name="Enabled"> 14 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 15 | * <enumeration value="ENABLED"/> 16 | * <enumeration value="DISABLED"/> 17 | * </restriction> 18 | * </simpleType> 19 | *20 | * 21 | */ 22 | @XmlType(name = "Enabled") 23 | @XmlEnum 24 | public enum Enabled { 25 | 26 | ENABLED, 27 | DISABLED; 28 | 29 | public String value() { 30 | return name(); 31 | } 32 | 33 | public static Enabled fromValue(String v) { 34 | return valueOf(v); 35 | } 36 | 37 | } 38 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/ExposureMode.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlType; 6 | 7 | 8 | /** 9 | *
Java class for ExposureMode. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | * <simpleType name="ExposureMode"> 14 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 15 | * <enumeration value="AUTO"/> 16 | * <enumeration value="MANUAL"/> 17 | * </restriction> 18 | * </simpleType> 19 | *20 | * 21 | */ 22 | @XmlType(name = "ExposureMode") 23 | @XmlEnum 24 | public enum ExposureMode { 25 | 26 | AUTO, 27 | MANUAL; 28 | 29 | public String value() { 30 | return name(); 31 | } 32 | 33 | public static ExposureMode fromValue(String v) { 34 | return valueOf(v); 35 | } 36 | 37 | } 38 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/ExposurePriority.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for ExposurePriority. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="ExposurePriority"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="LowNoise"/> 17 | * <enumeration value="FrameRate"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "ExposurePriority") 24 | @XmlEnum 25 | public enum ExposurePriority { 26 | 27 | @XmlEnumValue("LowNoise") 28 | LOW_NOISE("LowNoise"), 29 | @XmlEnumValue("FrameRate") 30 | FRAME_RATE("FrameRate"); 31 | private final String value; 32 | 33 | ExposurePriority(String v) { 34 | value = v; 35 | } 36 | 37 | public String value() { 38 | return value; 39 | } 40 | 41 | public static ExposurePriority fromValue(String v) { 42 | for (ExposurePriority c: ExposurePriority.values()) { 43 | if (c.value.equals(v)) { 44 | return c; 45 | } 46 | } 47 | throw new IllegalArgumentException(v); 48 | } 49 | 50 | } 51 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/IPAddressFilterType.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for IPAddressFilterType. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="IPAddressFilterType"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="Allow"/> 17 | * <enumeration value="Deny"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "IPAddressFilterType") 24 | @XmlEnum 25 | public enum IPAddressFilterType { 26 | 27 | @XmlEnumValue("Allow") 28 | ALLOW("Allow"), 29 | @XmlEnumValue("Deny") 30 | DENY("Deny"); 31 | private final String value; 32 | 33 | IPAddressFilterType(String v) { 34 | value = v; 35 | } 36 | 37 | public String value() { 38 | return value; 39 | } 40 | 41 | public static IPAddressFilterType fromValue(String v) { 42 | for (IPAddressFilterType c: IPAddressFilterType.values()) { 43 | if (c.value.equals(v)) { 44 | return c; 45 | } 46 | } 47 | throw new IllegalArgumentException(v); 48 | } 49 | 50 | } 51 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/IPType.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for IPType. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="IPType"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="IPv4"/> 17 | * <enumeration value="IPv6"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "IPType") 24 | @XmlEnum 25 | public enum IPType { 26 | 27 | @XmlEnumValue("IPv4") 28 | I_PV_4("IPv4"), 29 | @XmlEnumValue("IPv6") 30 | I_PV_6("IPv6"); 31 | private final String value; 32 | 33 | IPType(String v) { 34 | value = v; 35 | } 36 | 37 | public String value() { 38 | return value; 39 | } 40 | 41 | public static IPType fromValue(String v) { 42 | for (IPType c: IPType.values()) { 43 | if (c.value.equals(v)) { 44 | return c; 45 | } 46 | } 47 | throw new IllegalArgumentException(v); 48 | } 49 | 50 | } 51 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/IrCutFilterMode.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlType; 6 | 7 | 8 | /** 9 | *
Java class for IrCutFilterMode. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | * <simpleType name="IrCutFilterMode"> 14 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 15 | * <enumeration value="ON"/> 16 | * <enumeration value="OFF"/> 17 | * <enumeration value="AUTO"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "IrCutFilterMode") 24 | @XmlEnum 25 | public enum IrCutFilterMode { 26 | 27 | ON, 28 | OFF, 29 | AUTO; 30 | 31 | public String value() { 32 | return name(); 33 | } 34 | 35 | public static IrCutFilterMode fromValue(String v) { 36 | return valueOf(v); 37 | } 38 | 39 | } 40 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/MoveStatus.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlType; 6 | 7 | 8 | /** 9 | *
Java class for MoveStatus. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | * <simpleType name="MoveStatus"> 14 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 15 | * <enumeration value="IDLE"/> 16 | * <enumeration value="MOVING"/> 17 | * <enumeration value="UNKNOWN"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "MoveStatus") 24 | @XmlEnum 25 | public enum MoveStatus { 26 | 27 | IDLE, 28 | MOVING, 29 | UNKNOWN; 30 | 31 | public String value() { 32 | return name(); 33 | } 34 | 35 | public static MoveStatus fromValue(String v) { 36 | return valueOf(v); 37 | } 38 | 39 | } 40 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/Mpeg4Profile.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlType; 6 | 7 | 8 | /** 9 | *
Java class for Mpeg4Profile. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | * <simpleType name="Mpeg4Profile"> 14 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 15 | * <enumeration value="SP"/> 16 | * <enumeration value="ASP"/> 17 | * </restriction> 18 | * </simpleType> 19 | *20 | * 21 | */ 22 | @XmlType(name = "Mpeg4Profile") 23 | @XmlEnum 24 | public enum Mpeg4Profile { 25 | 26 | SP, 27 | ASP; 28 | 29 | public String value() { 30 | return name(); 31 | } 32 | 33 | public static Mpeg4Profile fromValue(String v) { 34 | return valueOf(v); 35 | } 36 | 37 | } 38 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/NetworkHostType.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for NetworkHostType. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="NetworkHostType"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="IPv4"/> 17 | * <enumeration value="IPv6"/> 18 | * <enumeration value="DNS"/> 19 | * </restriction> 20 | * </simpleType> 21 | *22 | * 23 | */ 24 | @XmlType(name = "NetworkHostType") 25 | @XmlEnum 26 | public enum NetworkHostType { 27 | 28 | @XmlEnumValue("IPv4") 29 | I_PV_4("IPv4"), 30 | @XmlEnumValue("IPv6") 31 | I_PV_6("IPv6"), 32 | DNS("DNS"); 33 | private final String value; 34 | 35 | NetworkHostType(String v) { 36 | value = v; 37 | } 38 | 39 | public String value() { 40 | return value; 41 | } 42 | 43 | public static NetworkHostType fromValue(String v) { 44 | for (NetworkHostType c: NetworkHostType.values()) { 45 | if (c.value.equals(v)) { 46 | return c; 47 | } 48 | } 49 | throw new IllegalArgumentException(v); 50 | } 51 | 52 | } 53 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/NetworkProtocolType.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlType; 6 | 7 | 8 | /** 9 | *
Java class for NetworkProtocolType. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | * <simpleType name="NetworkProtocolType"> 14 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 15 | * <enumeration value="HTTP"/> 16 | * <enumeration value="HTTPS"/> 17 | * <enumeration value="RTSP"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "NetworkProtocolType") 24 | @XmlEnum 25 | public enum NetworkProtocolType { 26 | 27 | HTTP, 28 | HTTPS, 29 | RTSP; 30 | 31 | public String value() { 32 | return name(); 33 | } 34 | 35 | public static NetworkProtocolType fromValue(String v) { 36 | return valueOf(v); 37 | } 38 | 39 | } 40 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/OSDType.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for OSDType. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="OSDType"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="Text"/> 17 | * <enumeration value="Image"/> 18 | * <enumeration value="Extended"/> 19 | * </restriction> 20 | * </simpleType> 21 | *22 | * 23 | */ 24 | @XmlType(name = "OSDType") 25 | @XmlEnum 26 | public enum OSDType { 27 | 28 | @XmlEnumValue("Text") 29 | TEXT("Text"), 30 | @XmlEnumValue("Image") 31 | IMAGE("Image"), 32 | @XmlEnumValue("Extended") 33 | EXTENDED("Extended"); 34 | private final String value; 35 | 36 | OSDType(String v) { 37 | value = v; 38 | } 39 | 40 | public String value() { 41 | return value; 42 | } 43 | 44 | public static OSDType fromValue(String v) { 45 | for (OSDType c: OSDType.values()) { 46 | if (c.value.equals(v)) { 47 | return c; 48 | } 49 | } 50 | throw new IllegalArgumentException(v); 51 | } 52 | 53 | } 54 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/RelayIdleState.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for RelayIdleState. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="RelayIdleState"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="closed"/> 17 | * <enumeration value="open"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "RelayIdleState") 24 | @XmlEnum 25 | public enum RelayIdleState { 26 | 27 | @XmlEnumValue("closed") 28 | CLOSED("closed"), 29 | @XmlEnumValue("open") 30 | OPEN("open"); 31 | private final String value; 32 | 33 | RelayIdleState(String v) { 34 | value = v; 35 | } 36 | 37 | public String value() { 38 | return value; 39 | } 40 | 41 | public static RelayIdleState fromValue(String v) { 42 | for (RelayIdleState c: RelayIdleState.values()) { 43 | if (c.value.equals(v)) { 44 | return c; 45 | } 46 | } 47 | throw new IllegalArgumentException(v); 48 | } 49 | 50 | } 51 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/RelayLogicalState.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for RelayLogicalState. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="RelayLogicalState"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="active"/> 17 | * <enumeration value="inactive"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "RelayLogicalState") 24 | @XmlEnum 25 | public enum RelayLogicalState { 26 | 27 | @XmlEnumValue("active") 28 | ACTIVE("active"), 29 | @XmlEnumValue("inactive") 30 | INACTIVE("inactive"); 31 | private final String value; 32 | 33 | RelayLogicalState(String v) { 34 | value = v; 35 | } 36 | 37 | public String value() { 38 | return value; 39 | } 40 | 41 | public static RelayLogicalState fromValue(String v) { 42 | for (RelayLogicalState c: RelayLogicalState.values()) { 43 | if (c.value.equals(v)) { 44 | return c; 45 | } 46 | } 47 | throw new IllegalArgumentException(v); 48 | } 49 | 50 | } 51 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/RelayMode.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for RelayMode. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="RelayMode"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="Monostable"/> 17 | * <enumeration value="Bistable"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "RelayMode") 24 | @XmlEnum 25 | public enum RelayMode { 26 | 27 | @XmlEnumValue("Monostable") 28 | MONOSTABLE("Monostable"), 29 | @XmlEnumValue("Bistable") 30 | BISTABLE("Bistable"); 31 | private final String value; 32 | 33 | RelayMode(String v) { 34 | value = v; 35 | } 36 | 37 | public String value() { 38 | return value; 39 | } 40 | 41 | public static RelayMode fromValue(String v) { 42 | for (RelayMode c: RelayMode.values()) { 43 | if (c.value.equals(v)) { 44 | return c; 45 | } 46 | } 47 | throw new IllegalArgumentException(v); 48 | } 49 | 50 | } 51 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/ReverseMode.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for ReverseMode. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="ReverseMode"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="OFF"/> 17 | * <enumeration value="ON"/> 18 | * <enumeration value="AUTO"/> 19 | * <enumeration value="Extended"/> 20 | * </restriction> 21 | * </simpleType> 22 | *23 | * 24 | */ 25 | @XmlType(name = "ReverseMode") 26 | @XmlEnum 27 | public enum ReverseMode { 28 | 29 | OFF("OFF"), 30 | ON("ON"), 31 | AUTO("AUTO"), 32 | @XmlEnumValue("Extended") 33 | EXTENDED("Extended"); 34 | private final String value; 35 | 36 | ReverseMode(String v) { 37 | value = v; 38 | } 39 | 40 | public String value() { 41 | return value; 42 | } 43 | 44 | public static ReverseMode fromValue(String v) { 45 | for (ReverseMode c: ReverseMode.values()) { 46 | if (c.value.equals(v)) { 47 | return c; 48 | } 49 | } 50 | throw new IllegalArgumentException(v); 51 | } 52 | 53 | } 54 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/RotateMode.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlType; 6 | 7 | 8 | /** 9 | *
Java class for RotateMode. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | * <simpleType name="RotateMode"> 14 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 15 | * <enumeration value="OFF"/> 16 | * <enumeration value="ON"/> 17 | * <enumeration value="AUTO"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "RotateMode") 24 | @XmlEnum 25 | public enum RotateMode { 26 | 27 | OFF, 28 | ON, 29 | AUTO; 30 | 31 | public String value() { 32 | return name(); 33 | } 34 | 35 | public static RotateMode fromValue(String v) { 36 | return valueOf(v); 37 | } 38 | 39 | } 40 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/ScopeDefinition.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for ScopeDefinition. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="ScopeDefinition"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="Fixed"/> 17 | * <enumeration value="Configurable"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "ScopeDefinition") 24 | @XmlEnum 25 | public enum ScopeDefinition { 26 | 27 | @XmlEnumValue("Fixed") 28 | FIXED("Fixed"), 29 | @XmlEnumValue("Configurable") 30 | CONFIGURABLE("Configurable"); 31 | private final String value; 32 | 33 | ScopeDefinition(String v) { 34 | value = v; 35 | } 36 | 37 | public String value() { 38 | return value; 39 | } 40 | 41 | public static ScopeDefinition fromValue(String v) { 42 | for (ScopeDefinition c: ScopeDefinition.values()) { 43 | if (c.value.equals(v)) { 44 | return c; 45 | } 46 | } 47 | throw new IllegalArgumentException(v); 48 | } 49 | 50 | } 51 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/StreamType.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for StreamType. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="StreamType"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="RTP-Unicast"/> 17 | * <enumeration value="RTP-Multicast"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "StreamType") 24 | @XmlEnum 25 | public enum StreamType { 26 | 27 | @XmlEnumValue("RTP-Unicast") 28 | RTP_UNICAST("RTP-Unicast"), 29 | @XmlEnumValue("RTP-Multicast") 30 | RTP_MULTICAST("RTP-Multicast"); 31 | private final String value; 32 | 33 | StreamType(String v) { 34 | value = v; 35 | } 36 | 37 | public String value() { 38 | return value; 39 | } 40 | 41 | public static StreamType fromValue(String v) { 42 | for (StreamType c: StreamType.values()) { 43 | if (c.value.equals(v)) { 44 | return c; 45 | } 46 | } 47 | throw new IllegalArgumentException(v); 48 | } 49 | 50 | } 51 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/ToneCompensationMode.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlType; 6 | 7 | 8 | /** 9 | *
Java class for ToneCompensationMode. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | * <simpleType name="ToneCompensationMode"> 14 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 15 | * <enumeration value="OFF"/> 16 | * <enumeration value="ON"/> 17 | * <enumeration value="AUTO"/> 18 | * </restriction> 19 | * </simpleType> 20 | *21 | * 22 | */ 23 | @XmlType(name = "ToneCompensationMode") 24 | @XmlEnum 25 | public enum ToneCompensationMode { 26 | 27 | OFF, 28 | ON, 29 | AUTO; 30 | 31 | public String value() { 32 | return name(); 33 | } 34 | 35 | public static ToneCompensationMode fromValue(String v) { 36 | return valueOf(v); 37 | } 38 | 39 | } 40 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/TransportProtocol.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlType; 6 | 7 | 8 | /** 9 | *
Java class for TransportProtocol. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | * <simpleType name="TransportProtocol"> 14 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 15 | * <enumeration value="UDP"/> 16 | * <enumeration value="TCP"/> 17 | * <enumeration value="RTSP"/> 18 | * <enumeration value="HTTP"/> 19 | * </restriction> 20 | * </simpleType> 21 | *22 | * 23 | */ 24 | @XmlType(name = "TransportProtocol") 25 | @XmlEnum 26 | public enum TransportProtocol { 27 | 28 | UDP, 29 | TCP, 30 | RTSP, 31 | HTTP; 32 | 33 | public String value() { 34 | return name(); 35 | } 36 | 37 | public static TransportProtocol fromValue(String v) { 38 | return valueOf(v); 39 | } 40 | 41 | } 42 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/VideoEncoding.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlEnumValue; 6 | import jakarta.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for VideoEncoding. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | *
14 | * <simpleType name="VideoEncoding"> 15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 16 | * <enumeration value="JPEG"/> 17 | * <enumeration value="MPEG4"/> 18 | * <enumeration value="H264"/> 19 | * </restriction> 20 | * </simpleType> 21 | *22 | * 23 | */ 24 | @XmlType(name = "VideoEncoding") 25 | @XmlEnum 26 | public enum VideoEncoding { 27 | 28 | JPEG("JPEG"), 29 | @XmlEnumValue("MPEG4") 30 | MPEG_4("MPEG4"), 31 | @XmlEnumValue("H264") 32 | H_264("H264"); 33 | private final String value; 34 | 35 | VideoEncoding(String v) { 36 | value = v; 37 | } 38 | 39 | public String value() { 40 | return value; 41 | } 42 | 43 | public static VideoEncoding fromValue(String v) { 44 | for (VideoEncoding c: VideoEncoding.values()) { 45 | if (c.value.equals(v)) { 46 | return c; 47 | } 48 | } 49 | throw new IllegalArgumentException(v); 50 | } 51 | 52 | } 53 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/WhiteBalanceMode.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlType; 6 | 7 | 8 | /** 9 | *
Java class for WhiteBalanceMode. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | * <simpleType name="WhiteBalanceMode"> 14 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 15 | * <enumeration value="AUTO"/> 16 | * <enumeration value="MANUAL"/> 17 | * </restriction> 18 | * </simpleType> 19 | *20 | * 21 | */ 22 | @XmlType(name = "WhiteBalanceMode") 23 | @XmlEnum 24 | public enum WhiteBalanceMode { 25 | 26 | AUTO, 27 | MANUAL; 28 | 29 | public String value() { 30 | return name(); 31 | } 32 | 33 | public static WhiteBalanceMode fromValue(String v) { 34 | return valueOf(v); 35 | } 36 | 37 | } 38 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/WideDynamicMode.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.schema; 3 | 4 | import jakarta.xml.bind.annotation.XmlEnum; 5 | import jakarta.xml.bind.annotation.XmlType; 6 | 7 | 8 | /** 9 | *
Java class for WideDynamicMode. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | * <simpleType name="WideDynamicMode"> 14 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> 15 | * <enumeration value="OFF"/> 16 | * <enumeration value="ON"/> 17 | * </restriction> 18 | * </simpleType> 19 | *20 | * 21 | */ 22 | @XmlType(name = "WideDynamicMode") 23 | @XmlEnum 24 | public enum WideDynamicMode { 25 | 26 | OFF, 27 | ON; 28 | 29 | public String value() { 30 | return name(); 31 | } 32 | 33 | public static WideDynamicMode fromValue(String v) { 34 | return valueOf(v); 35 | } 36 | 37 | } 38 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/schema/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/schema", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver10.schema; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/search/wsdl/GetRecordingSummary.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.search.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetRecordingSummary") 33 | public class GetRecordingSummary { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/search/wsdl/GetServiceCapabilities.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver10.search.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetServiceCapabilities") 33 | public class GetServiceCapabilities { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver10/search/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/search/wsdl", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver10.search.wsdl; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/imaging/wsdl/MoveResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.imaging.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "MoveResponse") 33 | public class MoveResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/imaging/wsdl/SetImagingSettingsResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.imaging.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * </restriction> 22 | * </complexContent> 23 | * </complexType> 24 | *25 | * 26 | * 27 | */ 28 | @XmlAccessorType(XmlAccessType.FIELD) 29 | @XmlType(name = "") 30 | @XmlRootElement(name = "SetImagingSettingsResponse") 31 | public class SetImagingSettingsResponse { 32 | 33 | 34 | /** 35 | * Generates a String representation of the contents of this type. 36 | * This is an extension method, produced by the 'ts' xjc plugin 37 | * 38 | */ 39 | @Override 40 | public String toString() { 41 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 42 | } 43 | 44 | } 45 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/imaging/wsdl/StopResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.imaging.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "StopResponse") 33 | public class StopResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/imaging/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver20/imaging/wsdl", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver20.imaging.wsdl; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/ptz/wsdl/AbsoluteMoveResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.ptz.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "AbsoluteMoveResponse") 33 | public class AbsoluteMoveResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/ptz/wsdl/ContinuousMoveResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.ptz.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "ContinuousMoveResponse") 33 | public class ContinuousMoveResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/ptz/wsdl/GetConfigurations.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.ptz.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * </restriction> 22 | * </complexContent> 23 | * </complexType> 24 | *25 | * 26 | * 27 | */ 28 | @XmlAccessorType(XmlAccessType.FIELD) 29 | @XmlType(name = "") 30 | @XmlRootElement(name = "GetConfigurations") 31 | public class GetConfigurations { 32 | 33 | 34 | /** 35 | * Generates a String representation of the contents of this type. 36 | * This is an extension method, produced by the 'ts' xjc plugin 37 | * 38 | */ 39 | @Override 40 | public String toString() { 41 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 42 | } 43 | 44 | } 45 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/ptz/wsdl/GetNodes.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.ptz.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * </restriction> 22 | * </complexContent> 23 | * </complexType> 24 | *25 | * 26 | * 27 | */ 28 | @XmlAccessorType(XmlAccessType.FIELD) 29 | @XmlType(name = "") 30 | @XmlRootElement(name = "GetNodes") 31 | public class GetNodes { 32 | 33 | 34 | /** 35 | * Generates a String representation of the contents of this type. 36 | * This is an extension method, produced by the 'ts' xjc plugin 37 | * 38 | */ 39 | @Override 40 | public String toString() { 41 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 42 | } 43 | 44 | } 45 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/ptz/wsdl/GetServiceCapabilities.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.ptz.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GetServiceCapabilities") 33 | public class GetServiceCapabilities { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/ptz/wsdl/GotoHomePositionResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.ptz.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "GotoHomePositionResponse") 33 | public class GotoHomePositionResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/ptz/wsdl/GotoPresetResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.ptz.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * </restriction> 22 | * </complexContent> 23 | * </complexType> 24 | *25 | * 26 | * 27 | */ 28 | @XmlAccessorType(XmlAccessType.FIELD) 29 | @XmlType(name = "") 30 | @XmlRootElement(name = "GotoPresetResponse") 31 | public class GotoPresetResponse { 32 | 33 | 34 | /** 35 | * Generates a String representation of the contents of this type. 36 | * This is an extension method, produced by the 'ts' xjc plugin 37 | * 38 | */ 39 | @Override 40 | public String toString() { 41 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 42 | } 43 | 44 | } 45 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/ptz/wsdl/ModifyPresetTourResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.ptz.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "ModifyPresetTourResponse") 33 | public class ModifyPresetTourResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/ptz/wsdl/RelativeMoveResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.ptz.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "RelativeMoveResponse") 33 | public class RelativeMoveResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/ptz/wsdl/RemovePresetResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.ptz.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * </restriction> 22 | * </complexContent> 23 | * </complexType> 24 | *25 | * 26 | * 27 | */ 28 | @XmlAccessorType(XmlAccessType.FIELD) 29 | @XmlType(name = "") 30 | @XmlRootElement(name = "RemovePresetResponse") 31 | public class RemovePresetResponse { 32 | 33 | 34 | /** 35 | * Generates a String representation of the contents of this type. 36 | * This is an extension method, produced by the 'ts' xjc plugin 37 | * 38 | */ 39 | @Override 40 | public String toString() { 41 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 42 | } 43 | 44 | } 45 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/ptz/wsdl/RemovePresetTourResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.ptz.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "RemovePresetTourResponse") 33 | public class RemovePresetTourResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/ptz/wsdl/SetHomePositionResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.ptz.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "SetHomePositionResponse") 33 | public class SetHomePositionResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/ptz/wsdl/StopResponse.java: -------------------------------------------------------------------------------- 1 | 2 | package org.onvif.ver20.ptz.wsdl; 3 | 4 | import jakarta.xml.bind.annotation.XmlAccessType; 5 | import jakarta.xml.bind.annotation.XmlAccessorType; 6 | import jakarta.xml.bind.annotation.XmlRootElement; 7 | import jakarta.xml.bind.annotation.XmlType; 8 | import org.apache.commons.lang3.builder.ToStringBuilder; 9 | import org.apache.cxf.xjc.runtime.JAXBToStringStyle; 10 | 11 | 12 | /** 13 | *
Java class for anonymous complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType> 19 | * <complexContent> 20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 21 | * <sequence> 22 | * </sequence> 23 | * </restriction> 24 | * </complexContent> 25 | * </complexType> 26 | *27 | * 28 | * 29 | */ 30 | @XmlAccessorType(XmlAccessType.FIELD) 31 | @XmlType(name = "") 32 | @XmlRootElement(name = "StopResponse") 33 | public class StopResponse { 34 | 35 | 36 | /** 37 | * Generates a String representation of the contents of this type. 38 | * This is an extension method, produced by the 'ts' xjc plugin 39 | * 40 | */ 41 | @Override 42 | public String toString() { 43 | return ToStringBuilder.reflectionToString(this, JAXBToStringStyle.DEFAULT_STYLE); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/onvif/ver20/ptz/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver20/ptz/wsdl", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.onvif.ver20.ptz.wsdl; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/w3/_2003/_05/soap_envelope/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.w3.org/2003/05/soap-envelope", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) 2 | package org.w3._2003._05.soap_envelope; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/w3/_2004/_08/xop/include/package-info.java: -------------------------------------------------------------------------------- 1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.w3.org/2004/08/xop/include") 2 | package org.w3._2004._08.xop.include; 3 | -------------------------------------------------------------------------------- /onvif-ws-client/src/main/java/org/w3/_2005/_05/xmlmime/ObjectFactory.java: -------------------------------------------------------------------------------- 1 | 2 | package org.w3._2005._05.xmlmime; 3 | 4 | import jakarta.xml.bind.annotation.XmlRegistry; 5 | 6 | 7 | /** 8 | * This object contains factory methods for each 9 | * Java content interface and Java element interface 10 | * generated in the org.w3._2005._05.xmlmime package. 11 | *
An ObjectFactory allows you to programatically
12 | * construct new instances of the Java representation
13 | * for XML content. The Java representation of XML
14 | * content can consist of schema derived interfaces
15 | * and classes representing the binding of schema
16 | * type definitions, element declarations and model
17 | * groups. Factory methods for each of these are
18 | * provided in this class.
19 | *
20 | */
21 | @XmlRegistry
22 | public class ObjectFactory {
23 |
24 |
25 | /**
26 | * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.w3._2005._05.xmlmime
27 | *
28 | */
29 | public ObjectFactory() {
30 | }
31 |
32 | /**
33 | * Create an instance of {@link Base64Binary }
34 | *
35 | */
36 | public Base64Binary createBase64Binary() {
37 | return new Base64Binary();
38 | }
39 |
40 | /**
41 | * Create an instance of {@link HexBinary }
42 | *
43 | */
44 | public HexBinary createHexBinary() {
45 | return new HexBinary();
46 | }
47 |
48 | }
49 |
--------------------------------------------------------------------------------
/onvif-ws-client/src/main/java/org/w3/_2005/_05/xmlmime/package-info.java:
--------------------------------------------------------------------------------
1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.w3.org/2005/05/xmlmime")
2 | package org.w3._2005._05.xmlmime;
3 |
--------------------------------------------------------------------------------
/onvif-ws-client/src/main/java/org/xmlsoap/schemas/ws/_2004/_08/addressing/package-info.java:
--------------------------------------------------------------------------------
1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED)
2 | package org.xmlsoap.schemas.ws._2004._08.addressing;
3 |
--------------------------------------------------------------------------------
/onvif-ws-client/src/main/java/org/xmlsoap/schemas/ws/_2005/_04/discovery/package-info.java:
--------------------------------------------------------------------------------
1 | @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://schemas.xmlsoap.org/ws/2005/04/discovery", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED)
2 | package org.xmlsoap.schemas.ws._2005._04.discovery;
3 |
--------------------------------------------------------------------------------
/onvif-ws-client/src/main/resources/wsdl/jax-ws-catalog.xml:
--------------------------------------------------------------------------------
1 |
2 |