├── .classpath ├── .gitignore ├── .project ├── .settings └── org.eclipse.jdt.core.prefs ├── Desc.jardesc ├── Desc_sources.jardesc ├── LICENSE.txt ├── README.md ├── lib ├── commons-codec-1.9-javadoc.jar ├── commons-codec-1.9-sources.jar ├── commons-codec-1.9.jar └── javaWsDiscovery-0.1.jar ├── manifest.mf ├── release ├── onvif-2014-08-25-sources.jar ├── onvif-2014-08-25.jar ├── onvif-2014-09-16-sources.jar ├── onvif-2014-09-16.jar ├── onvif-2014-09-21-sources.jar ├── onvif-2014-09-21.jar ├── onvif-2014-10-30-sources.jar ├── onvif-2014-10-30.jar ├── onvif-2014-12-15-sources.jar ├── onvif-2014-12-15.jar ├── onvif-2015-06-25-sources.jar ├── onvif-2015-06-25.jar ├── onvif-2015-08-14-sources.jar ├── onvif-2015-08-14.jar ├── onvif-2016-01-22-sources.jar ├── onvif-2016-01-22.jar ├── onvif-2016-02-02-sources.jar ├── onvif-2016-02-02.jar ├── onvif-2016-02-05.jar ├── onvif-2016-02-17.jar └── onvif-2016-03-16.jar └── src ├── de └── onvif │ ├── Main.java │ ├── discovery │ ├── OnvifDiscovery.java │ └── OnvifPointer.java │ ├── log │ └── Logger.java │ └── soap │ ├── OnvifDevice.java │ ├── SOAP.java │ └── devices │ ├── ImagingDevices.java │ ├── InitialDevices.java │ ├── MediaDevices.java │ └── PtzDevices.java └── org ├── oasis_open └── docs │ ├── wsn │ ├── b_2 │ │ ├── CreatePullPoint.java │ │ ├── CreatePullPointResponse.java │ │ ├── DestroyPullPoint.java │ │ ├── DestroyPullPointResponse.java │ │ ├── FilterType.java │ │ ├── GetCurrentMessage.java │ │ ├── GetCurrentMessageResponse.java │ │ ├── GetMessages.java │ │ ├── GetMessagesResponse.java │ │ ├── InvalidFilterFaultType.java │ │ ├── InvalidMessageContentExpressionFaultType.java │ │ ├── InvalidProducerPropertiesExpressionFaultType.java │ │ ├── InvalidTopicExpressionFaultType.java │ │ ├── MultipleTopicsSpecifiedFaultType.java │ │ ├── NoCurrentMessageOnTopicFaultType.java │ │ ├── NotificationMessageHolderType.java │ │ ├── NotificationProducerRP.java │ │ ├── Notify.java │ │ ├── NotifyMessageNotSupportedFaultType.java │ │ ├── ObjectFactory.java │ │ ├── PauseFailedFaultType.java │ │ ├── PauseSubscription.java │ │ ├── PauseSubscriptionResponse.java │ │ ├── QueryExpressionType.java │ │ ├── Renew.java │ │ ├── RenewResponse.java │ │ ├── ResumeFailedFaultType.java │ │ ├── ResumeSubscription.java │ │ ├── ResumeSubscriptionResponse.java │ │ ├── Subscribe.java │ │ ├── SubscribeCreationFailedFaultType.java │ │ ├── SubscribeResponse.java │ │ ├── SubscriptionManagerRP.java │ │ ├── SubscriptionPolicyType.java │ │ ├── TopicExpressionDialectUnknownFaultType.java │ │ ├── TopicExpressionType.java │ │ ├── TopicNotSupportedFaultType.java │ │ ├── UnableToCreatePullPointFaultType.java │ │ ├── UnableToDestroyPullPointFaultType.java │ │ ├── UnableToDestroySubscriptionFaultType.java │ │ ├── UnableToGetMessagesFaultType.java │ │ ├── UnacceptableInitialTerminationTimeFaultType.java │ │ ├── UnacceptableTerminationTimeFaultType.java │ │ ├── UnrecognizedPolicyRequestFaultType.java │ │ ├── Unsubscribe.java │ │ ├── UnsubscribeResponse.java │ │ ├── UnsupportedPolicyRequestFaultType.java │ │ ├── UseRaw.java │ │ └── package-info.java │ └── t_1 │ │ ├── Documentation.java │ │ ├── ExtensibleDocumented.java │ │ ├── ObjectFactory.java │ │ ├── QueryExpressionType.java │ │ ├── TopicNamespaceType.java │ │ ├── TopicSetType.java │ │ ├── TopicType.java │ │ └── package-info.java │ └── wsrf │ └── bf_2 │ ├── BaseFaultType.java │ ├── ObjectFactory.java │ └── package-info.java ├── onvif ├── ver10 │ ├── device │ │ └── wsdl │ │ │ ├── AddIPAddressFilter.java │ │ │ ├── AddIPAddressFilterResponse.java │ │ │ ├── AddScopes.java │ │ │ ├── AddScopesResponse.java │ │ │ ├── CreateCertificate.java │ │ │ ├── CreateCertificateResponse.java │ │ │ ├── CreateDot1XConfiguration.java │ │ │ ├── CreateDot1XConfigurationResponse.java │ │ │ ├── CreateUsers.java │ │ │ ├── CreateUsersResponse.java │ │ │ ├── DeleteCertificates.java │ │ │ ├── DeleteCertificatesResponse.java │ │ │ ├── DeleteDot1XConfiguration.java │ │ │ ├── DeleteDot1XConfigurationResponse.java │ │ │ ├── DeleteUsers.java │ │ │ ├── DeleteUsersResponse.java │ │ │ ├── DeviceServiceCapabilities.java │ │ │ ├── GetAccessPolicy.java │ │ │ ├── GetAccessPolicyResponse.java │ │ │ ├── GetCACertificates.java │ │ │ ├── GetCACertificatesResponse.java │ │ │ ├── GetCapabilities.java │ │ │ ├── GetCapabilitiesResponse.java │ │ │ ├── GetCertificateInformation.java │ │ │ ├── GetCertificateInformationResponse.java │ │ │ ├── GetCertificates.java │ │ │ ├── GetCertificatesResponse.java │ │ │ ├── GetCertificatesStatus.java │ │ │ ├── GetCertificatesStatusResponse.java │ │ │ ├── GetClientCertificateMode.java │ │ │ ├── GetClientCertificateModeResponse.java │ │ │ ├── GetDNS.java │ │ │ ├── GetDNSResponse.java │ │ │ ├── GetDPAddresses.java │ │ │ ├── GetDPAddressesResponse.java │ │ │ ├── GetDeviceInformation.java │ │ │ ├── GetDeviceInformationResponse.java │ │ │ ├── GetDiscoveryMode.java │ │ │ ├── GetDiscoveryModeResponse.java │ │ │ ├── GetDot11Capabilities.java │ │ │ ├── GetDot11CapabilitiesResponse.java │ │ │ ├── GetDot11Status.java │ │ │ ├── GetDot11StatusResponse.java │ │ │ ├── GetDot1XConfiguration.java │ │ │ ├── GetDot1XConfigurationResponse.java │ │ │ ├── GetDot1XConfigurations.java │ │ │ ├── GetDot1XConfigurationsResponse.java │ │ │ ├── GetDynamicDNS.java │ │ │ ├── GetDynamicDNSResponse.java │ │ │ ├── GetEndpointReference.java │ │ │ ├── GetEndpointReferenceResponse.java │ │ │ ├── GetHostname.java │ │ │ ├── GetHostnameResponse.java │ │ │ ├── GetIPAddressFilter.java │ │ │ ├── GetIPAddressFilterResponse.java │ │ │ ├── GetNTP.java │ │ │ ├── GetNTPResponse.java │ │ │ ├── GetNetworkDefaultGateway.java │ │ │ ├── GetNetworkDefaultGatewayResponse.java │ │ │ ├── GetNetworkInterfaces.java │ │ │ ├── GetNetworkInterfacesResponse.java │ │ │ ├── GetNetworkProtocols.java │ │ │ ├── GetNetworkProtocolsResponse.java │ │ │ ├── GetPkcs10Request.java │ │ │ ├── GetPkcs10RequestResponse.java │ │ │ ├── GetRelayOutputs.java │ │ │ ├── GetRelayOutputsResponse.java │ │ │ ├── GetRemoteDiscoveryMode.java │ │ │ ├── GetRemoteDiscoveryModeResponse.java │ │ │ ├── GetRemoteUser.java │ │ │ ├── GetRemoteUserResponse.java │ │ │ ├── GetScopes.java │ │ │ ├── GetScopesResponse.java │ │ │ ├── GetServiceCapabilities.java │ │ │ ├── GetServiceCapabilitiesResponse.java │ │ │ ├── GetServices.java │ │ │ ├── GetServicesResponse.java │ │ │ ├── GetSystemBackup.java │ │ │ ├── GetSystemBackupResponse.java │ │ │ ├── GetSystemDateAndTime.java │ │ │ ├── GetSystemDateAndTimeResponse.java │ │ │ ├── GetSystemLog.java │ │ │ ├── GetSystemLogResponse.java │ │ │ ├── GetSystemSupportInformation.java │ │ │ ├── GetSystemSupportInformationResponse.java │ │ │ ├── GetSystemUris.java │ │ │ ├── GetSystemUrisResponse.java │ │ │ ├── GetUsers.java │ │ │ ├── GetUsersResponse.java │ │ │ ├── GetWsdlUrl.java │ │ │ ├── GetWsdlUrlResponse.java │ │ │ ├── GetZeroConfiguration.java │ │ │ ├── GetZeroConfigurationResponse.java │ │ │ ├── LoadCACertificates.java │ │ │ ├── LoadCACertificatesResponse.java │ │ │ ├── LoadCertificateWithPrivateKey.java │ │ │ ├── LoadCertificateWithPrivateKeyResponse.java │ │ │ ├── LoadCertificates.java │ │ │ ├── LoadCertificatesResponse.java │ │ │ ├── MiscCapabilities.java │ │ │ ├── NetworkCapabilities.java │ │ │ ├── ObjectFactory.java │ │ │ ├── RemoveIPAddressFilter.java │ │ │ ├── RemoveIPAddressFilterResponse.java │ │ │ ├── RemoveScopes.java │ │ │ ├── RemoveScopesResponse.java │ │ │ ├── RestoreSystem.java │ │ │ ├── RestoreSystemResponse.java │ │ │ ├── ScanAvailableDot11Networks.java │ │ │ ├── ScanAvailableDot11NetworksResponse.java │ │ │ ├── SecurityCapabilities.java │ │ │ ├── SendAuxiliaryCommand.java │ │ │ ├── SendAuxiliaryCommandResponse.java │ │ │ ├── Service.java │ │ │ ├── SetAccessPolicy.java │ │ │ ├── SetAccessPolicyResponse.java │ │ │ ├── SetCertificatesStatus.java │ │ │ ├── SetCertificatesStatusResponse.java │ │ │ ├── SetClientCertificateMode.java │ │ │ ├── SetClientCertificateModeResponse.java │ │ │ ├── SetDNS.java │ │ │ ├── SetDNSResponse.java │ │ │ ├── SetDPAddresses.java │ │ │ ├── SetDPAddressesResponse.java │ │ │ ├── SetDiscoveryMode.java │ │ │ ├── SetDiscoveryModeResponse.java │ │ │ ├── SetDot1XConfiguration.java │ │ │ ├── SetDot1XConfigurationResponse.java │ │ │ ├── SetDynamicDNS.java │ │ │ ├── SetDynamicDNSResponse.java │ │ │ ├── SetHostname.java │ │ │ ├── SetHostnameFromDHCP.java │ │ │ ├── SetHostnameFromDHCPResponse.java │ │ │ ├── SetHostnameResponse.java │ │ │ ├── SetIPAddressFilter.java │ │ │ ├── SetIPAddressFilterResponse.java │ │ │ ├── SetNTP.java │ │ │ ├── SetNTPResponse.java │ │ │ ├── SetNetworkDefaultGateway.java │ │ │ ├── SetNetworkDefaultGatewayResponse.java │ │ │ ├── SetNetworkInterfaces.java │ │ │ ├── SetNetworkInterfacesResponse.java │ │ │ ├── SetNetworkProtocols.java │ │ │ ├── SetNetworkProtocolsResponse.java │ │ │ ├── SetRelayOutputSettings.java │ │ │ ├── SetRelayOutputSettingsResponse.java │ │ │ ├── SetRelayOutputState.java │ │ │ ├── SetRelayOutputStateResponse.java │ │ │ ├── SetRemoteDiscoveryMode.java │ │ │ ├── SetRemoteDiscoveryModeResponse.java │ │ │ ├── SetRemoteUser.java │ │ │ ├── SetRemoteUserResponse.java │ │ │ ├── SetScopes.java │ │ │ ├── SetScopesResponse.java │ │ │ ├── SetSystemDateAndTime.java │ │ │ ├── SetSystemDateAndTimeResponse.java │ │ │ ├── SetSystemFactoryDefault.java │ │ │ ├── SetSystemFactoryDefaultResponse.java │ │ │ ├── SetUser.java │ │ │ ├── SetUserResponse.java │ │ │ ├── SetZeroConfiguration.java │ │ │ ├── SetZeroConfigurationResponse.java │ │ │ ├── StartFirmwareUpgrade.java │ │ │ ├── StartFirmwareUpgradeResponse.java │ │ │ ├── StartSystemRestore.java │ │ │ ├── StartSystemRestoreResponse.java │ │ │ ├── SystemCapabilities.java │ │ │ ├── SystemReboot.java │ │ │ ├── SystemRebootResponse.java │ │ │ ├── UpgradeSystemFirmware.java │ │ │ ├── UpgradeSystemFirmwareResponse.java │ │ │ └── package-info.java │ ├── events │ │ └── wsdl │ │ │ ├── Capabilities.java │ │ │ ├── CreatePullPointSubscription.java │ │ │ ├── CreatePullPointSubscriptionResponse.java │ │ │ ├── GetEventProperties.java │ │ │ ├── GetEventPropertiesResponse.java │ │ │ ├── GetServiceCapabilities.java │ │ │ ├── GetServiceCapabilitiesResponse.java │ │ │ ├── ObjectFactory.java │ │ │ ├── PullMessages.java │ │ │ ├── PullMessagesFaultResponse.java │ │ │ ├── PullMessagesResponse.java │ │ │ ├── Seek.java │ │ │ ├── SeekResponse.java │ │ │ ├── SetSynchronizationPoint.java │ │ │ ├── SetSynchronizationPointResponse.java │ │ │ ├── SubscriptionPolicy.java │ │ │ └── package-info.java │ ├── media │ │ └── wsdl │ │ │ ├── AddAudioDecoderConfiguration.java │ │ │ ├── AddAudioDecoderConfigurationResponse.java │ │ │ ├── AddAudioEncoderConfiguration.java │ │ │ ├── AddAudioEncoderConfigurationResponse.java │ │ │ ├── AddAudioOutputConfiguration.java │ │ │ ├── AddAudioOutputConfigurationResponse.java │ │ │ ├── AddAudioSourceConfiguration.java │ │ │ ├── AddAudioSourceConfigurationResponse.java │ │ │ ├── AddMetadataConfiguration.java │ │ │ ├── AddMetadataConfigurationResponse.java │ │ │ ├── AddPTZConfiguration.java │ │ │ ├── AddPTZConfigurationResponse.java │ │ │ ├── AddVideoAnalyticsConfiguration.java │ │ │ ├── AddVideoAnalyticsConfigurationResponse.java │ │ │ ├── AddVideoEncoderConfiguration.java │ │ │ ├── AddVideoEncoderConfigurationResponse.java │ │ │ ├── AddVideoSourceConfiguration.java │ │ │ ├── AddVideoSourceConfigurationResponse.java │ │ │ ├── Capabilities.java │ │ │ ├── CreateOSD.java │ │ │ ├── CreateOSDResponse.java │ │ │ ├── CreateProfile.java │ │ │ ├── CreateProfileResponse.java │ │ │ ├── DeleteOSD.java │ │ │ ├── DeleteOSDResponse.java │ │ │ ├── DeleteProfile.java │ │ │ ├── DeleteProfileResponse.java │ │ │ ├── GetAudioDecoderConfiguration.java │ │ │ ├── GetAudioDecoderConfigurationOptions.java │ │ │ ├── GetAudioDecoderConfigurationOptionsResponse.java │ │ │ ├── GetAudioDecoderConfigurationResponse.java │ │ │ ├── GetAudioDecoderConfigurations.java │ │ │ ├── GetAudioDecoderConfigurationsResponse.java │ │ │ ├── GetAudioEncoderConfiguration.java │ │ │ ├── GetAudioEncoderConfigurationOptions.java │ │ │ ├── GetAudioEncoderConfigurationOptionsResponse.java │ │ │ ├── GetAudioEncoderConfigurationResponse.java │ │ │ ├── GetAudioEncoderConfigurations.java │ │ │ ├── GetAudioEncoderConfigurationsResponse.java │ │ │ ├── GetAudioOutputConfiguration.java │ │ │ ├── GetAudioOutputConfigurationOptions.java │ │ │ ├── GetAudioOutputConfigurationOptionsResponse.java │ │ │ ├── GetAudioOutputConfigurationResponse.java │ │ │ ├── GetAudioOutputConfigurations.java │ │ │ ├── GetAudioOutputConfigurationsResponse.java │ │ │ ├── GetAudioOutputs.java │ │ │ ├── GetAudioOutputsResponse.java │ │ │ ├── GetAudioSourceConfiguration.java │ │ │ ├── GetAudioSourceConfigurationOptions.java │ │ │ ├── GetAudioSourceConfigurationOptionsResponse.java │ │ │ ├── GetAudioSourceConfigurationResponse.java │ │ │ ├── GetAudioSourceConfigurations.java │ │ │ ├── GetAudioSourceConfigurationsResponse.java │ │ │ ├── GetAudioSources.java │ │ │ ├── GetAudioSourcesResponse.java │ │ │ ├── GetCompatibleAudioDecoderConfigurations.java │ │ │ ├── GetCompatibleAudioDecoderConfigurationsResponse.java │ │ │ ├── GetCompatibleAudioEncoderConfigurations.java │ │ │ ├── GetCompatibleAudioEncoderConfigurationsResponse.java │ │ │ ├── GetCompatibleAudioOutputConfigurations.java │ │ │ ├── GetCompatibleAudioOutputConfigurationsResponse.java │ │ │ ├── GetCompatibleAudioSourceConfigurations.java │ │ │ ├── GetCompatibleAudioSourceConfigurationsResponse.java │ │ │ ├── GetCompatibleMetadataConfigurations.java │ │ │ ├── GetCompatibleMetadataConfigurationsResponse.java │ │ │ ├── GetCompatibleVideoAnalyticsConfigurations.java │ │ │ ├── GetCompatibleVideoAnalyticsConfigurationsResponse.java │ │ │ ├── GetCompatibleVideoEncoderConfigurations.java │ │ │ ├── GetCompatibleVideoEncoderConfigurationsResponse.java │ │ │ ├── GetCompatibleVideoSourceConfigurations.java │ │ │ ├── GetCompatibleVideoSourceConfigurationsResponse.java │ │ │ ├── GetGuaranteedNumberOfVideoEncoderInstances.java │ │ │ ├── GetGuaranteedNumberOfVideoEncoderInstancesResponse.java │ │ │ ├── GetMetadataConfiguration.java │ │ │ ├── GetMetadataConfigurationOptions.java │ │ │ ├── GetMetadataConfigurationOptionsResponse.java │ │ │ ├── GetMetadataConfigurationResponse.java │ │ │ ├── GetMetadataConfigurations.java │ │ │ ├── GetMetadataConfigurationsResponse.java │ │ │ ├── GetOSD.java │ │ │ ├── GetOSDOptions.java │ │ │ ├── GetOSDOptionsResponse.java │ │ │ ├── GetOSDResponse.java │ │ │ ├── GetOSDs.java │ │ │ ├── GetOSDsResponse.java │ │ │ ├── GetProfile.java │ │ │ ├── GetProfileResponse.java │ │ │ ├── GetProfiles.java │ │ │ ├── GetProfilesResponse.java │ │ │ ├── GetServiceCapabilities.java │ │ │ ├── GetServiceCapabilitiesResponse.java │ │ │ ├── GetSnapshotUri.java │ │ │ ├── GetSnapshotUriResponse.java │ │ │ ├── GetStreamUri.java │ │ │ ├── GetStreamUriResponse.java │ │ │ ├── GetVideoAnalyticsConfiguration.java │ │ │ ├── GetVideoAnalyticsConfigurationResponse.java │ │ │ ├── GetVideoAnalyticsConfigurations.java │ │ │ ├── GetVideoAnalyticsConfigurationsResponse.java │ │ │ ├── GetVideoEncoderConfiguration.java │ │ │ ├── GetVideoEncoderConfigurationOptions.java │ │ │ ├── GetVideoEncoderConfigurationOptionsResponse.java │ │ │ ├── GetVideoEncoderConfigurationResponse.java │ │ │ ├── GetVideoEncoderConfigurations.java │ │ │ ├── GetVideoEncoderConfigurationsResponse.java │ │ │ ├── GetVideoSourceConfiguration.java │ │ │ ├── GetVideoSourceConfigurationOptions.java │ │ │ ├── GetVideoSourceConfigurationOptionsResponse.java │ │ │ ├── GetVideoSourceConfigurationResponse.java │ │ │ ├── GetVideoSourceConfigurations.java │ │ │ ├── GetVideoSourceConfigurationsResponse.java │ │ │ ├── GetVideoSourceModes.java │ │ │ ├── GetVideoSourceModesResponse.java │ │ │ ├── GetVideoSources.java │ │ │ ├── GetVideoSourcesResponse.java │ │ │ ├── ObjectFactory.java │ │ │ ├── ProfileCapabilities.java │ │ │ ├── RemoveAudioDecoderConfiguration.java │ │ │ ├── RemoveAudioDecoderConfigurationResponse.java │ │ │ ├── RemoveAudioEncoderConfiguration.java │ │ │ ├── RemoveAudioEncoderConfigurationResponse.java │ │ │ ├── RemoveAudioOutputConfiguration.java │ │ │ ├── RemoveAudioOutputConfigurationResponse.java │ │ │ ├── RemoveAudioSourceConfiguration.java │ │ │ ├── RemoveAudioSourceConfigurationResponse.java │ │ │ ├── RemoveMetadataConfiguration.java │ │ │ ├── RemoveMetadataConfigurationResponse.java │ │ │ ├── RemovePTZConfiguration.java │ │ │ ├── RemovePTZConfigurationResponse.java │ │ │ ├── RemoveVideoAnalyticsConfiguration.java │ │ │ ├── RemoveVideoAnalyticsConfigurationResponse.java │ │ │ ├── RemoveVideoEncoderConfiguration.java │ │ │ ├── RemoveVideoEncoderConfigurationResponse.java │ │ │ ├── RemoveVideoSourceConfiguration.java │ │ │ ├── RemoveVideoSourceConfigurationResponse.java │ │ │ ├── SetAudioDecoderConfiguration.java │ │ │ ├── SetAudioDecoderConfigurationResponse.java │ │ │ ├── SetAudioEncoderConfiguration.java │ │ │ ├── SetAudioEncoderConfigurationResponse.java │ │ │ ├── SetAudioOutputConfiguration.java │ │ │ ├── SetAudioOutputConfigurationResponse.java │ │ │ ├── SetAudioSourceConfiguration.java │ │ │ ├── SetAudioSourceConfigurationResponse.java │ │ │ ├── SetMetadataConfiguration.java │ │ │ ├── SetMetadataConfigurationResponse.java │ │ │ ├── SetOSD.java │ │ │ ├── SetOSDResponse.java │ │ │ ├── SetSynchronizationPoint.java │ │ │ ├── SetSynchronizationPointResponse.java │ │ │ ├── SetVideoAnalyticsConfiguration.java │ │ │ ├── SetVideoAnalyticsConfigurationResponse.java │ │ │ ├── SetVideoEncoderConfiguration.java │ │ │ ├── SetVideoEncoderConfigurationResponse.java │ │ │ ├── SetVideoSourceConfiguration.java │ │ │ ├── SetVideoSourceConfigurationResponse.java │ │ │ ├── SetVideoSourceMode.java │ │ │ ├── SetVideoSourceModeResponse.java │ │ │ ├── StartMulticastStreaming.java │ │ │ ├── StartMulticastStreamingResponse.java │ │ │ ├── StopMulticastStreaming.java │ │ │ ├── StopMulticastStreamingResponse.java │ │ │ ├── StreamingCapabilities.java │ │ │ ├── VideoSourceMode.java │ │ │ ├── VideoSourceModeExtension.java │ │ │ └── package-info.java │ └── schema │ │ ├── AACDecOptions.java │ │ ├── AbsoluteFocus.java │ │ ├── AbsoluteFocusOptions.java │ │ ├── ActionEngineEventPayload.java │ │ ├── ActionEngineEventPayloadExtension.java │ │ ├── AnalyticsCapabilities.java │ │ ├── AnalyticsDeviceCapabilities.java │ │ ├── AnalyticsDeviceEngineConfiguration.java │ │ ├── AnalyticsDeviceEngineConfigurationExtension.java │ │ ├── AnalyticsDeviceExtension.java │ │ ├── AnalyticsEngine.java │ │ ├── AnalyticsEngineConfiguration.java │ │ ├── AnalyticsEngineConfigurationExtension.java │ │ ├── AnalyticsEngineControl.java │ │ ├── AnalyticsEngineInput.java │ │ ├── AnalyticsEngineInputInfo.java │ │ ├── AnalyticsEngineInputInfoExtension.java │ │ ├── AnalyticsState.java │ │ ├── AnalyticsStateInformation.java │ │ ├── AnyHolder.java │ │ ├── Appearance.java │ │ ├── AppearanceExtension.java │ │ ├── ArrayOfFileProgress.java │ │ ├── ArrayOfFileProgressExtension.java │ │ ├── AttachmentData.java │ │ ├── AudioAnalyticsStream.java │ │ ├── AudioAnalyticsStreamExtension.java │ │ ├── AudioAttributes.java │ │ ├── AudioClassCandidate.java │ │ ├── AudioClassDescriptor.java │ │ ├── AudioClassDescriptorExtension.java │ │ ├── AudioDecoderConfiguration.java │ │ ├── AudioDecoderConfigurationOptions.java │ │ ├── AudioDecoderConfigurationOptionsExtension.java │ │ ├── AudioDescriptor.java │ │ ├── AudioEncoder2Configuration.java │ │ ├── AudioEncoder2ConfigurationOptions.java │ │ ├── AudioEncoderConfiguration.java │ │ ├── AudioEncoderConfigurationOption.java │ │ ├── AudioEncoderConfigurationOptions.java │ │ ├── AudioEncoding.java │ │ ├── AudioEncodingMimeNames.java │ │ ├── AudioOutput.java │ │ ├── AudioOutputConfiguration.java │ │ ├── AudioOutputConfigurationOptions.java │ │ ├── AudioSource.java │ │ ├── AudioSourceConfiguration.java │ │ ├── AudioSourceConfigurationOptions.java │ │ ├── AudioSourceOptionsExtension.java │ │ ├── AutoFocusMode.java │ │ ├── BacklightCompensation.java │ │ ├── BacklightCompensation20.java │ │ ├── BacklightCompensationMode.java │ │ ├── BacklightCompensationOptions.java │ │ ├── BacklightCompensationOptions20.java │ │ ├── BackupFile.java │ │ ├── Behaviour.java │ │ ├── BehaviourExtension.java │ │ ├── BinaryData.java │ │ ├── Capabilities.java │ │ ├── CapabilitiesExtension.java │ │ ├── CapabilitiesExtension2.java │ │ ├── CapabilityCategory.java │ │ ├── CellLayout.java │ │ ├── Certificate.java │ │ ├── CertificateGenerationParameters.java │ │ ├── CertificateGenerationParametersExtension.java │ │ ├── CertificateInformation.java │ │ ├── CertificateInformationExtension.java │ │ ├── CertificateStatus.java │ │ ├── CertificateUsage.java │ │ ├── CertificateWithPrivateKey.java │ │ ├── ClassDescriptor.java │ │ ├── ClassDescriptorExtension.java │ │ ├── ClassDescriptorExtension2.java │ │ ├── ClassType.java │ │ ├── CodingCapabilities.java │ │ ├── Color.java │ │ ├── ColorCovariance.java │ │ ├── ColorDescriptor.java │ │ ├── ColorDescriptorExtension.java │ │ ├── ColorOptions.java │ │ ├── ColorspaceRange.java │ │ ├── Config.java │ │ ├── ConfigDescription.java │ │ ├── ConfigDescriptionExtension.java │ │ ├── ConfigurationEntity.java │ │ ├── ContinuousFocus.java │ │ ├── ContinuousFocusOptions.java │ │ ├── DNSInformation.java │ │ ├── DNSInformationExtension.java │ │ ├── Date.java │ │ ├── DateTime.java │ │ ├── DateTimeRange.java │ │ ├── Defogging.java │ │ ├── DefoggingExtension.java │ │ ├── DefoggingMode.java │ │ ├── DefoggingOptions.java │ │ ├── DeviceCapabilities.java │ │ ├── DeviceCapabilitiesExtension.java │ │ ├── DeviceEntity.java │ │ ├── DeviceIOCapabilities.java │ │ ├── DigitalIdleState.java │ │ ├── DigitalInput.java │ │ ├── Direction.java │ │ ├── DiscoveryMode.java │ │ ├── DisplayCapabilities.java │ │ ├── Dot11AuthAndMangementSuite.java │ │ ├── Dot11AvailableNetworks.java │ │ ├── Dot11AvailableNetworksExtension.java │ │ ├── Dot11Capabilities.java │ │ ├── Dot11Cipher.java │ │ ├── Dot11Configuration.java │ │ ├── Dot11PSKSet.java │ │ ├── Dot11PSKSetExtension.java │ │ ├── Dot11SecurityConfiguration.java │ │ ├── Dot11SecurityConfigurationExtension.java │ │ ├── Dot11SecurityMode.java │ │ ├── Dot11SignalStrength.java │ │ ├── Dot11StationMode.java │ │ ├── Dot11Status.java │ │ ├── Dot1XConfiguration.java │ │ ├── Dot1XConfigurationExtension.java │ │ ├── Dot3Configuration.java │ │ ├── Duplex.java │ │ ├── DurationRange.java │ │ ├── DynamicDNSInformation.java │ │ ├── DynamicDNSInformationExtension.java │ │ ├── DynamicDNSType.java │ │ ├── EAPMethodConfiguration.java │ │ ├── EFlip.java │ │ ├── EFlipMode.java │ │ ├── EFlipOptions.java │ │ ├── EFlipOptionsExtension.java │ │ ├── EapMethodExtension.java │ │ ├── Enabled.java │ │ ├── EngineConfiguration.java │ │ ├── EventCapabilities.java │ │ ├── EventFilter.java │ │ ├── EventStream.java │ │ ├── EventStreamExtension.java │ │ ├── EventSubscription.java │ │ ├── Exposure.java │ │ ├── Exposure20.java │ │ ├── ExposureMode.java │ │ ├── ExposureOptions.java │ │ ├── ExposureOptions20.java │ │ ├── ExposurePriority.java │ │ ├── FactoryDefaultType.java │ │ ├── FileProgress.java │ │ ├── FindEventResult.java │ │ ├── FindEventResultList.java │ │ ├── FindMetadataResult.java │ │ ├── FindMetadataResultList.java │ │ ├── FindPTZPositionResult.java │ │ ├── FindPTZPositionResultList.java │ │ ├── FindRecordingResultList.java │ │ ├── FloatList.java │ │ ├── FloatRange.java │ │ ├── FocusConfiguration.java │ │ ├── FocusConfiguration20.java │ │ ├── FocusConfiguration20Extension.java │ │ ├── FocusMove.java │ │ ├── FocusOptions.java │ │ ├── FocusOptions20.java │ │ ├── FocusOptions20Extension.java │ │ ├── FocusStatus.java │ │ ├── FocusStatus20.java │ │ ├── FocusStatus20Extension.java │ │ ├── Frame.java │ │ ├── FrameExtension.java │ │ ├── FrameExtension2.java │ │ ├── G711DecOptions.java │ │ ├── G726DecOptions.java │ │ ├── GenericEapPwdConfigurationExtension.java │ │ ├── GetRecordingJobsResponseItem.java │ │ ├── GetRecordingsResponseItem.java │ │ ├── GetTracksResponseItem.java │ │ ├── GetTracksResponseList.java │ │ ├── H264Configuration.java │ │ ├── H264DecOptions.java │ │ ├── H264Options.java │ │ ├── H264Options2.java │ │ ├── H264Profile.java │ │ ├── HostnameInformation.java │ │ ├── HostnameInformationExtension.java │ │ ├── IOCapabilities.java │ │ ├── IOCapabilitiesExtension.java │ │ ├── IOCapabilitiesExtension2.java │ │ ├── IPAddress.java │ │ ├── IPAddressFilter.java │ │ ├── IPAddressFilterExtension.java │ │ ├── IPAddressFilterType.java │ │ ├── IPType.java │ │ ├── IPv4Configuration.java │ │ ├── IPv4NetworkInterface.java │ │ ├── IPv4NetworkInterfaceSetConfiguration.java │ │ ├── IPv6Configuration.java │ │ ├── IPv6ConfigurationExtension.java │ │ ├── IPv6DHCPConfiguration.java │ │ ├── IPv6NetworkInterface.java │ │ ├── IPv6NetworkInterfaceSetConfiguration.java │ │ ├── ImageStabilization.java │ │ ├── ImageStabilizationExtension.java │ │ ├── ImageStabilizationMode.java │ │ ├── ImageStabilizationOptions.java │ │ ├── ImageStabilizationOptionsExtension.java │ │ ├── ImagingCapabilities.java │ │ ├── ImagingOptions.java │ │ ├── ImagingOptions20.java │ │ ├── ImagingOptions20Extension.java │ │ ├── ImagingOptions20Extension2.java │ │ ├── ImagingOptions20Extension3.java │ │ ├── ImagingOptions20Extension4.java │ │ ├── ImagingSettings.java │ │ ├── ImagingSettings20.java │ │ ├── ImagingSettingsExtension.java │ │ ├── ImagingSettingsExtension20.java │ │ ├── ImagingSettingsExtension202.java │ │ ├── ImagingSettingsExtension203.java │ │ ├── ImagingSettingsExtension204.java │ │ ├── ImagingStatus.java │ │ ├── ImagingStatus20.java │ │ ├── ImagingStatus20Extension.java │ │ ├── IntList.java │ │ ├── IntRange.java │ │ ├── IntRectangle.java │ │ ├── IntRectangleRange.java │ │ ├── IrCutFilterAutoAdjustment.java │ │ ├── IrCutFilterAutoAdjustmentExtension.java │ │ ├── IrCutFilterAutoAdjustmentOptions.java │ │ ├── IrCutFilterAutoAdjustmentOptionsExtension.java │ │ ├── IrCutFilterAutoBoundaryType.java │ │ ├── IrCutFilterMode.java │ │ ├── ItemList.java │ │ ├── ItemListDescription.java │ │ ├── ItemListDescriptionExtension.java │ │ ├── ItemListExtension.java │ │ ├── JpegDecOptions.java │ │ ├── JpegOptions.java │ │ ├── JpegOptions2.java │ │ ├── Layout.java │ │ ├── LayoutExtension.java │ │ ├── LayoutOptions.java │ │ ├── LayoutOptionsExtension.java │ │ ├── LensDescription.java │ │ ├── LensOffset.java │ │ ├── LensProjection.java │ │ ├── MaximumNumberOfOSDs.java │ │ ├── MediaAttributes.java │ │ ├── MediaCapabilities.java │ │ ├── MediaCapabilitiesExtension.java │ │ ├── MediaUri.java │ │ ├── Merge.java │ │ ├── Message.java │ │ ├── MessageDescription.java │ │ ├── MessageDescriptionExtension.java │ │ ├── MessageExtension.java │ │ ├── MetadataAttributes.java │ │ ├── MetadataCompressionType.java │ │ ├── MetadataConfiguration.java │ │ ├── MetadataConfigurationExtension.java │ │ ├── MetadataConfigurationOptions.java │ │ ├── MetadataConfigurationOptionsExtension.java │ │ ├── MetadataConfigurationOptionsExtension2.java │ │ ├── MetadataFilter.java │ │ ├── MetadataInput.java │ │ ├── MetadataInputExtension.java │ │ ├── MetadataStream.java │ │ ├── MetadataStreamExtension.java │ │ ├── MetadataStreamExtension2.java │ │ ├── ModeOfOperation.java │ │ ├── MotionExpression.java │ │ ├── MotionExpressionConfiguration.java │ │ ├── MotionInCells.java │ │ ├── MoveOptions.java │ │ ├── MoveOptions20.java │ │ ├── MoveStatus.java │ │ ├── Mpeg4Configuration.java │ │ ├── Mpeg4DecOptions.java │ │ ├── Mpeg4Options.java │ │ ├── Mpeg4Options2.java │ │ ├── Mpeg4Profile.java │ │ ├── MulticastConfiguration.java │ │ ├── NTPInformation.java │ │ ├── NTPInformationExtension.java │ │ ├── NetworkCapabilities.java │ │ ├── NetworkCapabilitiesExtension.java │ │ ├── NetworkCapabilitiesExtension2.java │ │ ├── NetworkGateway.java │ │ ├── NetworkHost.java │ │ ├── NetworkHostExtension.java │ │ ├── NetworkHostType.java │ │ ├── NetworkInterface.java │ │ ├── NetworkInterfaceConnectionSetting.java │ │ ├── NetworkInterfaceExtension.java │ │ ├── NetworkInterfaceExtension2.java │ │ ├── NetworkInterfaceInfo.java │ │ ├── NetworkInterfaceLink.java │ │ ├── NetworkInterfaceSetConfiguration.java │ │ ├── NetworkInterfaceSetConfigurationExtension.java │ │ ├── NetworkInterfaceSetConfigurationExtension2.java │ │ ├── NetworkProtocol.java │ │ ├── NetworkProtocolExtension.java │ │ ├── NetworkProtocolType.java │ │ ├── NetworkZeroConfiguration.java │ │ ├── NetworkZeroConfigurationExtension.java │ │ ├── NetworkZeroConfigurationExtension2.java │ │ ├── NoiseReduction.java │ │ ├── NoiseReductionOptions.java │ │ ├── OSDColor.java │ │ ├── OSDColorOptions.java │ │ ├── OSDColorOptionsExtension.java │ │ ├── OSDConfiguration.java │ │ ├── OSDConfigurationExtension.java │ │ ├── OSDConfigurationOptions.java │ │ ├── OSDConfigurationOptionsExtension.java │ │ ├── OSDImgConfiguration.java │ │ ├── OSDImgConfigurationExtension.java │ │ ├── OSDImgOptions.java │ │ ├── OSDImgOptionsExtension.java │ │ ├── OSDPosConfiguration.java │ │ ├── OSDPosConfigurationExtension.java │ │ ├── OSDReference.java │ │ ├── OSDTextConfiguration.java │ │ ├── OSDTextConfigurationExtension.java │ │ ├── OSDTextOptions.java │ │ ├── OSDTextOptionsExtension.java │ │ ├── OSDType.java │ │ ├── Object.java │ │ ├── ObjectExtension.java │ │ ├── ObjectFactory.java │ │ ├── ObjectId.java │ │ ├── ObjectTree.java │ │ ├── ObjectTreeExtension.java │ │ ├── OnvifVersion.java │ │ ├── OtherType.java │ │ ├── PTControlDirection.java │ │ ├── PTControlDirectionExtension.java │ │ ├── PTControlDirectionOptions.java │ │ ├── PTControlDirectionOptionsExtension.java │ │ ├── PTZCapabilities.java │ │ ├── PTZConfiguration.java │ │ ├── PTZConfigurationExtension.java │ │ ├── PTZConfigurationExtension2.java │ │ ├── PTZConfigurationOptions.java │ │ ├── PTZConfigurationOptions2.java │ │ ├── PTZFilter.java │ │ ├── PTZMoveStatus.java │ │ ├── PTZNode.java │ │ ├── PTZNodeExtension.java │ │ ├── PTZNodeExtension2.java │ │ ├── PTZPositionFilter.java │ │ ├── PTZPreset.java │ │ ├── PTZPresetTourDirection.java │ │ ├── PTZPresetTourExtension.java │ │ ├── PTZPresetTourOperation.java │ │ ├── PTZPresetTourOptions.java │ │ ├── PTZPresetTourPresetDetail.java │ │ ├── PTZPresetTourPresetDetailOptions.java │ │ ├── PTZPresetTourPresetDetailOptionsExtension.java │ │ ├── PTZPresetTourSpot.java │ │ ├── PTZPresetTourSpotExtension.java │ │ ├── PTZPresetTourSpotOptions.java │ │ ├── PTZPresetTourStartingCondition.java │ │ ├── PTZPresetTourStartingConditionExtension.java │ │ ├── PTZPresetTourStartingConditionOptions.java │ │ ├── PTZPresetTourStartingConditionOptionsExtension.java │ │ ├── PTZPresetTourState.java │ │ ├── PTZPresetTourStatus.java │ │ ├── PTZPresetTourStatusExtension.java │ │ ├── PTZPresetTourSupported.java │ │ ├── PTZPresetTourSupportedExtension.java │ │ ├── PTZPresetTourTypeExtension.java │ │ ├── PTZSpaces.java │ │ ├── PTZSpacesExtension.java │ │ ├── PTZSpeed.java │ │ ├── PTZStatus.java │ │ ├── PTZStatusFilterOptions.java │ │ ├── PTZStatusFilterOptionsExtension.java │ │ ├── PTZStream.java │ │ ├── PTZStreamExtension.java │ │ ├── PTZVector.java │ │ ├── PanTiltLimits.java │ │ ├── PaneConfiguration.java │ │ ├── PaneLayout.java │ │ ├── PaneLayoutOptions.java │ │ ├── PaneOptionExtension.java │ │ ├── Polygon.java │ │ ├── PolygonConfiguration.java │ │ ├── Polyline.java │ │ ├── PolylineArray.java │ │ ├── PolylineArrayConfiguration.java │ │ ├── PolylineArrayExtension.java │ │ ├── PrefixedIPv4Address.java │ │ ├── PrefixedIPv6Address.java │ │ ├── PresetTour.java │ │ ├── Profile.java │ │ ├── ProfileCapabilities.java │ │ ├── ProfileExtension.java │ │ ├── ProfileExtension2.java │ │ ├── PropertyOperation.java │ │ ├── RealTimeStreamingCapabilities.java │ │ ├── RealTimeStreamingCapabilitiesExtension.java │ │ ├── Receiver.java │ │ ├── ReceiverCapabilities.java │ │ ├── ReceiverConfiguration.java │ │ ├── ReceiverMode.java │ │ ├── ReceiverState.java │ │ ├── ReceiverStateInformation.java │ │ ├── RecordingCapabilities.java │ │ ├── RecordingConfiguration.java │ │ ├── RecordingInformation.java │ │ ├── RecordingJobConfiguration.java │ │ ├── RecordingJobConfigurationExtension.java │ │ ├── RecordingJobSource.java │ │ ├── RecordingJobSourceExtension.java │ │ ├── RecordingJobStateInformation.java │ │ ├── RecordingJobStateInformationExtension.java │ │ ├── RecordingJobStateSource.java │ │ ├── RecordingJobStateTrack.java │ │ ├── RecordingJobStateTracks.java │ │ ├── RecordingJobTrack.java │ │ ├── RecordingSourceInformation.java │ │ ├── RecordingStatus.java │ │ ├── RecordingSummary.java │ │ ├── Rectangle.java │ │ ├── RelativeFocus.java │ │ ├── RelativeFocusOptions.java │ │ ├── RelativeFocusOptions20.java │ │ ├── RelayIdleState.java │ │ ├── RelayLogicalState.java │ │ ├── RelayMode.java │ │ ├── RelayOutput.java │ │ ├── RelayOutputSettings.java │ │ ├── RemoteUser.java │ │ ├── Rename.java │ │ ├── ReplayCapabilities.java │ │ ├── ReplayConfiguration.java │ │ ├── Reverse.java │ │ ├── ReverseMode.java │ │ ├── ReverseOptions.java │ │ ├── ReverseOptionsExtension.java │ │ ├── Rotate.java │ │ ├── RotateExtension.java │ │ ├── RotateMode.java │ │ ├── RotateOptions.java │ │ ├── RotateOptionsExtension.java │ │ ├── RuleEngineConfiguration.java │ │ ├── RuleEngineConfigurationExtension.java │ │ ├── Scope.java │ │ ├── ScopeDefinition.java │ │ ├── SearchCapabilities.java │ │ ├── SearchScope.java │ │ ├── SearchScopeExtension.java │ │ ├── SearchState.java │ │ ├── SecurityCapabilities.java │ │ ├── SecurityCapabilitiesExtension.java │ │ ├── SecurityCapabilitiesExtension2.java │ │ ├── SetDateTimeType.java │ │ ├── ShapeDescriptor.java │ │ ├── ShapeDescriptorExtension.java │ │ ├── SourceIdentification.java │ │ ├── SourceIdentificationExtension.java │ │ ├── SourceReference.java │ │ ├── Space1DDescription.java │ │ ├── Space2DDescription.java │ │ ├── Split.java │ │ ├── StorageReferencePath.java │ │ ├── StorageReferencePathExtension.java │ │ ├── StreamSetup.java │ │ ├── StreamType.java │ │ ├── SupportInformation.java │ │ ├── SupportedAnalyticsModules.java │ │ ├── SupportedAnalyticsModulesExtension.java │ │ ├── SupportedRules.java │ │ ├── SupportedRulesExtension.java │ │ ├── SystemCapabilities.java │ │ ├── SystemCapabilitiesExtension.java │ │ ├── SystemCapabilitiesExtension2.java │ │ ├── SystemDateTime.java │ │ ├── SystemDateTimeExtension.java │ │ ├── SystemLog.java │ │ ├── SystemLogType.java │ │ ├── SystemLogUri.java │ │ ├── SystemLogUriList.java │ │ ├── TLSConfiguration.java │ │ ├── Time.java │ │ ├── TimeZone.java │ │ ├── ToneCompensation.java │ │ ├── ToneCompensationExtension.java │ │ ├── ToneCompensationMode.java │ │ ├── ToneCompensationOptions.java │ │ ├── TrackAttributes.java │ │ ├── TrackAttributesExtension.java │ │ ├── TrackConfiguration.java │ │ ├── TrackInformation.java │ │ ├── TrackType.java │ │ ├── Transformation.java │ │ ├── TransformationExtension.java │ │ ├── Transport.java │ │ ├── TransportProtocol.java │ │ ├── User.java │ │ ├── UserExtension.java │ │ ├── UserLevel.java │ │ ├── Vector.java │ │ ├── Vector1D.java │ │ ├── Vector2D.java │ │ ├── VideoAnalyticsConfiguration.java │ │ ├── VideoAnalyticsStream.java │ │ ├── VideoAnalyticsStreamExtension.java │ │ ├── VideoAttributes.java │ │ ├── VideoDecoderConfigurationOptions.java │ │ ├── VideoDecoderConfigurationOptionsExtension.java │ │ ├── VideoEncoder2Configuration.java │ │ ├── VideoEncoder2ConfigurationOptions.java │ │ ├── VideoEncoderConfiguration.java │ │ ├── VideoEncoderConfigurationOptions.java │ │ ├── VideoEncoderOptionsExtension.java │ │ ├── VideoEncoderOptionsExtension2.java │ │ ├── VideoEncoding.java │ │ ├── VideoEncodingMimeNames.java │ │ ├── VideoEncodingProfiles.java │ │ ├── VideoOutput.java │ │ ├── VideoOutputConfiguration.java │ │ ├── VideoOutputConfigurationOptions.java │ │ ├── VideoOutputExtension.java │ │ ├── VideoRateControl.java │ │ ├── VideoRateControl2.java │ │ ├── VideoResolution.java │ │ ├── VideoResolution2.java │ │ ├── VideoSource.java │ │ ├── VideoSourceConfiguration.java │ │ ├── VideoSourceConfigurationExtension.java │ │ ├── VideoSourceConfigurationExtension2.java │ │ ├── VideoSourceConfigurationOptions.java │ │ ├── VideoSourceConfigurationOptionsExtension.java │ │ ├── VideoSourceConfigurationOptionsExtension2.java │ │ ├── VideoSourceExtension.java │ │ ├── VideoSourceExtension2.java │ │ ├── WhiteBalance.java │ │ ├── WhiteBalance20.java │ │ ├── WhiteBalance20Extension.java │ │ ├── WhiteBalanceMode.java │ │ ├── WhiteBalanceOptions.java │ │ ├── WhiteBalanceOptions20.java │ │ ├── WhiteBalanceOptions20Extension.java │ │ ├── WideDynamicMode.java │ │ ├── WideDynamicRange.java │ │ ├── WideDynamicRange20.java │ │ ├── WideDynamicRangeOptions.java │ │ ├── WideDynamicRangeOptions20.java │ │ ├── ZoomLimits.java │ │ └── package-info.java └── ver20 │ ├── imaging │ └── wsdl │ │ ├── Capabilities.java │ │ ├── GetImagingSettings.java │ │ ├── GetImagingSettingsResponse.java │ │ ├── GetMoveOptions.java │ │ ├── GetMoveOptionsResponse.java │ │ ├── GetOptions.java │ │ ├── GetOptionsResponse.java │ │ ├── GetServiceCapabilities.java │ │ ├── GetServiceCapabilitiesResponse.java │ │ ├── GetStatus.java │ │ ├── GetStatusResponse.java │ │ ├── Move.java │ │ ├── MoveResponse.java │ │ ├── ObjectFactory.java │ │ ├── SetImagingSettings.java │ │ ├── SetImagingSettingsResponse.java │ │ ├── Stop.java │ │ ├── StopResponse.java │ │ └── package-info.java │ ├── media │ └── wsdl │ │ ├── AddConfiguration.java │ │ ├── AddConfigurationResponse.java │ │ ├── Capabilities2.java │ │ ├── ConfigurationEnumeration.java │ │ ├── ConfigurationRef.java │ │ ├── ConfigurationSet.java │ │ ├── CreateOSD.java │ │ ├── CreateOSDResponse.java │ │ ├── CreateProfile.java │ │ ├── CreateProfileResponse.java │ │ ├── DeleteOSD.java │ │ ├── DeleteProfile.java │ │ ├── DeleteProfileResponse.java │ │ ├── GetAnalyticsConfigurationsResponse.java │ │ ├── GetAudioDecoderConfigurationOptionsResponse.java │ │ ├── GetAudioDecoderConfigurationsResponse.java │ │ ├── GetAudioEncoderConfigurationOptionsResponse.java │ │ ├── GetAudioEncoderConfigurationsResponse.java │ │ ├── GetAudioOutputConfigurationOptionsResponse.java │ │ ├── GetAudioOutputConfigurationsResponse.java │ │ ├── GetAudioSourceConfigurationOptionsResponse.java │ │ ├── GetAudioSourceConfigurationsResponse.java │ │ ├── GetConfiguration.java │ │ ├── GetMetadataConfigurationOptionsResponse.java │ │ ├── GetMetadataConfigurationsResponse.java │ │ ├── GetOSDOptions.java │ │ ├── GetOSDOptionsResponse.java │ │ ├── GetOSDs.java │ │ ├── GetOSDsResponse.java │ │ ├── GetProfiles.java │ │ ├── GetProfilesResponse.java │ │ ├── GetServiceCapabilities.java │ │ ├── GetServiceCapabilitiesResponse2.java │ │ ├── GetSnapshotUri.java │ │ ├── GetSnapshotUriResponse.java │ │ ├── GetStreamUri.java │ │ ├── GetStreamUriResponse.java │ │ ├── GetVideoEncoderConfigurationOptionsResponse.java │ │ ├── GetVideoEncoderConfigurationsResponse.java │ │ ├── GetVideoSourceConfigurationOptionsResponse.java │ │ ├── GetVideoSourceConfigurationsResponse.java │ │ ├── GetVideoSourceModes.java │ │ ├── GetVideoSourceModesResponse.java │ │ ├── MediaProfile.java │ │ ├── ObjectFactory.java │ │ ├── ProfileCapabilities.java │ │ ├── RemoveConfiguration.java │ │ ├── RemoveConfigurationResponse.java │ │ ├── SetAudioDecoderConfiguration.java │ │ ├── SetAudioEncoderConfiguration.java │ │ ├── SetAudioOutputConfiguration.java │ │ ├── SetAudioSourceConfiguration.java │ │ ├── SetConfigurationResponse.java │ │ ├── SetMetadataConfiguration.java │ │ ├── SetOSD.java │ │ ├── SetSynchronizationPoint.java │ │ ├── SetSynchronizationPointResponse.java │ │ ├── SetVideoEncoderConfiguration.java │ │ ├── SetVideoSourceConfiguration.java │ │ ├── SetVideoSourceMode.java │ │ ├── SetVideoSourceModeResponse.java │ │ ├── StartStopMulticastStreaming.java │ │ ├── StartStopMulticastStreamingResponse.java │ │ ├── StreamingCapabilities.java │ │ ├── TransportProtocol.java │ │ ├── VideoSourceMode.java │ │ ├── VideoSourceModeExtension.java │ │ └── package-info.java │ └── ptz │ └── wsdl │ ├── AbsoluteMove.java │ ├── AbsoluteMoveResponse.java │ ├── Capabilities.java │ ├── ContinuousMove.java │ ├── ContinuousMoveResponse.java │ ├── CreatePresetTour.java │ ├── CreatePresetTourResponse.java │ ├── GetCompatibleConfigurations.java │ ├── GetCompatibleConfigurationsResponse.java │ ├── GetConfiguration.java │ ├── GetConfigurationOptions.java │ ├── GetConfigurationOptionsResponse.java │ ├── GetConfigurationResponse.java │ ├── GetConfigurations.java │ ├── GetConfigurationsResponse.java │ ├── GetNode.java │ ├── GetNodeResponse.java │ ├── GetNodes.java │ ├── GetNodesResponse.java │ ├── GetPresetTour.java │ ├── GetPresetTourOptions.java │ ├── GetPresetTourOptionsResponse.java │ ├── GetPresetTourResponse.java │ ├── GetPresetTours.java │ ├── GetPresetToursResponse.java │ ├── GetPresets.java │ ├── GetPresetsResponse.java │ ├── GetServiceCapabilities.java │ ├── GetServiceCapabilitiesResponse.java │ ├── GetStatus.java │ ├── GetStatusResponse.java │ ├── GotoHomePosition.java │ ├── GotoHomePositionResponse.java │ ├── GotoPreset.java │ ├── GotoPresetResponse.java │ ├── ModifyPresetTour.java │ ├── ModifyPresetTourResponse.java │ ├── ObjectFactory.java │ ├── OperatePresetTour.java │ ├── OperatePresetTourResponse.java │ ├── RelativeMove.java │ ├── RelativeMoveResponse.java │ ├── RemovePreset.java │ ├── RemovePresetResponse.java │ ├── RemovePresetTour.java │ ├── RemovePresetTourResponse.java │ ├── SendAuxiliaryCommand.java │ ├── SendAuxiliaryCommandResponse.java │ ├── SetConfiguration.java │ ├── SetConfigurationResponse.java │ ├── SetHomePosition.java │ ├── SetHomePositionResponse.java │ ├── SetPreset.java │ ├── SetPresetResponse.java │ ├── Stop.java │ ├── StopResponse.java │ └── package-info.java ├── w3 ├── _2004 │ └── _08 │ │ └── xop │ │ └── include │ │ ├── Include.java │ │ ├── ObjectFactory.java │ │ └── package-info.java └── _2005 │ ├── _05 │ └── xmlmime │ │ ├── Base64Binary.java │ │ ├── HexBinary.java │ │ ├── ObjectFactory.java │ │ └── package-info.java │ └── _08 │ └── addressing │ ├── AttributedAnyType.java │ ├── AttributedQNameType.java │ ├── AttributedURIType.java │ ├── AttributedUnsignedLongType.java │ ├── EndpointReferenceType.java │ ├── MetadataType.java │ ├── ObjectFactory.java │ ├── ProblemActionType.java │ ├── ReferenceParametersType.java │ ├── RelatesToType.java │ └── package-info.java └── xmlsoap └── schemas └── soap └── envelope ├── Body.java ├── Detail.java ├── Envelope.java ├── Fault.java ├── Header.java ├── ObjectFactory.java └── package-info.java /.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /out/ 2 | *.iml 3 | -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | ONVIF 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | 15 | org.eclipse.jdt.core.javanature 16 | 17 | 18 | -------------------------------------------------------------------------------- /.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 | org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 | org.eclipse.jdt.core.compiler.compliance=1.7 6 | org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 | org.eclipse.jdt.core.compiler.debug.localVariable=generate 8 | org.eclipse.jdt.core.compiler.debug.sourceFile=generate 9 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 11 | org.eclipse.jdt.core.compiler.source=1.7 12 | -------------------------------------------------------------------------------- /Desc.jardesc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Desc_sources.jardesc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # onvif-java-lib 2 | ONVIF (Open Network Video Interface Forum) is a community to standardize communication between IP-based security products (like cameras). 3 | 4 | I developed a Java library for the ONVIF spezification. It helps you with the basics (you don't need to learn SOAP e.g.) but you may need to learn a few basics about the ONVIF spezification. As far as I know, this is the first public Java project for the ONVIF spezification. 5 | 6 | The project is still in development, so if you need features or know better solutions than mine, let me know. 7 | 8 | This project is not officially supported by ONVIF! It has been created in a academic project from Hochschule Trier in Germany. 9 | -------------------------------------------------------------------------------- /lib/commons-codec-1.9-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/lib/commons-codec-1.9-javadoc.jar -------------------------------------------------------------------------------- /lib/commons-codec-1.9-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/lib/commons-codec-1.9-sources.jar -------------------------------------------------------------------------------- /lib/commons-codec-1.9.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/lib/commons-codec-1.9.jar -------------------------------------------------------------------------------- /lib/javaWsDiscovery-0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/lib/javaWsDiscovery-0.1.jar -------------------------------------------------------------------------------- /manifest.mf: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: lib/commons-codec-1.9.jar lib/javaWsDiscovery-0.1jar 3 | -------------------------------------------------------------------------------- /release/onvif-2014-08-25-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2014-08-25-sources.jar -------------------------------------------------------------------------------- /release/onvif-2014-08-25.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2014-08-25.jar -------------------------------------------------------------------------------- /release/onvif-2014-09-16-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2014-09-16-sources.jar -------------------------------------------------------------------------------- /release/onvif-2014-09-16.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2014-09-16.jar -------------------------------------------------------------------------------- /release/onvif-2014-09-21-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2014-09-21-sources.jar -------------------------------------------------------------------------------- /release/onvif-2014-09-21.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2014-09-21.jar -------------------------------------------------------------------------------- /release/onvif-2014-10-30-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2014-10-30-sources.jar -------------------------------------------------------------------------------- /release/onvif-2014-10-30.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2014-10-30.jar -------------------------------------------------------------------------------- /release/onvif-2014-12-15-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2014-12-15-sources.jar -------------------------------------------------------------------------------- /release/onvif-2014-12-15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2014-12-15.jar -------------------------------------------------------------------------------- /release/onvif-2015-06-25-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2015-06-25-sources.jar -------------------------------------------------------------------------------- /release/onvif-2015-06-25.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2015-06-25.jar -------------------------------------------------------------------------------- /release/onvif-2015-08-14-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2015-08-14-sources.jar -------------------------------------------------------------------------------- /release/onvif-2015-08-14.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2015-08-14.jar -------------------------------------------------------------------------------- /release/onvif-2016-01-22-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2016-01-22-sources.jar -------------------------------------------------------------------------------- /release/onvif-2016-01-22.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2016-01-22.jar -------------------------------------------------------------------------------- /release/onvif-2016-02-02-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2016-02-02-sources.jar -------------------------------------------------------------------------------- /release/onvif-2016-02-02.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2016-02-02.jar -------------------------------------------------------------------------------- /release/onvif-2016-02-05.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2016-02-05.jar -------------------------------------------------------------------------------- /release/onvif-2016-02-17.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2016-02-17.jar -------------------------------------------------------------------------------- /release/onvif-2016-03-16.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/release/onvif-2016-03-16.jar -------------------------------------------------------------------------------- /src/de/onvif/discovery/OnvifDiscovery.java: -------------------------------------------------------------------------------- 1 | package de.onvif.discovery; 2 | 3 | import java.net.URL; 4 | import java.util.ArrayList; 5 | import java.util.Collection; 6 | import java.util.List; 7 | 8 | import org.me.javawsdiscovery.DeviceDiscovery; 9 | 10 | /** 11 | * @author th 12 | * @date 2015-06-18 13 | */ 14 | public class OnvifDiscovery { 15 | public static List discoverOnvifDevices() { 16 | final ArrayList onvifPointers = new ArrayList<>(); 17 | final Collection urls = DeviceDiscovery.discoverWsDevicesAsUrls("^http$", ".*onvif.*"); 18 | for (URL url : urls) { 19 | try { 20 | onvifPointers.add(new OnvifPointer(url)); 21 | } 22 | catch (Exception e) { 23 | e.printStackTrace(); 24 | } 25 | } 26 | return onvifPointers; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /src/de/onvif/log/Logger.java: -------------------------------------------------------------------------------- 1 | package de.onvif.log; 2 | 3 | public class Logger { 4 | public void debug(String text) { 5 | System.out.println(text); 6 | } 7 | 8 | public void info(String text) { 9 | System.out.println(text); 10 | } 11 | 12 | public void warn(String text) { 13 | System.err.println(text); 14 | } 15 | 16 | public void error(String text) { 17 | System.err.println(text); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /src/org/oasis_open/docs/wsn/b_2/UseRaw.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.oasis_open.docs.wsn.b_2; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *     
27 |  *   
28 |  * 
29 |  * 
30 | * 31 | * 32 | */ 33 | @XmlAccessorType(XmlAccessType.FIELD) 34 | @XmlType(name = "") 35 | @XmlRootElement(name = "UseRaw") 36 | public class UseRaw { 37 | 38 | } 39 | -------------------------------------------------------------------------------- /src/org/oasis_open/docs/wsn/b_2/package-info.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | @javax.xml.bind.annotation.XmlSchema(namespace = "http://docs.oasis-open.org/wsn/b-2", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) 9 | package org.oasis_open.docs.wsn.b_2; 10 | 11 | -------------------------------------------------------------------------------- /src/org/oasis_open/docs/wsn/t_1/package-info.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | @javax.xml.bind.annotation.XmlSchema(namespace = "http://docs.oasis-open.org/wsn/t-1", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) 9 | package org.oasis_open.docs.wsn.t_1; 10 | 11 | -------------------------------------------------------------------------------- /src/org/oasis_open/docs/wsrf/bf_2/package-info.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | @javax.xml.bind.annotation.XmlSchema(namespace = "http://docs.oasis-open.org/wsrf/bf-2", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) 9 | package org.oasis_open.docs.wsrf.bf_2; 10 | 11 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/AddIPAddressFilterResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "AddIPAddressFilterResponse") 38 | public class AddIPAddressFilterResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/AddScopesResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "AddScopesResponse") 38 | public class AddScopesResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/CreateUsersResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "CreateUsersResponse") 38 | public class CreateUsersResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/DeleteCertificatesResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "DeleteCertificatesResponse") 38 | public class DeleteCertificatesResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/DeleteUsersResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "DeleteUsersResponse") 38 | public class DeleteUsersResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetAccessPolicy.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetAccessPolicy") 38 | public class GetAccessPolicy { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetCACertificates.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetCACertificates") 38 | public class GetCACertificates { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetCertificates.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetCertificates") 38 | public class GetCertificates { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetCertificatesStatus.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetCertificatesStatus") 38 | public class GetCertificatesStatus { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetClientCertificateMode.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetClientCertificateMode") 38 | public class GetClientCertificateMode { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetDNS.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetDNS") 38 | public class GetDNS { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetDPAddresses.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetDPAddresses") 38 | public class GetDPAddresses { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetDeviceInformation.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetDeviceInformation") 38 | public class GetDeviceInformation { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetDiscoveryMode.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetDiscoveryMode") 38 | public class GetDiscoveryMode { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetDot1XConfigurations.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetDot1XConfigurations") 38 | public class GetDot1XConfigurations { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetDynamicDNS.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetDynamicDNS") 38 | public class GetDynamicDNS { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetEndpointReference.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetEndpointReference") 38 | public class GetEndpointReference { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetHostname.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetHostname") 38 | public class GetHostname { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetIPAddressFilter.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetIPAddressFilter") 38 | public class GetIPAddressFilter { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetNTP.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetNTP") 38 | public class GetNTP { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetNetworkDefaultGateway.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetNetworkDefaultGateway") 38 | public class GetNetworkDefaultGateway { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetNetworkInterfaces.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetNetworkInterfaces") 38 | public class GetNetworkInterfaces { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetNetworkProtocols.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetNetworkProtocols") 38 | public class GetNetworkProtocols { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetRelayOutputs.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetRelayOutputs") 38 | public class GetRelayOutputs { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetRemoteDiscoveryMode.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetRemoteDiscoveryMode") 38 | public class GetRemoteDiscoveryMode { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetRemoteUser.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetRemoteUser") 38 | public class GetRemoteUser { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetScopes.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetScopes") 38 | public class GetScopes { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetServiceCapabilities.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetServiceCapabilities") 38 | public class GetServiceCapabilities { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetSystemBackup.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetSystemBackup") 38 | public class GetSystemBackup { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetSystemDateAndTime.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetSystemDateAndTime") 38 | public class GetSystemDateAndTime { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetSystemSupportInformation.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetSystemSupportInformation") 38 | public class GetSystemSupportInformation { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetSystemUris.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetSystemUris") 38 | public class GetSystemUris { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetUsers.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetUsers") 38 | public class GetUsers { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetWsdlUrl.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetWsdlUrl") 38 | public class GetWsdlUrl { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/GetZeroConfiguration.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetZeroConfiguration") 38 | public class GetZeroConfiguration { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/LoadCACertificatesResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "LoadCACertificatesResponse") 38 | public class LoadCACertificatesResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/LoadCertificatesResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "LoadCertificatesResponse") 38 | public class LoadCertificatesResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/RemoveIPAddressFilterResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "RemoveIPAddressFilterResponse") 38 | public class RemoveIPAddressFilterResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/RestoreSystemResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "RestoreSystemResponse") 38 | public class RestoreSystemResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetAccessPolicyResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetAccessPolicyResponse") 38 | public class SetAccessPolicyResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetCertificatesStatusResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetCertificatesStatusResponse") 38 | public class SetCertificatesStatusResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetDNSResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetDNSResponse") 38 | public class SetDNSResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetDPAddressesResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetDPAddressesResponse") 38 | public class SetDPAddressesResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetDiscoveryModeResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetDiscoveryModeResponse") 38 | public class SetDiscoveryModeResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetDot1XConfigurationResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetDot1XConfigurationResponse") 38 | public class SetDot1XConfigurationResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetDynamicDNSResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetDynamicDNSResponse") 38 | public class SetDynamicDNSResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetHostnameResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetHostnameResponse") 38 | public class SetHostnameResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetIPAddressFilterResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetIPAddressFilterResponse") 38 | public class SetIPAddressFilterResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetNTPResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetNTPResponse") 38 | public class SetNTPResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetNetworkProtocolsResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetNetworkProtocolsResponse") 38 | public class SetNetworkProtocolsResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetRelayOutputSettingsResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetRelayOutputSettingsResponse") 38 | public class SetRelayOutputSettingsResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetRelayOutputStateResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetRelayOutputStateResponse") 38 | public class SetRelayOutputStateResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetRemoteDiscoveryModeResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetRemoteDiscoveryModeResponse") 38 | public class SetRemoteDiscoveryModeResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetRemoteUserResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetRemoteUserResponse") 38 | public class SetRemoteUserResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetScopesResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetScopesResponse") 38 | public class SetScopesResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetSystemDateAndTimeResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetSystemDateAndTimeResponse") 38 | public class SetSystemDateAndTimeResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetSystemFactoryDefaultResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetSystemFactoryDefaultResponse") 38 | public class SetSystemFactoryDefaultResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetUserResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetUserResponse") 38 | public class SetUserResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SetZeroConfigurationResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetZeroConfigurationResponse") 38 | public class SetZeroConfigurationResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/StartFirmwareUpgrade.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "StartFirmwareUpgrade") 38 | public class StartFirmwareUpgrade { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/StartSystemRestore.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "StartSystemRestore") 38 | public class StartSystemRestore { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/SystemReboot.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.device.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SystemReboot") 38 | public class SystemReboot { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/device/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | @javax.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/device/wsdl", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) 9 | package org.onvif.ver10.device.wsdl; 10 | 11 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/Capabilities.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/Capabilities.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/CreatePullPointSubscriptionResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/CreatePullPointSubscriptionResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/GetEventProperties.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/GetEventProperties.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/GetEventPropertiesResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/GetEventPropertiesResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/GetServiceCapabilities.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/GetServiceCapabilities.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/GetServiceCapabilitiesResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/GetServiceCapabilitiesResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/ObjectFactory.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/ObjectFactory.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/PullMessages.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/PullMessages.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/PullMessagesFaultResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/PullMessagesFaultResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/PullMessagesResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/PullMessagesResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/Seek.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/Seek.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/SeekResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/SeekResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/SetSynchronizationPoint.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/SetSynchronizationPoint.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/SetSynchronizationPointResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/SetSynchronizationPointResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/SubscriptionPolicy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/SubscriptionPolicy.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/events/wsdl/package-info.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/events/wsdl/package-info.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/AddMetadataConfigurationResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "AddMetadataConfigurationResponse") 38 | public class AddMetadataConfigurationResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/AddPTZConfigurationResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "AddPTZConfigurationResponse") 38 | public class AddPTZConfigurationResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/DeleteProfileResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "DeleteProfileResponse") 38 | public class DeleteProfileResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/GetAudioDecoderConfigurations.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetAudioDecoderConfigurations") 38 | public class GetAudioDecoderConfigurations { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/GetAudioEncoderConfigurations.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetAudioEncoderConfigurations") 38 | public class GetAudioEncoderConfigurations { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/GetAudioOutputConfigurations.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetAudioOutputConfigurations") 38 | public class GetAudioOutputConfigurations { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/GetAudioOutputs.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetAudioOutputs") 38 | public class GetAudioOutputs { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/GetAudioSourceConfigurations.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetAudioSourceConfigurations") 38 | public class GetAudioSourceConfigurations { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/GetAudioSources.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetAudioSources") 38 | public class GetAudioSources { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/GetMetadataConfigurations.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetMetadataConfigurations") 38 | public class GetMetadataConfigurations { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/GetProfiles.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetProfiles") 38 | public class GetProfiles { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/GetServiceCapabilities.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetServiceCapabilities") 38 | public class GetServiceCapabilities { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/GetVideoAnalyticsConfigurations.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetVideoAnalyticsConfigurations") 38 | public class GetVideoAnalyticsConfigurations { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/GetVideoEncoderConfigurations.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetVideoEncoderConfigurations") 38 | public class GetVideoEncoderConfigurations { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/GetVideoSourceConfigurations.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetVideoSourceConfigurations") 38 | public class GetVideoSourceConfigurations { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/GetVideoSources.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetVideoSources") 38 | public class GetVideoSources { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/RemovePTZConfigurationResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "RemovePTZConfigurationResponse") 38 | public class RemovePTZConfigurationResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/SetMetadataConfigurationResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetMetadataConfigurationResponse") 38 | public class SetMetadataConfigurationResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/SetSynchronizationPointResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetSynchronizationPointResponse") 38 | public class SetSynchronizationPointResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/StartMulticastStreamingResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "StartMulticastStreamingResponse") 38 | public class StartMulticastStreamingResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/StopMulticastStreamingResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | package org.onvif.ver10.media.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "StopMulticastStreamingResponse") 38 | public class StopMulticastStreamingResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/media/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.19 um 02:35:56 PM CET 6 | // 7 | 8 | @javax.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/media/wsdl", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) 9 | package org.onvif.ver10.media.wsdl; 10 | 11 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/ArrayOfFileProgress.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/ArrayOfFileProgress.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/ArrayOfFileProgressExtension.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/ArrayOfFileProgressExtension.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/AudioEncoder2Configuration.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/AudioEncoder2Configuration.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/AudioEncoder2ConfigurationOptions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/AudioEncoder2ConfigurationOptions.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/AudioEncodingMimeNames.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/AudioEncodingMimeNames.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/AutoFocusMode.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.schema; 9 | 10 | import javax.xml.bind.annotation.XmlEnum; 11 | import javax.xml.bind.annotation.XmlType; 12 | 13 | /** 14 | *

15 | * Java-Klasse f�r AutoFocusMode. 16 | * 17 | *

18 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 19 | *

20 | * 21 | *

22 |  * 
23 |  *   
24 |  *     
25 |  *     
26 |  *   
27 |  * 
28 |  * 
29 | * 30 | */ 31 | @XmlType(name = "AutoFocusMode") 32 | @XmlEnum 33 | public enum AutoFocusMode { 34 | 35 | AUTO, MANUAL; 36 | 37 | public String value() { 38 | return name(); 39 | } 40 | 41 | public static AutoFocusMode fromValue(String v) { 42 | return valueOf(v); 43 | } 44 | 45 | } 46 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/Defogging.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/Defogging.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/DefoggingExtension.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/DefoggingExtension.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/DefoggingMode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/DefoggingMode.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/DefoggingOptions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/DefoggingOptions.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/DigitalIdleState.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/DigitalIdleState.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/Enabled.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.schema; 9 | 10 | import javax.xml.bind.annotation.XmlEnum; 11 | import javax.xml.bind.annotation.XmlType; 12 | 13 | /** 14 | *

15 | * Java-Klasse f�r Enabled. 16 | * 17 | *

18 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 19 | *

20 | * 21 | *

22 |  * 
23 |  *   
24 |  *     
25 |  *     
26 |  *   
27 |  * 
28 |  * 
29 | * 30 | */ 31 | @XmlType(name = "Enabled") 32 | @XmlEnum 33 | public enum Enabled { 34 | 35 | ENABLED, DISABLED; 36 | 37 | public String value() { 38 | return name(); 39 | } 40 | 41 | public static Enabled fromValue(String v) { 42 | return valueOf(v); 43 | } 44 | 45 | } 46 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/ExposureMode.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.schema; 9 | 10 | import javax.xml.bind.annotation.XmlEnum; 11 | import javax.xml.bind.annotation.XmlType; 12 | 13 | /** 14 | *

15 | * Java-Klasse f�r ExposureMode. 16 | * 17 | *

18 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 19 | *

20 | * 21 | *

22 |  * 
23 |  *   
24 |  *     
25 |  *     
26 |  *   
27 |  * 
28 |  * 
29 | * 30 | */ 31 | @XmlType(name = "ExposureMode") 32 | @XmlEnum 33 | public enum ExposureMode { 34 | 35 | AUTO, MANUAL; 36 | 37 | public String value() { 38 | return name(); 39 | } 40 | 41 | public static ExposureMode fromValue(String v) { 42 | return valueOf(v); 43 | } 44 | 45 | } 46 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/FileProgress.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/FileProgress.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/ImagingOptions20Extension4.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/ImagingOptions20Extension4.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/ImagingSettingsExtension204.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/ImagingSettingsExtension204.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/IrCutFilterMode.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.schema; 9 | 10 | import javax.xml.bind.annotation.XmlEnum; 11 | import javax.xml.bind.annotation.XmlType; 12 | 13 | /** 14 | *

15 | * Java-Klasse f�r IrCutFilterMode. 16 | * 17 | *

18 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 19 | *

20 | * 21 | *

22 |  * 
23 |  *   
24 |  *     
25 |  *     
26 |  *     
27 |  *   
28 |  * 
29 |  * 
30 | * 31 | */ 32 | @XmlType(name = "IrCutFilterMode") 33 | @XmlEnum 34 | public enum IrCutFilterMode { 35 | 36 | ON, OFF, AUTO; 37 | 38 | public String value() { 39 | return name(); 40 | } 41 | 42 | public static IrCutFilterMode fromValue(String v) { 43 | return valueOf(v); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/LensDescription.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/LensDescription.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/LensOffset.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/LensOffset.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/LensProjection.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/LensProjection.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/MetadataCompressionType.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/MetadataCompressionType.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/MetadataConfigurationOptionsExtension.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/MetadataConfigurationOptionsExtension.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/MetadataConfigurationOptionsExtension2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/MetadataConfigurationOptionsExtension2.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/MoveStatus.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.schema; 9 | 10 | import javax.xml.bind.annotation.XmlEnum; 11 | import javax.xml.bind.annotation.XmlType; 12 | 13 | /** 14 | *

15 | * Java-Klasse f�r MoveStatus. 16 | * 17 | *

18 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 19 | *

20 | * 21 | *

22 |  * 
23 |  *   
24 |  *     
25 |  *     
26 |  *     
27 |  *   
28 |  * 
29 |  * 
30 | * 31 | */ 32 | @XmlType(name = "MoveStatus") 33 | @XmlEnum 34 | public enum MoveStatus { 35 | 36 | IDLE, MOVING, UNKNOWN; 37 | 38 | public String value() { 39 | return name(); 40 | } 41 | 42 | public static MoveStatus fromValue(String v) { 43 | return valueOf(v); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/Mpeg4Profile.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.schema; 9 | 10 | import javax.xml.bind.annotation.XmlEnum; 11 | import javax.xml.bind.annotation.XmlType; 12 | 13 | /** 14 | *

15 | * Java-Klasse f�r Mpeg4Profile. 16 | * 17 | *

18 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 19 | *

20 | * 21 | *

22 |  * 
23 |  *   
24 |  *     
25 |  *     
26 |  *   
27 |  * 
28 |  * 
29 | * 30 | */ 31 | @XmlType(name = "Mpeg4Profile") 32 | @XmlEnum 33 | public enum Mpeg4Profile { 34 | 35 | SP, ASP; 36 | 37 | public String value() { 38 | return name(); 39 | } 40 | 41 | public static Mpeg4Profile fromValue(String v) { 42 | return valueOf(v); 43 | } 44 | 45 | } 46 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/NoiseReduction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/NoiseReduction.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/NoiseReductionOptions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/NoiseReductionOptions.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/RotateMode.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.schema; 9 | 10 | import javax.xml.bind.annotation.XmlEnum; 11 | import javax.xml.bind.annotation.XmlType; 12 | 13 | /** 14 | *

15 | * Java-Klasse f�r RotateMode. 16 | * 17 | *

18 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 19 | *

20 | * 21 | *

22 |  * 
23 |  *   
24 |  *     
25 |  *     
26 |  *     
27 |  *   
28 |  * 
29 |  * 
30 | * 31 | */ 32 | @XmlType(name = "RotateMode") 33 | @XmlEnum 34 | public enum RotateMode { 35 | 36 | OFF, ON, AUTO; 37 | 38 | public String value() { 39 | return name(); 40 | } 41 | 42 | public static RotateMode fromValue(String v) { 43 | return valueOf(v); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/StorageReferencePath.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/StorageReferencePath.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/StorageReferencePathExtension.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/StorageReferencePathExtension.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/ToneCompensation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/ToneCompensation.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/ToneCompensationExtension.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/ToneCompensationExtension.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/ToneCompensationMode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/ToneCompensationMode.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/ToneCompensationOptions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/ToneCompensationOptions.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/VideoEncoder2Configuration.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/VideoEncoder2Configuration.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/VideoEncoder2ConfigurationOptions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/VideoEncoder2ConfigurationOptions.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/VideoEncodingMimeNames.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/VideoEncodingMimeNames.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/VideoEncodingProfiles.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/VideoEncodingProfiles.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/VideoRateControl2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/VideoRateControl2.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/VideoResolution2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver10/schema/VideoResolution2.java -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/WhiteBalanceMode.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.schema; 9 | 10 | import javax.xml.bind.annotation.XmlEnum; 11 | import javax.xml.bind.annotation.XmlType; 12 | 13 | /** 14 | *

15 | * Java-Klasse f�r WhiteBalanceMode. 16 | * 17 | *

18 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 19 | *

20 | * 21 | *

22 |  * 
23 |  *   
24 |  *     
25 |  *     
26 |  *   
27 |  * 
28 |  * 
29 | * 30 | */ 31 | @XmlType(name = "WhiteBalanceMode") 32 | @XmlEnum 33 | public enum WhiteBalanceMode { 34 | 35 | AUTO, MANUAL; 36 | 37 | public String value() { 38 | return name(); 39 | } 40 | 41 | public static WhiteBalanceMode fromValue(String v) { 42 | return valueOf(v); 43 | } 44 | 45 | } 46 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/WideDynamicMode.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | package org.onvif.ver10.schema; 9 | 10 | import javax.xml.bind.annotation.XmlEnum; 11 | import javax.xml.bind.annotation.XmlType; 12 | 13 | /** 14 | *

15 | * Java-Klasse f�r WideDynamicMode. 16 | * 17 | *

18 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 19 | *

20 | * 21 | *

22 |  * 
23 |  *   
24 |  *     
25 |  *     
26 |  *   
27 |  * 
28 |  * 
29 | * 30 | */ 31 | @XmlType(name = "WideDynamicMode") 32 | @XmlEnum 33 | public enum WideDynamicMode { 34 | 35 | OFF, ON; 36 | 37 | public String value() { 38 | return name(); 39 | } 40 | 41 | public static WideDynamicMode fromValue(String v) { 42 | return valueOf(v); 43 | } 44 | 45 | } 46 | -------------------------------------------------------------------------------- /src/org/onvif/ver10/schema/package-info.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | @javax.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver10/schema", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) 9 | package org.onvif.ver10.schema; 10 | 11 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/Capabilities.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/Capabilities.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/GetImagingSettings.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/GetImagingSettings.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/GetImagingSettingsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/GetImagingSettingsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/GetMoveOptions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/GetMoveOptions.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/GetMoveOptionsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/GetMoveOptionsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/GetOptions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/GetOptions.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/GetOptionsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/GetOptionsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/GetServiceCapabilities.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/GetServiceCapabilities.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/GetServiceCapabilitiesResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/GetServiceCapabilitiesResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/GetStatus.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/GetStatus.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/GetStatusResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/GetStatusResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/Move.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/Move.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/MoveResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/MoveResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/ObjectFactory.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/ObjectFactory.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/SetImagingSettings.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/SetImagingSettings.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/SetImagingSettingsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/SetImagingSettingsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/Stop.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/Stop.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/StopResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/StopResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/imaging/wsdl/package-info.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/imaging/wsdl/package-info.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/AddConfiguration.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/AddConfiguration.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/AddConfigurationResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/AddConfigurationResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/Capabilities2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/Capabilities2.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/ConfigurationEnumeration.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/ConfigurationEnumeration.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/ConfigurationRef.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/ConfigurationRef.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/ConfigurationSet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/ConfigurationSet.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/CreateOSD.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/CreateOSD.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/CreateOSDResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/CreateOSDResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/CreateProfile.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/CreateProfile.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/CreateProfileResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/CreateProfileResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/DeleteOSD.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/DeleteOSD.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/DeleteProfile.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/DeleteProfile.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/DeleteProfileResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/DeleteProfileResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetAnalyticsConfigurationsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetAnalyticsConfigurationsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetAudioDecoderConfigurationOptionsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetAudioDecoderConfigurationOptionsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetAudioDecoderConfigurationsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetAudioDecoderConfigurationsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetAudioEncoderConfigurationOptionsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetAudioEncoderConfigurationOptionsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetAudioEncoderConfigurationsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetAudioEncoderConfigurationsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetAudioOutputConfigurationOptionsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetAudioOutputConfigurationOptionsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetAudioOutputConfigurationsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetAudioOutputConfigurationsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetAudioSourceConfigurationOptionsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetAudioSourceConfigurationOptionsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetAudioSourceConfigurationsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetAudioSourceConfigurationsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetConfiguration.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetConfiguration.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetMetadataConfigurationOptionsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetMetadataConfigurationOptionsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetMetadataConfigurationsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetMetadataConfigurationsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetOSDOptions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetOSDOptions.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetOSDOptionsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetOSDOptionsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetOSDs.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetOSDs.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetOSDsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetOSDsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetProfiles.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetProfiles.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetProfilesResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetProfilesResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetServiceCapabilities.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetServiceCapabilities.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetServiceCapabilitiesResponse2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetServiceCapabilitiesResponse2.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetSnapshotUri.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetSnapshotUri.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetSnapshotUriResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetSnapshotUriResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetStreamUri.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetStreamUri.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetStreamUriResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetStreamUriResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetVideoEncoderConfigurationOptionsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetVideoEncoderConfigurationOptionsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetVideoEncoderConfigurationsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetVideoEncoderConfigurationsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetVideoSourceConfigurationOptionsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetVideoSourceConfigurationOptionsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetVideoSourceConfigurationsResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetVideoSourceConfigurationsResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetVideoSourceModes.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetVideoSourceModes.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/GetVideoSourceModesResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/GetVideoSourceModesResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/MediaProfile.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/MediaProfile.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/ObjectFactory.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/ObjectFactory.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/ProfileCapabilities.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/ProfileCapabilities.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/RemoveConfiguration.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/RemoveConfiguration.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/RemoveConfigurationResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/RemoveConfigurationResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/SetAudioDecoderConfiguration.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/SetAudioDecoderConfiguration.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/SetAudioEncoderConfiguration.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/SetAudioEncoderConfiguration.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/SetAudioOutputConfiguration.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/SetAudioOutputConfiguration.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/SetAudioSourceConfiguration.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/SetAudioSourceConfiguration.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/SetConfigurationResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/SetConfigurationResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/SetMetadataConfiguration.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/SetMetadataConfiguration.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/SetOSD.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/SetOSD.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/SetSynchronizationPoint.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/SetSynchronizationPoint.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/SetSynchronizationPointResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/SetSynchronizationPointResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/SetVideoEncoderConfiguration.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/SetVideoEncoderConfiguration.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/SetVideoSourceConfiguration.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/SetVideoSourceConfiguration.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/SetVideoSourceMode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/SetVideoSourceMode.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/SetVideoSourceModeResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/SetVideoSourceModeResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/StartStopMulticastStreaming.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/StartStopMulticastStreaming.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/StartStopMulticastStreamingResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/StartStopMulticastStreamingResponse.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/StreamingCapabilities.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/StreamingCapabilities.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/TransportProtocol.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/TransportProtocol.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/VideoSourceMode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/VideoSourceMode.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/VideoSourceModeExtension.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/VideoSourceModeExtension.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/media/wsdl/package-info.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milg0/onvif-java-lib/040671809ee31edec2a3db403a573e6629232b94/src/org/onvif/ver20/media/wsdl/package-info.java -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/AbsoluteMoveResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | package org.onvif.ver20.ptz.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "AbsoluteMoveResponse") 38 | public class AbsoluteMoveResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/ContinuousMoveResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | package org.onvif.ver20.ptz.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "ContinuousMoveResponse") 38 | public class ContinuousMoveResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/GetConfigurations.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | package org.onvif.ver20.ptz.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *     
27 |  *   
28 |  * 
29 |  * 
30 | * 31 | * 32 | */ 33 | @XmlAccessorType(XmlAccessType.FIELD) 34 | @XmlType(name = "") 35 | @XmlRootElement(name = "GetConfigurations") 36 | public class GetConfigurations { 37 | 38 | } 39 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/GetNodes.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | package org.onvif.ver20.ptz.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *     
27 |  *   
28 |  * 
29 |  * 
30 | * 31 | * 32 | */ 33 | @XmlAccessorType(XmlAccessType.FIELD) 34 | @XmlType(name = "") 35 | @XmlRootElement(name = "GetNodes") 36 | public class GetNodes { 37 | 38 | } 39 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/GetServiceCapabilities.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | package org.onvif.ver20.ptz.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GetServiceCapabilities") 38 | public class GetServiceCapabilities { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/GotoHomePositionResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | package org.onvif.ver20.ptz.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "GotoHomePositionResponse") 38 | public class GotoHomePositionResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/GotoPresetResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | package org.onvif.ver20.ptz.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *     
27 |  *   
28 |  * 
29 |  * 
30 | * 31 | * 32 | */ 33 | @XmlAccessorType(XmlAccessType.FIELD) 34 | @XmlType(name = "") 35 | @XmlRootElement(name = "GotoPresetResponse") 36 | public class GotoPresetResponse { 37 | 38 | } 39 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/ModifyPresetTourResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | package org.onvif.ver20.ptz.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "ModifyPresetTourResponse") 38 | public class ModifyPresetTourResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/OperatePresetTourResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | package org.onvif.ver20.ptz.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "OperatePresetTourResponse") 38 | public class OperatePresetTourResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/RelativeMoveResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | package org.onvif.ver20.ptz.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "RelativeMoveResponse") 38 | public class RelativeMoveResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/RemovePresetResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | package org.onvif.ver20.ptz.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *     
27 |  *   
28 |  * 
29 |  * 
30 | * 31 | * 32 | */ 33 | @XmlAccessorType(XmlAccessType.FIELD) 34 | @XmlType(name = "") 35 | @XmlRootElement(name = "RemovePresetResponse") 36 | public class RemovePresetResponse { 37 | 38 | } 39 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/RemovePresetTourResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | package org.onvif.ver20.ptz.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "RemovePresetTourResponse") 38 | public class RemovePresetTourResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/SetConfigurationResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | package org.onvif.ver20.ptz.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetConfigurationResponse") 38 | public class SetConfigurationResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/SetHomePositionResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | package org.onvif.ver20.ptz.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "SetHomePositionResponse") 38 | public class SetHomePositionResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/StopResponse.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | package org.onvif.ver20.ptz.wsdl; 9 | 10 | import javax.xml.bind.annotation.XmlAccessType; 11 | import javax.xml.bind.annotation.XmlAccessorType; 12 | import javax.xml.bind.annotation.XmlRootElement; 13 | import javax.xml.bind.annotation.XmlType; 14 | 15 | /** 16 | *

17 | * Java-Klasse f�r anonymous complex type. 18 | * 19 | *

20 | * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. 21 | * 22 | *

23 |  * 
24 |  *   
25 |  *     
26 |  *       
27 |  *       
28 |  *     
29 |  *   
30 |  * 
31 |  * 
32 | * 33 | * 34 | */ 35 | @XmlAccessorType(XmlAccessType.FIELD) 36 | @XmlType(name = "") 37 | @XmlRootElement(name = "StopResponse") 38 | public class StopResponse { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/org/onvif/ver20/ptz/wsdl/package-info.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.17 um 11:33:29 AM CET 6 | // 7 | 8 | @javax.xml.bind.annotation.XmlSchema(namespace = "http://www.onvif.org/ver20/ptz/wsdl", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) 9 | package org.onvif.ver20.ptz.wsdl; 10 | 11 | -------------------------------------------------------------------------------- /src/org/w3/_2004/_08/xop/include/package-info.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | @javax.xml.bind.annotation.XmlSchema(namespace = "http://www.w3.org/2004/08/xop/include") 9 | package org.w3._2004._08.xop.include; 10 | 11 | -------------------------------------------------------------------------------- /src/org/w3/_2005/_05/xmlmime/package-info.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | @javax.xml.bind.annotation.XmlSchema(namespace = "http://www.w3.org/2005/05/xmlmime") 9 | package org.w3._2005._05.xmlmime; 10 | 11 | -------------------------------------------------------------------------------- /src/org/w3/_2005/_08/addressing/package-info.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | @javax.xml.bind.annotation.XmlSchema(namespace = "http://www.w3.org/2005/08/addressing", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) 9 | package org.w3._2005._08.addressing; 10 | 11 | -------------------------------------------------------------------------------- /src/org/xmlsoap/schemas/soap/envelope/package-info.java: -------------------------------------------------------------------------------- 1 | // 2 | // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert 3 | // Siehe http://java.sun.com/xml/jaxb 4 | // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 5 | // Generiert: 2014.02.04 um 12:22:03 PM CET 6 | // 7 | 8 | @javax.xml.bind.annotation.XmlSchema(namespace = "http://schemas.xmlsoap.org/soap/envelope/") 9 | package org.xmlsoap.schemas.soap.envelope; 10 | 11 | --------------------------------------------------------------------------------