├── .gitignore ├── default.properties ├── media └── image1.png ├── src ├── main │ └── java │ │ ├── com │ │ └── coverity │ │ │ └── ws │ │ │ └── v9 │ │ │ ├── package-info.java │ │ │ ├── GetVersion.java │ │ │ ├── GetAllRoles.java │ │ │ ├── GetTypeNames.java │ │ │ ├── GetAttributes.java │ │ │ ├── GetServerTime.java │ │ │ ├── GetCommitState.java │ │ │ ├── GetCheckerNames.java │ │ │ ├── GetLicenseState.java │ │ │ ├── GetSystemConfig.java │ │ │ ├── GetCategoryNames.java │ │ │ ├── GetAllPermissions.java │ │ │ ├── GetDefectStatuses.java │ │ │ ├── CreateRoleResponse.java │ │ │ ├── CreateUserResponse.java │ │ │ ├── DeleteRoleResponse.java │ │ │ ├── DeleteUserResponse.java │ │ │ ├── GetLastUpdateTimes.java │ │ │ ├── GetMessageOfTheDay.java │ │ │ ├── UpdateRoleResponse.java │ │ │ ├── UpdateUserResponse.java │ │ │ ├── CreateGroupResponse.java │ │ │ ├── DeleteGroupResponse.java │ │ │ ├── UpdateGroupResponse.java │ │ │ ├── CreateStreamResponse.java │ │ │ ├── DeleteStreamResponse.java │ │ │ ├── GetLdapServerDomains.java │ │ │ ├── UpdateStreamResponse.java │ │ │ ├── CreateProjectResponse.java │ │ │ ├── DeleteProjectResponse.java │ │ │ ├── ImportLicenseResponse.java │ │ │ ├── UpdateProjectResponse.java │ │ │ ├── DeleteSnapshotResponse.java │ │ │ ├── GetBackupConfiguration.java │ │ │ ├── GetSignInConfiguration.java │ │ │ ├── CreateAttributeResponse.java │ │ │ ├── DeleteAttributeResponse.java │ │ │ ├── GetLicenseConfiguration.java │ │ │ ├── GetLoggingConfiguration.java │ │ │ ├── GetSnapshotPurgeDetails.java │ │ │ ├── UpdateAttributeResponse.java │ │ │ ├── GetAllLdapConfigurations.java │ │ │ ├── CreateTriageStoreResponse.java │ │ │ ├── DeleteTriageStoreResponse.java │ │ │ ├── MergeTriageStoresResponse.java │ │ │ ├── UpdateTriageStoreResponse.java │ │ │ ├── CreateComponentMapResponse.java │ │ │ ├── CreateMergedDefectResponse.java │ │ │ ├── DeleteComponentMapResponse.java │ │ │ ├── SetMessageOfTheDayResponse.java │ │ │ ├── UpdateComponentMapResponse.java │ │ │ ├── UpdateSnapshotInfoResponse.java │ │ │ ├── ExecuteNotificationResponse.java │ │ │ ├── UpdateStreamDefectsResponse.java │ │ │ ├── CreateStreamInProjectResponse.java │ │ │ ├── SetAcceptingNewCommitsResponse.java │ │ │ ├── SetBackupConfigurationResponse.java │ │ │ ├── CreateLdapConfigurationResponse.java │ │ │ ├── DeleteLdapConfigurationResponse.java │ │ │ ├── GetSkeletonizationConfiguration.java │ │ │ ├── SetLoggingConfigurationResponse.java │ │ │ ├── SetSnapshotPurgeDetailsResponse.java │ │ │ ├── UpdateLdapConfigurationResponse.java │ │ │ ├── UpdateSignInConfigurationResponse.java │ │ │ ├── GetArchitectureAnalysisConfiguration.java │ │ │ ├── UpdateDefectInstancePropertiesResponse.java │ │ │ ├── SetSkeletonizationConfigurationResponse.java │ │ │ ├── UpdateTriageForCIDsInTriageStoreResponse.java │ │ │ ├── SetArchitectureAnalysisConfigurationResponse.java │ │ │ ├── DeleteSnapshotJobStatus.java │ │ │ ├── SnapshotIdDataObj.java │ │ │ ├── DefectInstanceIdDataObj.java │ │ │ ├── CovRemoteServiceException_Exception.java │ │ │ ├── SetAcceptingNewCommits.java │ │ │ ├── LicenseStateDataObj.java │ │ │ ├── GetUser.java │ │ │ ├── DeleteUser.java │ │ │ ├── GetRole.java │ │ │ ├── DeleteRole.java │ │ │ ├── GetGroup.java │ │ │ ├── SetMessageOfTheDay.java │ │ │ ├── DeleteGroup.java │ │ │ ├── CreateRole.java │ │ │ ├── CreateUser.java │ │ │ ├── ExecuteNotification.java │ │ │ ├── RoleIdDataObj.java │ │ │ ├── StreamIdDataObj.java │ │ │ ├── CreateGroup.java │ │ │ ├── ProjectIdDataObj.java │ │ │ ├── ComponentIdDataObj.java │ │ │ ├── DeleteProject.java │ │ │ ├── CreateStream.java │ │ │ ├── TriageStoreIdDataObj.java │ │ │ ├── ComponentMapIdDataObj.java │ │ │ ├── ServerDomainIdDataObj.java │ │ │ ├── AttributeValueIdDataObj.java │ │ │ ├── GetComponent.java │ │ │ ├── LicenseSpecDataObj.java │ │ │ ├── CreateProject.java │ │ │ ├── GetStreams.java │ │ │ ├── ComponentMapFilterSpecDataObj.java │ │ │ ├── GetProjects.java │ │ │ ├── GetRoleResponse.java │ │ │ ├── GetUserResponse.java │ │ │ ├── AttributeDefinitionIdDataObj.java │ │ │ ├── GetGroupResponse.java │ │ │ ├── CopyStreamResponse.java │ │ │ ├── GetMessageOfTheDayResponse.java │ │ │ ├── DeleteTriageStore.java │ │ │ ├── GetUsersResponse.java │ │ │ ├── GetVersionResponse.java │ │ │ ├── GetGroupsResponse.java │ │ │ ├── GetTriageStores.java │ │ │ ├── ImportLicense.java │ │ │ ├── PermissionDataObj.java │ │ │ ├── DeleteComponentMap.java │ │ │ ├── GetComponentMaps.java │ │ │ ├── GetComponentResponse.java │ │ │ ├── CreateTriageStore.java │ │ │ ├── GetCommitStateResponse.java │ │ │ ├── GetDeveloperStreamsProjects.java │ │ │ ├── CreateComponentMap.java │ │ │ ├── GetFileContentsResponse.java │ │ │ ├── GetLicenseStateResponse.java │ │ │ ├── GetSystemConfigResponse.java │ │ │ ├── GetLicenseConfigurationResponse.java │ │ │ ├── SetSnapshotPurgeDetails.java │ │ │ ├── GetAttributeResponse.java │ │ │ ├── GetArchitectureAnalysisConfigurationResponse.java │ │ │ ├── GetOutputFileForSnapshotResponse.java │ │ │ ├── GetAttribute.java │ │ │ ├── GetSignInConfigurationResponse.java │ │ │ ├── DeleteAttribute.java │ │ │ ├── DeleteLdapConfiguration.java │ │ │ ├── GetSnapshotPurgeDetailsResponse.java │ │ │ ├── UpdateSignInConfiguration.java │ │ │ ├── GetBackupConfigurationResponse.java │ │ │ ├── CreateAttribute.java │ │ │ ├── GetLoggingConfigurationResponse.java │ │ │ ├── GetMergedDefectsForStreamsResponse.java │ │ │ ├── CreateLdapConfiguration.java │ │ │ ├── GetMergedDefectsForProjectScopeResponse.java │ │ │ ├── GetMergedDefectsForSnapshotScopeResponse.java │ │ │ ├── SetBackupConfiguration.java │ │ │ ├── GetServerTimeResponse.java │ │ │ ├── SetArchitectureAnalysisConfiguration.java │ │ │ └── SetLoggingConfiguration.java │ │ └── org │ │ └── sonar │ │ └── plugins │ │ └── coverity │ │ ├── metrics │ │ └── MetricService.java │ │ ├── ws │ │ └── CIMClientFactory.java │ │ └── server │ │ └── CoverityProfiles.java ├── license │ └── coverity_license │ │ └── header.txt └── test │ └── java │ └── org │ └── sonar │ └── plugins │ └── coverity │ ├── util │ └── findbugs-checker-properties.json │ ├── CoverityPluginTest.java │ └── server │ └── CppLanguageTest.java ├── .arcconfig ├── codecov.yml └── ta-policy.json /.gitignore: -------------------------------------------------------------------------------- 1 | target/* 2 | .*.sw? 3 | .idea 4 | *.iml 5 | -------------------------------------------------------------------------------- /default.properties: -------------------------------------------------------------------------------- 1 | build.java.version=1.8 2 | build.mvn.version=3.1.1 3 | 4 | -------------------------------------------------------------------------------- /media/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coverity/coverity-sonar-plugin/HEAD/media/image1.png -------------------------------------------------------------------------------- /src/main/java/com/coverity/ws/v9/package-info.java: -------------------------------------------------------------------------------- 1 | @javax.xml.bind.annotation.XmlSchema(namespace = "http://ws.coverity.com/v9") 2 | package com.coverity.ws.v9; 3 | -------------------------------------------------------------------------------- /.arcconfig: -------------------------------------------------------------------------------- 1 | { 2 | "project_id" : "sonar_plugin", 3 | "conduit_uri" : "https://codereview-sig.internal.synopsys.com/", 4 | "https.blindly-trust-domains" : ["codereview-sig.internal.synopsys.com"] 5 | } 6 | -------------------------------------------------------------------------------- /codecov.yml: -------------------------------------------------------------------------------- 1 | # https://docs.codecov.io/docs/codecov-yaml 2 | # https://github.com/codecov/support/wiki/Codecov-Yaml 3 | coverage: 4 | status: 5 | # lines changed by a single commit or merge request 6 | patch: 7 | default: 8 | only_pulls: true 9 | # coverage of the whole project 10 | project: 11 | default: 12 | only_pulls: true 13 | -------------------------------------------------------------------------------- /src/license/coverity_license/header.txt: -------------------------------------------------------------------------------- 1 | /* 2 | * Coverity Sonar Plugin 3 | * Copyright 2024 Black Duck Software, Inc. All rights reserved. 4 | * 5 | * All rights reserved. This program and the accompanying materials are made 6 | * available under the terms of the Eclipse Public License v1.0 which 7 | * accompanies this distribution, and is available at 8 | * http://www.eclipse.org/legal/epl-v10.html. 9 | */ -------------------------------------------------------------------------------- /src/main/java/com/coverity/ws/v9/GetVersion.java: -------------------------------------------------------------------------------- 1 | 2 | package com.coverity.ws.v9; 3 | 4 | import javax.xml.bind.annotation.XmlAccessType; 5 | import javax.xml.bind.annotation.XmlAccessorType; 6 | import javax.xml.bind.annotation.XmlType; 7 | 8 | 9 | /** 10 | *
Java class for getVersion complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getVersion">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getVersion")
29 | public class GetVersion {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetAllRoles.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getAllRoles complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getAllRoles">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getAllRoles")
29 | public class GetAllRoles {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetTypeNames.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getTypeNames complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getTypeNames">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getTypeNames")
29 | public class GetTypeNames {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetAttributes.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getAttributes complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getAttributes">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getAttributes")
29 | public class GetAttributes {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetServerTime.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getServerTime complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getServerTime">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getServerTime")
29 | public class GetServerTime {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetCommitState.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getCommitState complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getCommitState">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getCommitState")
29 | public class GetCommitState {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetCheckerNames.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getCheckerNames complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getCheckerNames">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getCheckerNames")
29 | public class GetCheckerNames {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetLicenseState.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getLicenseState complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getLicenseState">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getLicenseState")
29 | public class GetLicenseState {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetSystemConfig.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getSystemConfig complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getSystemConfig">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getSystemConfig")
29 | public class GetSystemConfig {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetCategoryNames.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getCategoryNames complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getCategoryNames">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getCategoryNames")
29 | public class GetCategoryNames {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetAllPermissions.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getAllPermissions complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getAllPermissions">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getAllPermissions")
29 | public class GetAllPermissions {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetDefectStatuses.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getDefectStatuses complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getDefectStatuses">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getDefectStatuses")
29 | public class GetDefectStatuses {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateRoleResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createRoleResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createRoleResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "createRoleResponse")
29 | public class CreateRoleResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateUserResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createUserResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createUserResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "createUserResponse")
29 | public class CreateUserResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteRoleResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteRoleResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteRoleResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "deleteRoleResponse")
29 | public class DeleteRoleResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteUserResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteUserResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteUserResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "deleteUserResponse")
29 | public class DeleteUserResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetLastUpdateTimes.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getLastUpdateTimes complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getLastUpdateTimes">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getLastUpdateTimes")
29 | public class GetLastUpdateTimes {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetMessageOfTheDay.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getMessageOfTheDay complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getMessageOfTheDay">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getMessageOfTheDay")
29 | public class GetMessageOfTheDay {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/UpdateRoleResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for updateRoleResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="updateRoleResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "updateRoleResponse")
29 | public class UpdateRoleResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/UpdateUserResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for updateUserResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="updateUserResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "updateUserResponse")
29 | public class UpdateUserResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateGroupResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createGroupResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createGroupResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "createGroupResponse")
29 | public class CreateGroupResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteGroupResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteGroupResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteGroupResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "deleteGroupResponse")
29 | public class DeleteGroupResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/UpdateGroupResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for updateGroupResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="updateGroupResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "updateGroupResponse")
29 | public class UpdateGroupResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateStreamResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createStreamResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createStreamResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "createStreamResponse")
29 | public class CreateStreamResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteStreamResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteStreamResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteStreamResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "deleteStreamResponse")
29 | public class DeleteStreamResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetLdapServerDomains.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getLdapServerDomains complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getLdapServerDomains">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getLdapServerDomains")
29 | public class GetLdapServerDomains {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/UpdateStreamResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for updateStreamResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="updateStreamResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "updateStreamResponse")
29 | public class UpdateStreamResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateProjectResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createProjectResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createProjectResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "createProjectResponse")
29 | public class CreateProjectResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteProjectResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteProjectResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteProjectResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "deleteProjectResponse")
29 | public class DeleteProjectResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/ImportLicenseResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for importLicenseResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="importLicenseResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "importLicenseResponse")
29 | public class ImportLicenseResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/UpdateProjectResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for updateProjectResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="updateProjectResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "updateProjectResponse")
29 | public class UpdateProjectResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteSnapshotResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteSnapshotResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteSnapshotResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "deleteSnapshotResponse")
29 | public class DeleteSnapshotResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetBackupConfiguration.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getBackupConfiguration complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getBackupConfiguration">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getBackupConfiguration")
29 | public class GetBackupConfiguration {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetSignInConfiguration.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getSignInConfiguration complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getSignInConfiguration">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getSignInConfiguration")
29 | public class GetSignInConfiguration {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateAttributeResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createAttributeResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createAttributeResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "createAttributeResponse")
29 | public class CreateAttributeResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteAttributeResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteAttributeResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteAttributeResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "deleteAttributeResponse")
29 | public class DeleteAttributeResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetLicenseConfiguration.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getLicenseConfiguration complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getLicenseConfiguration">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getLicenseConfiguration")
29 | public class GetLicenseConfiguration {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetLoggingConfiguration.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getLoggingConfiguration complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getLoggingConfiguration">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getLoggingConfiguration")
29 | public class GetLoggingConfiguration {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetSnapshotPurgeDetails.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getSnapshotPurgeDetails complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getSnapshotPurgeDetails">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getSnapshotPurgeDetails")
29 | public class GetSnapshotPurgeDetails {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/UpdateAttributeResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for updateAttributeResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="updateAttributeResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "updateAttributeResponse")
29 | public class UpdateAttributeResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetAllLdapConfigurations.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getAllLdapConfigurations complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getAllLdapConfigurations">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getAllLdapConfigurations")
29 | public class GetAllLdapConfigurations {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateTriageStoreResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createTriageStoreResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createTriageStoreResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "createTriageStoreResponse")
29 | public class CreateTriageStoreResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteTriageStoreResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteTriageStoreResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteTriageStoreResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "deleteTriageStoreResponse")
29 | public class DeleteTriageStoreResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/MergeTriageStoresResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for mergeTriageStoresResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="mergeTriageStoresResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "mergeTriageStoresResponse")
29 | public class MergeTriageStoresResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/UpdateTriageStoreResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for updateTriageStoreResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="updateTriageStoreResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "updateTriageStoreResponse")
29 | public class UpdateTriageStoreResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateComponentMapResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createComponentMapResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createComponentMapResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "createComponentMapResponse")
29 | public class CreateComponentMapResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateMergedDefectResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createMergedDefectResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createMergedDefectResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "createMergedDefectResponse")
29 | public class CreateMergedDefectResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteComponentMapResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteComponentMapResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteComponentMapResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "deleteComponentMapResponse")
29 | public class DeleteComponentMapResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/SetMessageOfTheDayResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for setMessageOfTheDayResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="setMessageOfTheDayResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "setMessageOfTheDayResponse")
29 | public class SetMessageOfTheDayResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/UpdateComponentMapResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for updateComponentMapResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="updateComponentMapResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "updateComponentMapResponse")
29 | public class UpdateComponentMapResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/UpdateSnapshotInfoResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for updateSnapshotInfoResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="updateSnapshotInfoResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "updateSnapshotInfoResponse")
29 | public class UpdateSnapshotInfoResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/ExecuteNotificationResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for executeNotificationResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="executeNotificationResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "executeNotificationResponse")
29 | public class ExecuteNotificationResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/UpdateStreamDefectsResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for updateStreamDefectsResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="updateStreamDefectsResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "updateStreamDefectsResponse")
29 | public class UpdateStreamDefectsResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateStreamInProjectResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createStreamInProjectResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createStreamInProjectResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "createStreamInProjectResponse")
29 | public class CreateStreamInProjectResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/SetAcceptingNewCommitsResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for setAcceptingNewCommitsResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="setAcceptingNewCommitsResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "setAcceptingNewCommitsResponse")
29 | public class SetAcceptingNewCommitsResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/SetBackupConfigurationResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for setBackupConfigurationResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="setBackupConfigurationResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "setBackupConfigurationResponse")
29 | public class SetBackupConfigurationResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateLdapConfigurationResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createLdapConfigurationResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createLdapConfigurationResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "createLdapConfigurationResponse")
29 | public class CreateLdapConfigurationResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteLdapConfigurationResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteLdapConfigurationResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteLdapConfigurationResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "deleteLdapConfigurationResponse")
29 | public class DeleteLdapConfigurationResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetSkeletonizationConfiguration.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getSkeletonizationConfiguration complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getSkeletonizationConfiguration">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getSkeletonizationConfiguration")
29 | public class GetSkeletonizationConfiguration {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/SetLoggingConfigurationResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for setLoggingConfigurationResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="setLoggingConfigurationResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "setLoggingConfigurationResponse")
29 | public class SetLoggingConfigurationResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/SetSnapshotPurgeDetailsResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for setSnapshotPurgeDetailsResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="setSnapshotPurgeDetailsResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "setSnapshotPurgeDetailsResponse")
29 | public class SetSnapshotPurgeDetailsResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/UpdateLdapConfigurationResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for updateLdapConfigurationResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="updateLdapConfigurationResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "updateLdapConfigurationResponse")
29 | public class UpdateLdapConfigurationResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/UpdateSignInConfigurationResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for updateSignInConfigurationResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="updateSignInConfigurationResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "updateSignInConfigurationResponse")
29 | public class UpdateSignInConfigurationResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetArchitectureAnalysisConfiguration.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getArchitectureAnalysisConfiguration complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getArchitectureAnalysisConfiguration">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "getArchitectureAnalysisConfiguration")
29 | public class GetArchitectureAnalysisConfiguration {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/UpdateDefectInstancePropertiesResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for updateDefectInstancePropertiesResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="updateDefectInstancePropertiesResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "updateDefectInstancePropertiesResponse")
29 | public class UpdateDefectInstancePropertiesResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/SetSkeletonizationConfigurationResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for setSkeletonizationConfigurationResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="setSkeletonizationConfigurationResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "setSkeletonizationConfigurationResponse")
29 | public class SetSkeletonizationConfigurationResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/UpdateTriageForCIDsInTriageStoreResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for updateTriageForCIDsInTriageStoreResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="updateTriageForCIDsInTriageStoreResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "updateTriageForCIDsInTriageStoreResponse")
29 | public class UpdateTriageForCIDsInTriageStoreResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/test/java/org/sonar/plugins/coverity/util/findbugs-checker-properties.json:
--------------------------------------------------------------------------------
1 | {
2 | "type" : "Coverity Issue Type Definitions",
3 | "format_version" : 1,
4 | "issue_type" : [
5 | {
6 | "type" : "FB.AM_CREATES_EMPTY_JAR_FILE_ENTRY",
7 | "subtype" : "generic",
8 | "code-language" : "java",
9 | "name" : {
10 | "en" : "AM: API misuse"
11 | },
12 | "description" : {
13 | "en" : "The code calls putNextEntry(), immediately followed by a call to closeEntry(). (From FindBugs™ description)"
14 | },
15 | "local_effect" : {
16 | "en" : ""
17 | },
18 | "cim_checker_properties" : {
19 | "category" : "FindBugs: Bad practice",
20 | "cweCategory" : 227,
21 | "impact" : "Low",
22 | "qualityKind" : true,
23 | "securityKind" : false,
24 | "testKind" : false
25 | }
26 | }
27 | ]
28 | }
29 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/SetArchitectureAnalysisConfigurationResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for setArchitectureAnalysisConfigurationResponse complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="setArchitectureAnalysisConfigurationResponse">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * </sequence>
20 | * </restriction>
21 | * </complexContent>
22 | * </complexType>
23 | *
24 | *
25 | *
26 | */
27 | @XmlAccessorType(XmlAccessType.FIELD)
28 | @XmlType(name = "setArchitectureAnalysisConfigurationResponse")
29 | public class SetArchitectureAnalysisConfigurationResponse {
30 |
31 |
32 | }
33 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteSnapshotJobStatus.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlEnum;
5 | import javax.xml.bind.annotation.XmlType;
6 |
7 |
8 | /**
9 | * Java class for deleteSnapshotJobStatus. 10 | * 11 | *
The following schema fragment specifies the expected content contained within this class. 12 | *
13 | *
14 | * <simpleType name="deleteSnapshotJobStatus">
15 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
16 | * <enumeration value="QUEUED"/>
17 | * <enumeration value="RUNNING"/>
18 | * <enumeration value="SUCCEEDED"/>
19 | * <enumeration value="FAILED"/>
20 | * </restriction>
21 | * </simpleType>
22 | *
23 | *
24 | */
25 | @XmlType(name = "deleteSnapshotJobStatus")
26 | @XmlEnum
27 | public enum DeleteSnapshotJobStatus {
28 |
29 | QUEUED,
30 | RUNNING,
31 | SUCCEEDED,
32 | FAILED;
33 |
34 | public String value() {
35 | return name();
36 | }
37 |
38 | public static DeleteSnapshotJobStatus fromValue(String v) {
39 | return valueOf(v);
40 | }
41 |
42 | }
43 |
--------------------------------------------------------------------------------
/src/main/java/org/sonar/plugins/coverity/metrics/MetricService.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Coverity Sonar Plugin
3 | * Copyright 2024 Black Duck Software, Inc. All rights reserved.
4 | *
5 | * All rights reserved. This program and the accompanying materials are made
6 | * available under the terms of the Eclipse Public License v1.0 which
7 | * accompanies this distribution, and is available at
8 | * http://www.eclipse.org/legal/epl-v10.html.
9 | */
10 |
11 | package org.sonar.plugins.coverity.metrics;
12 |
13 | import org.sonar.api.batch.fs.InputComponent;
14 | import org.sonar.api.batch.sensor.SensorContext;
15 | import org.sonar.api.measures.Metric;
16 |
17 | import java.io.Serializable;
18 |
19 | public class MetricService {
20 |
21 | public static Java class for snapshotIdDataObj complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="snapshotIdDataObj">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "snapshotIdDataObj", propOrder = {
30 | "id"
31 | })
32 | public class SnapshotIdDataObj {
33 |
34 | protected long id;
35 |
36 | /**
37 | * Gets the value of the id property.
38 | *
39 | */
40 | public long getId() {
41 | return id;
42 | }
43 |
44 | /**
45 | * Sets the value of the id property.
46 | *
47 | */
48 | public void setId(long value) {
49 | this.id = value;
50 | }
51 |
52 | }
53 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DefectInstanceIdDataObj.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for defectInstanceIdDataObj complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="defectInstanceIdDataObj">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "defectInstanceIdDataObj", propOrder = {
30 | "id"
31 | })
32 | public class DefectInstanceIdDataObj {
33 |
34 | protected long id;
35 |
36 | /**
37 | * Gets the value of the id property.
38 | *
39 | */
40 | public long getId() {
41 | return id;
42 | }
43 |
44 | /**
45 | * Sets the value of the id property.
46 | *
47 | */
48 | public void setId(long value) {
49 | this.id = value;
50 | }
51 |
52 | }
53 |
--------------------------------------------------------------------------------
/src/test/java/org/sonar/plugins/coverity/CoverityPluginTest.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Coverity Sonar Plugin
3 | * Copyright 2024 Black Duck Software, Inc. All rights reserved.
4 | *
5 | * All rights reserved. This program and the accompanying materials are made
6 | * available under the terms of the Eclipse Public License v1.0 which
7 | * accompanies this distribution, and is available at
8 | * http://www.eclipse.org/legal/epl-v10.html.
9 | */
10 |
11 | package org.sonar.plugins.coverity;
12 |
13 | import org.junit.Test;
14 | import org.sonar.api.Plugin;
15 | import org.sonar.api.SonarEdition;
16 | import org.sonar.api.SonarQubeSide;
17 | import org.sonar.api.SonarRuntime;
18 | import org.sonar.api.internal.SonarRuntimeImpl;
19 | import org.sonar.api.utils.Version;
20 |
21 | import java.util.List;
22 |
23 | import static org.junit.Assert.assertTrue;
24 |
25 | public class CoverityPluginTest {
26 | @Test
27 | public void testGetExtensions() throws Exception {
28 | SonarRuntime runTime = SonarRuntimeImpl.forSonarQube(Version.create(7, 9, 6),
29 | SonarQubeSide.SCANNER, SonarEdition.COMMUNITY);
30 | Plugin.Context context = new Plugin.Context(runTime);
31 | final CoverityPlugin coverityPlugin = new CoverityPlugin();
32 | coverityPlugin.define(context);
33 |
34 | List list = context.getExtensions();
35 | assertTrue("Plugin doesn't register any extensions", list.size() > 0);
36 | }
37 | }
38 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CovRemoteServiceException_Exception.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.ws.WebFault;
5 |
6 |
7 | /**
8 | * This class was generated by the JAX-WS RI.
9 | * JAX-WS RI 2.2.8
10 | * Generated source version: 2.1
11 | *
12 | */
13 | @WebFault(name = "CoverityFault", targetNamespace = "http://ws.coverity.com/v9")
14 | public class CovRemoteServiceException_Exception
15 | extends Exception
16 | {
17 |
18 | /**
19 | * Java type that goes as soapenv:Fault detail element.
20 | *
21 | */
22 | private CovRemoteServiceException faultInfo;
23 |
24 | /**
25 | *
26 | * @param faultInfo
27 | * @param message
28 | */
29 | public CovRemoteServiceException_Exception(String message, CovRemoteServiceException faultInfo) {
30 | super(message);
31 | this.faultInfo = faultInfo;
32 | }
33 |
34 | /**
35 | *
36 | * @param faultInfo
37 | * @param cause
38 | * @param message
39 | */
40 | public CovRemoteServiceException_Exception(String message, CovRemoteServiceException faultInfo, Throwable cause) {
41 | super(message, cause);
42 | this.faultInfo = faultInfo;
43 | }
44 |
45 | /**
46 | *
47 | * @return
48 | * returns fault bean: com.coverity.ws.v9.CovRemoteServiceException
49 | */
50 | public CovRemoteServiceException getFaultInfo() {
51 | return faultInfo;
52 | }
53 |
54 | }
55 |
--------------------------------------------------------------------------------
/src/main/java/org/sonar/plugins/coverity/ws/CIMClientFactory.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Coverity Sonar Plugin
3 | * Copyright 2024 Black Duck Software, Inc. All rights reserved.
4 | *
5 | * All rights reserved. This program and the accompanying materials are made
6 | * available under the terms of the Eclipse Public License v1.0 which
7 | * accompanies this distribution, and is available at
8 | * http://www.eclipse.org/legal/epl-v10.html.
9 | */
10 | package org.sonar.plugins.coverity.ws;
11 |
12 | import org.apache.commons.lang.StringUtils;
13 | import org.apache.commons.lang.Validate;
14 | import org.sonar.api.batch.ScannerSide;
15 | import org.sonar.api.config.Configuration;
16 | import org.sonar.plugins.coverity.CoverityPlugin;
17 |
18 | import javax.annotation.Nonnull;
19 |
20 | @ScannerSide
21 | public class CIMClientFactory {
22 |
23 | public CIMClient create(@Nonnull Configuration config) {
24 | Validate.notNull(config);
25 |
26 | String host = config.get(CoverityPlugin.COVERITY_CONNECT_HOSTNAME).orElse(StringUtils.EMPTY);
27 | int port = config.getInt(CoverityPlugin.COVERITY_CONNECT_PORT).orElse(0);
28 | String user = config.get(CoverityPlugin.COVERITY_CONNECT_USERNAME).orElse(StringUtils.EMPTY);
29 | String password = config.get(CoverityPlugin.COVERITY_CONNECT_PASSWORD).orElse(StringUtils.EMPTY);
30 | boolean ssl = config.getBoolean(CoverityPlugin.COVERITY_CONNECT_SSL).orElse(false);
31 |
32 | return new CIMClient(host, port, user, password, ssl);
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/SetAcceptingNewCommits.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for setAcceptingNewCommits complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="setAcceptingNewCommits">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="acceptNewCommits" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "setAcceptingNewCommits", propOrder = {
30 | "acceptNewCommits"
31 | })
32 | public class SetAcceptingNewCommits {
33 |
34 | protected boolean acceptNewCommits;
35 |
36 | /**
37 | * Gets the value of the acceptNewCommits property.
38 | *
39 | */
40 | public boolean isAcceptNewCommits() {
41 | return acceptNewCommits;
42 | }
43 |
44 | /**
45 | * Sets the value of the acceptNewCommits property.
46 | *
47 | */
48 | public void setAcceptNewCommits(boolean value) {
49 | this.acceptNewCommits = value;
50 | }
51 |
52 | }
53 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/LicenseStateDataObj.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for licenseStateDataObj complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="licenseStateDataObj">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="desktopAnalysisEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "licenseStateDataObj", propOrder = {
30 | "desktopAnalysisEnabled"
31 | })
32 | public class LicenseStateDataObj {
33 |
34 | protected boolean desktopAnalysisEnabled;
35 |
36 | /**
37 | * Gets the value of the desktopAnalysisEnabled property.
38 | *
39 | */
40 | public boolean isDesktopAnalysisEnabled() {
41 | return desktopAnalysisEnabled;
42 | }
43 |
44 | /**
45 | * Sets the value of the desktopAnalysisEnabled property.
46 | *
47 | */
48 | public void setDesktopAnalysisEnabled(boolean value) {
49 | this.desktopAnalysisEnabled = value;
50 | }
51 |
52 | }
53 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetUser.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getUser complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getUser">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "getUser", propOrder = {
30 | "username"
31 | })
32 | public class GetUser {
33 |
34 | protected String username;
35 |
36 | /**
37 | * Gets the value of the username property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link String }
42 | *
43 | */
44 | public String getUsername() {
45 | return username;
46 | }
47 |
48 | /**
49 | * Sets the value of the username property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link String }
54 | *
55 | */
56 | public void setUsername(String value) {
57 | this.username = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteUser.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteUser complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteUser">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "deleteUser", propOrder = {
30 | "username"
31 | })
32 | public class DeleteUser {
33 |
34 | protected String username;
35 |
36 | /**
37 | * Gets the value of the username property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link String }
42 | *
43 | */
44 | public String getUsername() {
45 | return username;
46 | }
47 |
48 | /**
49 | * Sets the value of the username property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link String }
54 | *
55 | */
56 | public void setUsername(String value) {
57 | this.username = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetRole.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getRole complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getRole">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="roleId" type="{http://ws.coverity.com/v9}roleIdDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "getRole", propOrder = {
30 | "roleId"
31 | })
32 | public class GetRole {
33 |
34 | protected RoleIdDataObj roleId;
35 |
36 | /**
37 | * Gets the value of the roleId property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link RoleIdDataObj }
42 | *
43 | */
44 | public RoleIdDataObj getRoleId() {
45 | return roleId;
46 | }
47 |
48 | /**
49 | * Sets the value of the roleId property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link RoleIdDataObj }
54 | *
55 | */
56 | public void setRoleId(RoleIdDataObj value) {
57 | this.roleId = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteRole.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteRole complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteRole">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="roleId" type="{http://ws.coverity.com/v9}roleIdDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "deleteRole", propOrder = {
30 | "roleId"
31 | })
32 | public class DeleteRole {
33 |
34 | protected RoleIdDataObj roleId;
35 |
36 | /**
37 | * Gets the value of the roleId property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link RoleIdDataObj }
42 | *
43 | */
44 | public RoleIdDataObj getRoleId() {
45 | return roleId;
46 | }
47 |
48 | /**
49 | * Sets the value of the roleId property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link RoleIdDataObj }
54 | *
55 | */
56 | public void setRoleId(RoleIdDataObj value) {
57 | this.roleId = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetGroup.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getGroup complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getGroup">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="groupId" type="{http://ws.coverity.com/v9}groupIdDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "getGroup", propOrder = {
30 | "groupId"
31 | })
32 | public class GetGroup {
33 |
34 | protected GroupIdDataObj groupId;
35 |
36 | /**
37 | * Gets the value of the groupId property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link GroupIdDataObj }
42 | *
43 | */
44 | public GroupIdDataObj getGroupId() {
45 | return groupId;
46 | }
47 |
48 | /**
49 | * Sets the value of the groupId property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link GroupIdDataObj }
54 | *
55 | */
56 | public void setGroupId(GroupIdDataObj value) {
57 | this.groupId = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/SetMessageOfTheDay.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for setMessageOfTheDay complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="setMessageOfTheDay">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "setMessageOfTheDay", propOrder = {
30 | "message"
31 | })
32 | public class SetMessageOfTheDay {
33 |
34 | protected String message;
35 |
36 | /**
37 | * Gets the value of the message property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link String }
42 | *
43 | */
44 | public String getMessage() {
45 | return message;
46 | }
47 |
48 | /**
49 | * Sets the value of the message property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link String }
54 | *
55 | */
56 | public void setMessage(String value) {
57 | this.message = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteGroup.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteGroup complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteGroup">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="groupId" type="{http://ws.coverity.com/v9}groupIdDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "deleteGroup", propOrder = {
30 | "groupId"
31 | })
32 | public class DeleteGroup {
33 |
34 | protected GroupIdDataObj groupId;
35 |
36 | /**
37 | * Gets the value of the groupId property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link GroupIdDataObj }
42 | *
43 | */
44 | public GroupIdDataObj getGroupId() {
45 | return groupId;
46 | }
47 |
48 | /**
49 | * Sets the value of the groupId property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link GroupIdDataObj }
54 | *
55 | */
56 | public void setGroupId(GroupIdDataObj value) {
57 | this.groupId = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateRole.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createRole complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createRole">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="roleSpec" type="{http://ws.coverity.com/v9}roleSpecDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "createRole", propOrder = {
30 | "roleSpec"
31 | })
32 | public class CreateRole {
33 |
34 | protected RoleSpecDataObj roleSpec;
35 |
36 | /**
37 | * Gets the value of the roleSpec property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link RoleSpecDataObj }
42 | *
43 | */
44 | public RoleSpecDataObj getRoleSpec() {
45 | return roleSpec;
46 | }
47 |
48 | /**
49 | * Sets the value of the roleSpec property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link RoleSpecDataObj }
54 | *
55 | */
56 | public void setRoleSpec(RoleSpecDataObj value) {
57 | this.roleSpec = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateUser.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createUser complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createUser">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="userSpec" type="{http://ws.coverity.com/v9}userSpecDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "createUser", propOrder = {
30 | "userSpec"
31 | })
32 | public class CreateUser {
33 |
34 | protected UserSpecDataObj userSpec;
35 |
36 | /**
37 | * Gets the value of the userSpec property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link UserSpecDataObj }
42 | *
43 | */
44 | public UserSpecDataObj getUserSpec() {
45 | return userSpec;
46 | }
47 |
48 | /**
49 | * Sets the value of the userSpec property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link UserSpecDataObj }
54 | *
55 | */
56 | public void setUserSpec(UserSpecDataObj value) {
57 | this.userSpec = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/ExecuteNotification.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for executeNotification complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="executeNotification">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="viewname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "executeNotification", propOrder = {
30 | "viewname"
31 | })
32 | public class ExecuteNotification {
33 |
34 | protected String viewname;
35 |
36 | /**
37 | * Gets the value of the viewname property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link String }
42 | *
43 | */
44 | public String getViewname() {
45 | return viewname;
46 | }
47 |
48 | /**
49 | * Sets the value of the viewname property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link String }
54 | *
55 | */
56 | public void setViewname(String value) {
57 | this.viewname = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/RoleIdDataObj.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for roleIdDataObj complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="roleIdDataObj">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "roleIdDataObj", propOrder = {
31 | "name"
32 | })
33 | public class RoleIdDataObj {
34 |
35 | @XmlElement(required = true)
36 | protected String name;
37 |
38 | /**
39 | * Gets the value of the name property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link String }
44 | *
45 | */
46 | public String getName() {
47 | return name;
48 | }
49 |
50 | /**
51 | * Sets the value of the name property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link String }
56 | *
57 | */
58 | public void setName(String value) {
59 | this.name = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/StreamIdDataObj.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for streamIdDataObj complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="streamIdDataObj">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "streamIdDataObj", propOrder = {
31 | "name"
32 | })
33 | public class StreamIdDataObj {
34 |
35 | @XmlElement(required = true)
36 | protected String name;
37 |
38 | /**
39 | * Gets the value of the name property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link String }
44 | *
45 | */
46 | public String getName() {
47 | return name;
48 | }
49 |
50 | /**
51 | * Sets the value of the name property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link String }
56 | *
57 | */
58 | public void setName(String value) {
59 | this.name = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateGroup.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createGroup complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createGroup">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="groupSpec" type="{http://ws.coverity.com/v9}groupSpecDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "createGroup", propOrder = {
30 | "groupSpec"
31 | })
32 | public class CreateGroup {
33 |
34 | protected GroupSpecDataObj groupSpec;
35 |
36 | /**
37 | * Gets the value of the groupSpec property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link GroupSpecDataObj }
42 | *
43 | */
44 | public GroupSpecDataObj getGroupSpec() {
45 | return groupSpec;
46 | }
47 |
48 | /**
49 | * Sets the value of the groupSpec property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link GroupSpecDataObj }
54 | *
55 | */
56 | public void setGroupSpec(GroupSpecDataObj value) {
57 | this.groupSpec = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/ProjectIdDataObj.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for projectIdDataObj complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="projectIdDataObj">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "projectIdDataObj", propOrder = {
31 | "name"
32 | })
33 | public class ProjectIdDataObj {
34 |
35 | @XmlElement(required = true)
36 | protected String name;
37 |
38 | /**
39 | * Gets the value of the name property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link String }
44 | *
45 | */
46 | public String getName() {
47 | return name;
48 | }
49 |
50 | /**
51 | * Sets the value of the name property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link String }
56 | *
57 | */
58 | public void setName(String value) {
59 | this.name = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/ComponentIdDataObj.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for componentIdDataObj complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="componentIdDataObj">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "componentIdDataObj", propOrder = {
31 | "name"
32 | })
33 | public class ComponentIdDataObj {
34 |
35 | @XmlElement(required = true)
36 | protected String name;
37 |
38 | /**
39 | * Gets the value of the name property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link String }
44 | *
45 | */
46 | public String getName() {
47 | return name;
48 | }
49 |
50 | /**
51 | * Sets the value of the name property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link String }
56 | *
57 | */
58 | public void setName(String value) {
59 | this.name = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteProject.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteProject complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteProject">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="projectId" type="{http://ws.coverity.com/v9}projectIdDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "deleteProject", propOrder = {
30 | "projectId"
31 | })
32 | public class DeleteProject {
33 |
34 | protected ProjectIdDataObj projectId;
35 |
36 | /**
37 | * Gets the value of the projectId property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link ProjectIdDataObj }
42 | *
43 | */
44 | public ProjectIdDataObj getProjectId() {
45 | return projectId;
46 | }
47 |
48 | /**
49 | * Sets the value of the projectId property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link ProjectIdDataObj }
54 | *
55 | */
56 | public void setProjectId(ProjectIdDataObj value) {
57 | this.projectId = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateStream.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createStream complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createStream">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="streamSpec" type="{http://ws.coverity.com/v9}streamSpecDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "createStream", propOrder = {
30 | "streamSpec"
31 | })
32 | public class CreateStream {
33 |
34 | protected StreamSpecDataObj streamSpec;
35 |
36 | /**
37 | * Gets the value of the streamSpec property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link StreamSpecDataObj }
42 | *
43 | */
44 | public StreamSpecDataObj getStreamSpec() {
45 | return streamSpec;
46 | }
47 |
48 | /**
49 | * Sets the value of the streamSpec property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link StreamSpecDataObj }
54 | *
55 | */
56 | public void setStreamSpec(StreamSpecDataObj value) {
57 | this.streamSpec = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/TriageStoreIdDataObj.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for triageStoreIdDataObj complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="triageStoreIdDataObj">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "triageStoreIdDataObj", propOrder = {
31 | "name"
32 | })
33 | public class TriageStoreIdDataObj {
34 |
35 | @XmlElement(required = true)
36 | protected String name;
37 |
38 | /**
39 | * Gets the value of the name property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link String }
44 | *
45 | */
46 | public String getName() {
47 | return name;
48 | }
49 |
50 | /**
51 | * Sets the value of the name property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link String }
56 | *
57 | */
58 | public void setName(String value) {
59 | this.name = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/org/sonar/plugins/coverity/server/CoverityProfiles.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Coverity Sonar Plugin
3 | * Copyright 2024 Black Duck Software, Inc. All rights reserved.
4 | *
5 | * All rights reserved. This program and the accompanying materials are made
6 | * available under the terms of the Eclipse Public License v1.0 which
7 | * accompanies this distribution, and is available at
8 | * http://www.eclipse.org/legal/epl-v10.html.
9 | */
10 |
11 | package org.sonar.plugins.coverity.server;
12 |
13 | import org.slf4j.Logger;
14 | import org.slf4j.LoggerFactory;
15 | import org.sonar.api.ExtensionPoint;
16 | import org.sonar.api.server.ServerSide;
17 | import org.sonar.api.server.profile.BuiltInQualityProfilesDefinition;
18 | import org.sonar.api.server.rule.RulesDefinition;
19 | import org.sonar.plugins.coverity.CoverityPlugin;
20 |
21 | @ServerSide
22 | @ExtensionPoint
23 | public class CoverityProfiles implements BuiltInQualityProfilesDefinition {
24 | private static final Logger LOG = LoggerFactory.getLogger(CoverityProfiles.class);
25 |
26 | @Override
27 | public void define(Context context) {
28 | for (String language : CoverityPlugin.COVERITY_LANGUAGES){
29 | NewBuiltInQualityProfile profile = context.createBuiltInQualityProfile(
30 | "Coverity(" + language + ")", language);
31 |
32 | for (RulesDefinition.NewRule rule : CoverityRules.LOADED_RULES.get(language)){
33 | profile.activateRule(CoverityPlugin.REPOSITORY_KEY + "-" + language, rule.key());
34 | }
35 |
36 | profile.done();
37 | }
38 | }
39 |
40 | @Override
41 | public String toString() {
42 | return "Coverity";
43 | }
44 | }
45 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/ComponentMapIdDataObj.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for componentMapIdDataObj complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="componentMapIdDataObj">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "componentMapIdDataObj", propOrder = {
31 | "name"
32 | })
33 | public class ComponentMapIdDataObj {
34 |
35 | @XmlElement(required = true)
36 | protected String name;
37 |
38 | /**
39 | * Gets the value of the name property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link String }
44 | *
45 | */
46 | public String getName() {
47 | return name;
48 | }
49 |
50 | /**
51 | * Sets the value of the name property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link String }
56 | *
57 | */
58 | public void setName(String value) {
59 | this.name = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/ServerDomainIdDataObj.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for serverDomainIdDataObj complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="serverDomainIdDataObj">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "serverDomainIdDataObj", propOrder = {
31 | "name"
32 | })
33 | public class ServerDomainIdDataObj {
34 |
35 | @XmlElement(required = true)
36 | protected String name;
37 |
38 | /**
39 | * Gets the value of the name property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link String }
44 | *
45 | */
46 | public String getName() {
47 | return name;
48 | }
49 |
50 | /**
51 | * Sets the value of the name property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link String }
56 | *
57 | */
58 | public void setName(String value) {
59 | this.name = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/AttributeValueIdDataObj.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for attributeValueIdDataObj complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="attributeValueIdDataObj">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "attributeValueIdDataObj", propOrder = {
31 | "name"
32 | })
33 | public class AttributeValueIdDataObj {
34 |
35 | @XmlElement(required = true)
36 | protected String name;
37 |
38 | /**
39 | * Gets the value of the name property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link String }
44 | *
45 | */
46 | public String getName() {
47 | return name;
48 | }
49 |
50 | /**
51 | * Sets the value of the name property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link String }
56 | *
57 | */
58 | public void setName(String value) {
59 | this.name = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetComponent.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getComponent complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getComponent">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="componentId" type="{http://ws.coverity.com/v9}componentIdDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "getComponent", propOrder = {
30 | "componentId"
31 | })
32 | public class GetComponent {
33 |
34 | protected ComponentIdDataObj componentId;
35 |
36 | /**
37 | * Gets the value of the componentId property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link ComponentIdDataObj }
42 | *
43 | */
44 | public ComponentIdDataObj getComponentId() {
45 | return componentId;
46 | }
47 |
48 | /**
49 | * Sets the value of the componentId property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link ComponentIdDataObj }
54 | *
55 | */
56 | public void setComponentId(ComponentIdDataObj value) {
57 | this.componentId = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/LicenseSpecDataObj.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for licenseSpecDataObj complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="licenseSpecDataObj">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="licenseDataFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "licenseSpecDataObj", propOrder = {
30 | "licenseDataFile"
31 | })
32 | public class LicenseSpecDataObj {
33 |
34 | protected String licenseDataFile;
35 |
36 | /**
37 | * Gets the value of the licenseDataFile property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link String }
42 | *
43 | */
44 | public String getLicenseDataFile() {
45 | return licenseDataFile;
46 | }
47 |
48 | /**
49 | * Sets the value of the licenseDataFile property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link String }
54 | *
55 | */
56 | public void setLicenseDataFile(String value) {
57 | this.licenseDataFile = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateProject.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createProject complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createProject">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="projectSpec" type="{http://ws.coverity.com/v9}projectSpecDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "createProject", propOrder = {
30 | "projectSpec"
31 | })
32 | public class CreateProject {
33 |
34 | protected ProjectSpecDataObj projectSpec;
35 |
36 | /**
37 | * Gets the value of the projectSpec property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link ProjectSpecDataObj }
42 | *
43 | */
44 | public ProjectSpecDataObj getProjectSpec() {
45 | return projectSpec;
46 | }
47 |
48 | /**
49 | * Sets the value of the projectSpec property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link ProjectSpecDataObj }
54 | *
55 | */
56 | public void setProjectSpec(ProjectSpecDataObj value) {
57 | this.projectSpec = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetStreams.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getStreams complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getStreams">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="filterSpec" type="{http://ws.coverity.com/v9}streamFilterSpecDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "getStreams", propOrder = {
30 | "filterSpec"
31 | })
32 | public class GetStreams {
33 |
34 | protected StreamFilterSpecDataObj filterSpec;
35 |
36 | /**
37 | * Gets the value of the filterSpec property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link StreamFilterSpecDataObj }
42 | *
43 | */
44 | public StreamFilterSpecDataObj getFilterSpec() {
45 | return filterSpec;
46 | }
47 |
48 | /**
49 | * Sets the value of the filterSpec property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link StreamFilterSpecDataObj }
54 | *
55 | */
56 | public void setFilterSpec(StreamFilterSpecDataObj value) {
57 | this.filterSpec = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/ComponentMapFilterSpecDataObj.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for componentMapFilterSpecDataObj complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="componentMapFilterSpecDataObj">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="namePattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "componentMapFilterSpecDataObj", propOrder = {
30 | "namePattern"
31 | })
32 | public class ComponentMapFilterSpecDataObj {
33 |
34 | protected String namePattern;
35 |
36 | /**
37 | * Gets the value of the namePattern property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link String }
42 | *
43 | */
44 | public String getNamePattern() {
45 | return namePattern;
46 | }
47 |
48 | /**
49 | * Sets the value of the namePattern property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link String }
54 | *
55 | */
56 | public void setNamePattern(String value) {
57 | this.namePattern = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetProjects.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getProjects complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getProjects">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="filterSpec" type="{http://ws.coverity.com/v9}projectFilterSpecDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "getProjects", propOrder = {
30 | "filterSpec"
31 | })
32 | public class GetProjects {
33 |
34 | protected ProjectFilterSpecDataObj filterSpec;
35 |
36 | /**
37 | * Gets the value of the filterSpec property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link ProjectFilterSpecDataObj }
42 | *
43 | */
44 | public ProjectFilterSpecDataObj getFilterSpec() {
45 | return filterSpec;
46 | }
47 |
48 | /**
49 | * Sets the value of the filterSpec property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link ProjectFilterSpecDataObj }
54 | *
55 | */
56 | public void setFilterSpec(ProjectFilterSpecDataObj value) {
57 | this.filterSpec = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetRoleResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getRoleResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getRoleResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}roleDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getRoleResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetRoleResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected RoleDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link RoleDataObj }
44 | *
45 | */
46 | public RoleDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link RoleDataObj }
56 | *
57 | */
58 | public void setReturn(RoleDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetUserResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getUserResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getUserResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}userDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getUserResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetUserResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected UserDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link UserDataObj }
44 | *
45 | */
46 | public UserDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link UserDataObj }
56 | *
57 | */
58 | public void setReturn(UserDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/ta-policy.json:
--------------------------------------------------------------------------------
1 | {
2 | type : "Coverity test policy definition",
3 | format_version : 1,
4 | old_date_cutoff : "2016-02-26",
5 | recent_date_cutoff : "2017-03-01",
6 | rules : [
7 | {
8 | violation_name : "FUNCTION_INSUFFICIENTLY_TESTED",
9 | minimum_line_coverage_pct : 80,
10 | aggregation_granularity : "function",
11 | file_filters : [
12 | {
13 | or : [
14 | {
15 | file_name_regex : "/src"
16 | }
17 | ]
18 | },
19 | {
20 | not : {
21 | or : [
22 | {
23 | file_name_regex : "/src/test"
24 | },
25 | {
26 | file_name_regex : "/src/main/java/com/coverity/ws"
27 | }
28 | ]
29 | }
30 | }
31 | ],
32 | function_filters : [
33 | {
34 | recently_modified : true
35 | },
36 | {
37 | recently_impacted : true
38 | },
39 | {
40 | min_ccm : 2
41 | }
42 | ],
43 | line_filters : [
44 | {
45 | not : {
46 | or : [
47 | {
48 | line_regex : "//.*cov-ignore"
49 | }
50 | ]
51 | }
52 | },
53 | {
54 | not : {
55 | or : [
56 | {
57 | start_section_regex : "//.*cov-begin-ignore",
58 | end_section_regex : "//.*cov-end-ignore"
59 | }
60 | ]
61 | }
62 | },
63 | {
64 | not : {
65 | or: [
66 | {
67 | contains_astnode : {
68 | dominated_by_astnode : {
69 | unconditionally_terminates : true
70 | }
71 | }
72 | },
73 | {
74 | contains_astnode: {
75 | contained_by_astnode: {
76 | statement_kind: "catch"
77 | }
78 | }
79 | }
80 | ]
81 | }
82 | }
83 | ]
84 | }
85 | ]
86 | }
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/AttributeDefinitionIdDataObj.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for attributeDefinitionIdDataObj complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="attributeDefinitionIdDataObj">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "attributeDefinitionIdDataObj", propOrder = {
31 | "name"
32 | })
33 | public class AttributeDefinitionIdDataObj {
34 |
35 | @XmlElement(required = true)
36 | protected String name;
37 |
38 | /**
39 | * Gets the value of the name property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link String }
44 | *
45 | */
46 | public String getName() {
47 | return name;
48 | }
49 |
50 | /**
51 | * Sets the value of the name property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link String }
56 | *
57 | */
58 | public void setName(String value) {
59 | this.name = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetGroupResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getGroupResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getGroupResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}groupDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getGroupResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetGroupResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected GroupDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link GroupDataObj }
44 | *
45 | */
46 | public GroupDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link GroupDataObj }
56 | *
57 | */
58 | public void setReturn(GroupDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/test/java/org/sonar/plugins/coverity/server/CppLanguageTest.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Coverity Sonar Plugin
3 | * Copyright 2024 Black Duck Software, Inc. All rights reserved.
4 | *
5 | * All rights reserved. This program and the accompanying materials are made
6 | * available under the terms of the Eclipse Public License v1.0 which
7 | * accompanies this distribution, and is available at
8 | * http://www.eclipse.org/legal/epl-v10.html.
9 | */
10 | package org.sonar.plugins.coverity.server;
11 |
12 | import org.junit.Before;
13 | import org.junit.Test;
14 | import org.sonar.api.config.Configuration;
15 | import org.sonar.plugins.coverity.CoverityPlugin;
16 |
17 | import static org.junit.Assert.assertArrayEquals;
18 | import static org.mockito.Mockito.mock;
19 | import static org.mockito.Mockito.when;
20 |
21 | public class CppLanguageTest {
22 | private Configuration config;
23 |
24 | @Before
25 | public void setUp() {
26 | config = mock(Configuration.class);
27 | }
28 |
29 | @Test
30 | public void getFileSuffixes_returnsDefaultFileSuffixes() {
31 | CppLanguage language = new CppLanguage(config);
32 |
33 | String[] expectedSuffixes = CppLanguage.DEFAULT_SUFFIXES.split(",");
34 |
35 | assertArrayEquals(expectedSuffixes, language.getFileSuffixes());
36 | }
37 |
38 | @Test
39 | public void getFileSuffixes_returnsConfiguredFileSuffixes() {
40 | when(config.getStringArray(CoverityPlugin.COVERITY_C_CPP_SOURCE_FILE_SUFFIXES)).thenReturn(new String[] {".c", ".cpp", ".cxx"});
41 | CppLanguage language = new CppLanguage(config);
42 |
43 | String[] expectedSuffixes = {".c", ".cpp",".cxx"};
44 |
45 | assertArrayEquals(expectedSuffixes, language.getFileSuffixes());
46 | }
47 | }
48 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CopyStreamResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for copyStreamResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="copyStreamResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}streamDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "copyStreamResponse", propOrder = {
31 | "_return"
32 | })
33 | public class CopyStreamResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected StreamDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link StreamDataObj }
44 | *
45 | */
46 | public StreamDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link StreamDataObj }
56 | *
57 | */
58 | public void setReturn(StreamDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetMessageOfTheDayResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getMessageOfTheDayResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getMessageOfTheDayResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getMessageOfTheDayResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetMessageOfTheDayResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected String _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link String }
44 | *
45 | */
46 | public String getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link String }
56 | *
57 | */
58 | public void setReturn(String value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteTriageStore.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteTriageStore complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteTriageStore">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="triageStoreId" type="{http://ws.coverity.com/v9}triageStoreIdDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "deleteTriageStore", propOrder = {
30 | "triageStoreId"
31 | })
32 | public class DeleteTriageStore {
33 |
34 | protected TriageStoreIdDataObj triageStoreId;
35 |
36 | /**
37 | * Gets the value of the triageStoreId property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link TriageStoreIdDataObj }
42 | *
43 | */
44 | public TriageStoreIdDataObj getTriageStoreId() {
45 | return triageStoreId;
46 | }
47 |
48 | /**
49 | * Sets the value of the triageStoreId property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link TriageStoreIdDataObj }
54 | *
55 | */
56 | public void setTriageStoreId(TriageStoreIdDataObj value) {
57 | this.triageStoreId = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetUsersResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getUsersResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getUsersResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}usersPageDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getUsersResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetUsersResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected UsersPageDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link UsersPageDataObj }
44 | *
45 | */
46 | public UsersPageDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link UsersPageDataObj }
56 | *
57 | */
58 | public void setReturn(UsersPageDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetVersionResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getVersionResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getVersionResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}versionDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getVersionResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetVersionResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected VersionDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link VersionDataObj }
44 | *
45 | */
46 | public VersionDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link VersionDataObj }
56 | *
57 | */
58 | public void setReturn(VersionDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetGroupsResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getGroupsResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getGroupsResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}groupsPageDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getGroupsResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetGroupsResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected GroupsPageDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link GroupsPageDataObj }
44 | *
45 | */
46 | public GroupsPageDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link GroupsPageDataObj }
56 | *
57 | */
58 | public void setReturn(GroupsPageDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetTriageStores.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getTriageStores complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getTriageStores">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="filterSpec" type="{http://ws.coverity.com/v9}triageStoreFilterSpecDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "getTriageStores", propOrder = {
30 | "filterSpec"
31 | })
32 | public class GetTriageStores {
33 |
34 | protected TriageStoreFilterSpecDataObj filterSpec;
35 |
36 | /**
37 | * Gets the value of the filterSpec property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link TriageStoreFilterSpecDataObj }
42 | *
43 | */
44 | public TriageStoreFilterSpecDataObj getFilterSpec() {
45 | return filterSpec;
46 | }
47 |
48 | /**
49 | * Sets the value of the filterSpec property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link TriageStoreFilterSpecDataObj }
54 | *
55 | */
56 | public void setFilterSpec(TriageStoreFilterSpecDataObj value) {
57 | this.filterSpec = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/ImportLicense.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for importLicense complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="importLicense">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="licenseSpecDataObj" type="{http://ws.coverity.com/v9}licenseSpecDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "importLicense", propOrder = {
30 | "licenseSpecDataObj"
31 | })
32 | public class ImportLicense {
33 |
34 | protected LicenseSpecDataObj licenseSpecDataObj;
35 |
36 | /**
37 | * Gets the value of the licenseSpecDataObj property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link LicenseSpecDataObj }
42 | *
43 | */
44 | public LicenseSpecDataObj getLicenseSpecDataObj() {
45 | return licenseSpecDataObj;
46 | }
47 |
48 | /**
49 | * Sets the value of the licenseSpecDataObj property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link LicenseSpecDataObj }
54 | *
55 | */
56 | public void setLicenseSpecDataObj(LicenseSpecDataObj value) {
57 | this.licenseSpecDataObj = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/PermissionDataObj.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for permissionDataObj complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="permissionDataObj">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="permissionValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "permissionDataObj", propOrder = {
31 | "permissionValue"
32 | })
33 | public class PermissionDataObj {
34 |
35 | @XmlElement(required = true)
36 | protected String permissionValue;
37 |
38 | /**
39 | * Gets the value of the permissionValue property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link String }
44 | *
45 | */
46 | public String getPermissionValue() {
47 | return permissionValue;
48 | }
49 |
50 | /**
51 | * Sets the value of the permissionValue property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link String }
56 | *
57 | */
58 | public void setPermissionValue(String value) {
59 | this.permissionValue = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteComponentMap.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteComponentMap complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteComponentMap">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="componentMapId" type="{http://ws.coverity.com/v9}componentMapIdDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "deleteComponentMap", propOrder = {
30 | "componentMapId"
31 | })
32 | public class DeleteComponentMap {
33 |
34 | protected ComponentMapIdDataObj componentMapId;
35 |
36 | /**
37 | * Gets the value of the componentMapId property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link ComponentMapIdDataObj }
42 | *
43 | */
44 | public ComponentMapIdDataObj getComponentMapId() {
45 | return componentMapId;
46 | }
47 |
48 | /**
49 | * Sets the value of the componentMapId property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link ComponentMapIdDataObj }
54 | *
55 | */
56 | public void setComponentMapId(ComponentMapIdDataObj value) {
57 | this.componentMapId = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetComponentMaps.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getComponentMaps complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getComponentMaps">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="filterSpec" type="{http://ws.coverity.com/v9}componentMapFilterSpecDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "getComponentMaps", propOrder = {
30 | "filterSpec"
31 | })
32 | public class GetComponentMaps {
33 |
34 | protected ComponentMapFilterSpecDataObj filterSpec;
35 |
36 | /**
37 | * Gets the value of the filterSpec property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link ComponentMapFilterSpecDataObj }
42 | *
43 | */
44 | public ComponentMapFilterSpecDataObj getFilterSpec() {
45 | return filterSpec;
46 | }
47 |
48 | /**
49 | * Sets the value of the filterSpec property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link ComponentMapFilterSpecDataObj }
54 | *
55 | */
56 | public void setFilterSpec(ComponentMapFilterSpecDataObj value) {
57 | this.filterSpec = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetComponentResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getComponentResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getComponentResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}componentDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getComponentResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetComponentResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected ComponentDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link ComponentDataObj }
44 | *
45 | */
46 | public ComponentDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link ComponentDataObj }
56 | *
57 | */
58 | public void setReturn(ComponentDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateTriageStore.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createTriageStore complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createTriageStore">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="triageStoreSpec" type="{http://ws.coverity.com/v9}triageStoreSpecDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "createTriageStore", propOrder = {
30 | "triageStoreSpec"
31 | })
32 | public class CreateTriageStore {
33 |
34 | protected TriageStoreSpecDataObj triageStoreSpec;
35 |
36 | /**
37 | * Gets the value of the triageStoreSpec property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link TriageStoreSpecDataObj }
42 | *
43 | */
44 | public TriageStoreSpecDataObj getTriageStoreSpec() {
45 | return triageStoreSpec;
46 | }
47 |
48 | /**
49 | * Sets the value of the triageStoreSpec property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link TriageStoreSpecDataObj }
54 | *
55 | */
56 | public void setTriageStoreSpec(TriageStoreSpecDataObj value) {
57 | this.triageStoreSpec = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetCommitStateResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getCommitStateResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getCommitStateResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}commitStateDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getCommitStateResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetCommitStateResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected CommitStateDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link CommitStateDataObj }
44 | *
45 | */
46 | public CommitStateDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link CommitStateDataObj }
56 | *
57 | */
58 | public void setReturn(CommitStateDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetDeveloperStreamsProjects.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getDeveloperStreamsProjects complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getDeveloperStreamsProjects">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="filterSpec" type="{http://ws.coverity.com/v9}projectFilterSpecDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "getDeveloperStreamsProjects", propOrder = {
30 | "filterSpec"
31 | })
32 | public class GetDeveloperStreamsProjects {
33 |
34 | protected ProjectFilterSpecDataObj filterSpec;
35 |
36 | /**
37 | * Gets the value of the filterSpec property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link ProjectFilterSpecDataObj }
42 | *
43 | */
44 | public ProjectFilterSpecDataObj getFilterSpec() {
45 | return filterSpec;
46 | }
47 |
48 | /**
49 | * Sets the value of the filterSpec property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link ProjectFilterSpecDataObj }
54 | *
55 | */
56 | public void setFilterSpec(ProjectFilterSpecDataObj value) {
57 | this.filterSpec = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateComponentMap.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createComponentMap complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createComponentMap">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="componentMapSpec" type="{http://ws.coverity.com/v9}componentMapSpecDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "createComponentMap", propOrder = {
30 | "componentMapSpec"
31 | })
32 | public class CreateComponentMap {
33 |
34 | protected ComponentMapSpecDataObj componentMapSpec;
35 |
36 | /**
37 | * Gets the value of the componentMapSpec property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link ComponentMapSpecDataObj }
42 | *
43 | */
44 | public ComponentMapSpecDataObj getComponentMapSpec() {
45 | return componentMapSpec;
46 | }
47 |
48 | /**
49 | * Sets the value of the componentMapSpec property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link ComponentMapSpecDataObj }
54 | *
55 | */
56 | public void setComponentMapSpec(ComponentMapSpecDataObj value) {
57 | this.componentMapSpec = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetFileContentsResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getFileContentsResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getFileContentsResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}fileContentsDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getFileContentsResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetFileContentsResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected FileContentsDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link FileContentsDataObj }
44 | *
45 | */
46 | public FileContentsDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link FileContentsDataObj }
56 | *
57 | */
58 | public void setReturn(FileContentsDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetLicenseStateResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getLicenseStateResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getLicenseStateResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}licenseStateDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getLicenseStateResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetLicenseStateResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected LicenseStateDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link LicenseStateDataObj }
44 | *
45 | */
46 | public LicenseStateDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link LicenseStateDataObj }
56 | *
57 | */
58 | public void setReturn(LicenseStateDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetSystemConfigResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getSystemConfigResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getSystemConfigResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}configurationDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getSystemConfigResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetSystemConfigResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected ConfigurationDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link ConfigurationDataObj }
44 | *
45 | */
46 | public ConfigurationDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link ConfigurationDataObj }
56 | *
57 | */
58 | public void setReturn(ConfigurationDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetLicenseConfigurationResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getLicenseConfigurationResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getLicenseConfigurationResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}licenseDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getLicenseConfigurationResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetLicenseConfigurationResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected LicenseDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link LicenseDataObj }
44 | *
45 | */
46 | public LicenseDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link LicenseDataObj }
56 | *
57 | */
58 | public void setReturn(LicenseDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/SetSnapshotPurgeDetails.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for setSnapshotPurgeDetails complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="setSnapshotPurgeDetails">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="purgeDetailsSpec" type="{http://ws.coverity.com/v9}snapshotPurgeDetailsObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "setSnapshotPurgeDetails", propOrder = {
30 | "purgeDetailsSpec"
31 | })
32 | public class SetSnapshotPurgeDetails {
33 |
34 | protected SnapshotPurgeDetailsObj purgeDetailsSpec;
35 |
36 | /**
37 | * Gets the value of the purgeDetailsSpec property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link SnapshotPurgeDetailsObj }
42 | *
43 | */
44 | public SnapshotPurgeDetailsObj getPurgeDetailsSpec() {
45 | return purgeDetailsSpec;
46 | }
47 |
48 | /**
49 | * Sets the value of the purgeDetailsSpec property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link SnapshotPurgeDetailsObj }
54 | *
55 | */
56 | public void setPurgeDetailsSpec(SnapshotPurgeDetailsObj value) {
57 | this.purgeDetailsSpec = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetAttributeResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getAttributeResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getAttributeResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}attributeDefinitionDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getAttributeResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetAttributeResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected AttributeDefinitionDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link AttributeDefinitionDataObj }
44 | *
45 | */
46 | public AttributeDefinitionDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link AttributeDefinitionDataObj }
56 | *
57 | */
58 | public void setReturn(AttributeDefinitionDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetArchitectureAnalysisConfigurationResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getArchitectureAnalysisConfigurationResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getArchitectureAnalysisConfigurationResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getArchitectureAnalysisConfigurationResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetArchitectureAnalysisConfigurationResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected String _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link String }
44 | *
45 | */
46 | public String getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link String }
56 | *
57 | */
58 | public void setReturn(String value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetOutputFileForSnapshotResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getOutputFileForSnapshotResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getOutputFileForSnapshotResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}outputFileDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getOutputFileForSnapshotResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetOutputFileForSnapshotResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected OutputFileDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link OutputFileDataObj }
44 | *
45 | */
46 | public OutputFileDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link OutputFileDataObj }
56 | *
57 | */
58 | public void setReturn(OutputFileDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetAttribute.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for getAttribute complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="getAttribute">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="attributeDefinitionId" type="{http://ws.coverity.com/v9}attributeDefinitionIdDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "getAttribute", propOrder = {
30 | "attributeDefinitionId"
31 | })
32 | public class GetAttribute {
33 |
34 | protected AttributeDefinitionIdDataObj attributeDefinitionId;
35 |
36 | /**
37 | * Gets the value of the attributeDefinitionId property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link AttributeDefinitionIdDataObj }
42 | *
43 | */
44 | public AttributeDefinitionIdDataObj getAttributeDefinitionId() {
45 | return attributeDefinitionId;
46 | }
47 |
48 | /**
49 | * Sets the value of the attributeDefinitionId property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link AttributeDefinitionIdDataObj }
54 | *
55 | */
56 | public void setAttributeDefinitionId(AttributeDefinitionIdDataObj value) {
57 | this.attributeDefinitionId = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetSignInConfigurationResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getSignInConfigurationResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getSignInConfigurationResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}signInSettingsDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getSignInConfigurationResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetSignInConfigurationResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected SignInSettingsDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link SignInSettingsDataObj }
44 | *
45 | */
46 | public SignInSettingsDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link SignInSettingsDataObj }
56 | *
57 | */
58 | public void setReturn(SignInSettingsDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteAttribute.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteAttribute complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteAttribute">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="attributeDefinitionId" type="{http://ws.coverity.com/v9}attributeDefinitionIdDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "deleteAttribute", propOrder = {
30 | "attributeDefinitionId"
31 | })
32 | public class DeleteAttribute {
33 |
34 | protected AttributeDefinitionIdDataObj attributeDefinitionId;
35 |
36 | /**
37 | * Gets the value of the attributeDefinitionId property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link AttributeDefinitionIdDataObj }
42 | *
43 | */
44 | public AttributeDefinitionIdDataObj getAttributeDefinitionId() {
45 | return attributeDefinitionId;
46 | }
47 |
48 | /**
49 | * Sets the value of the attributeDefinitionId property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link AttributeDefinitionIdDataObj }
54 | *
55 | */
56 | public void setAttributeDefinitionId(AttributeDefinitionIdDataObj value) {
57 | this.attributeDefinitionId = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/DeleteLdapConfiguration.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for deleteLdapConfiguration complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="deleteLdapConfiguration">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="serverDomainIdDataObj" type="{http://ws.coverity.com/v9}serverDomainIdDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "deleteLdapConfiguration", propOrder = {
30 | "serverDomainIdDataObj"
31 | })
32 | public class DeleteLdapConfiguration {
33 |
34 | protected ServerDomainIdDataObj serverDomainIdDataObj;
35 |
36 | /**
37 | * Gets the value of the serverDomainIdDataObj property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link ServerDomainIdDataObj }
42 | *
43 | */
44 | public ServerDomainIdDataObj getServerDomainIdDataObj() {
45 | return serverDomainIdDataObj;
46 | }
47 |
48 | /**
49 | * Sets the value of the serverDomainIdDataObj property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link ServerDomainIdDataObj }
54 | *
55 | */
56 | public void setServerDomainIdDataObj(ServerDomainIdDataObj value) {
57 | this.serverDomainIdDataObj = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetSnapshotPurgeDetailsResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getSnapshotPurgeDetailsResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getSnapshotPurgeDetailsResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}snapshotPurgeDetailsObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getSnapshotPurgeDetailsResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetSnapshotPurgeDetailsResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected SnapshotPurgeDetailsObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link SnapshotPurgeDetailsObj }
44 | *
45 | */
46 | public SnapshotPurgeDetailsObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link SnapshotPurgeDetailsObj }
56 | *
57 | */
58 | public void setReturn(SnapshotPurgeDetailsObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/UpdateSignInConfiguration.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for updateSignInConfiguration complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="updateSignInConfiguration">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="signInSettingsDataObj" type="{http://ws.coverity.com/v9}signInSettingsDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "updateSignInConfiguration", propOrder = {
30 | "signInSettingsDataObj"
31 | })
32 | public class UpdateSignInConfiguration {
33 |
34 | protected SignInSettingsDataObj signInSettingsDataObj;
35 |
36 | /**
37 | * Gets the value of the signInSettingsDataObj property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link SignInSettingsDataObj }
42 | *
43 | */
44 | public SignInSettingsDataObj getSignInSettingsDataObj() {
45 | return signInSettingsDataObj;
46 | }
47 |
48 | /**
49 | * Sets the value of the signInSettingsDataObj property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link SignInSettingsDataObj }
54 | *
55 | */
56 | public void setSignInSettingsDataObj(SignInSettingsDataObj value) {
57 | this.signInSettingsDataObj = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetBackupConfigurationResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getBackupConfigurationResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getBackupConfigurationResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}backupConfigurationDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getBackupConfigurationResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetBackupConfigurationResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected BackupConfigurationDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link BackupConfigurationDataObj }
44 | *
45 | */
46 | public BackupConfigurationDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link BackupConfigurationDataObj }
56 | *
57 | */
58 | public void setReturn(BackupConfigurationDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateAttribute.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createAttribute complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createAttribute">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="attributeDefinitionSpec" type="{http://ws.coverity.com/v9}attributeDefinitionSpecDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "createAttribute", propOrder = {
30 | "attributeDefinitionSpec"
31 | })
32 | public class CreateAttribute {
33 |
34 | protected AttributeDefinitionSpecDataObj attributeDefinitionSpec;
35 |
36 | /**
37 | * Gets the value of the attributeDefinitionSpec property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link AttributeDefinitionSpecDataObj }
42 | *
43 | */
44 | public AttributeDefinitionSpecDataObj getAttributeDefinitionSpec() {
45 | return attributeDefinitionSpec;
46 | }
47 |
48 | /**
49 | * Sets the value of the attributeDefinitionSpec property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link AttributeDefinitionSpecDataObj }
54 | *
55 | */
56 | public void setAttributeDefinitionSpec(AttributeDefinitionSpecDataObj value) {
57 | this.attributeDefinitionSpec = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetLoggingConfigurationResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getLoggingConfigurationResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getLoggingConfigurationResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}loggingConfigurationDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getLoggingConfigurationResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetLoggingConfigurationResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected LoggingConfigurationDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link LoggingConfigurationDataObj }
44 | *
45 | */
46 | public LoggingConfigurationDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link LoggingConfigurationDataObj }
56 | *
57 | */
58 | public void setReturn(LoggingConfigurationDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetMergedDefectsForStreamsResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getMergedDefectsForStreamsResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getMergedDefectsForStreamsResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}mergedDefectsPageDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getMergedDefectsForStreamsResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetMergedDefectsForStreamsResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected MergedDefectsPageDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link MergedDefectsPageDataObj }
44 | *
45 | */
46 | public MergedDefectsPageDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link MergedDefectsPageDataObj }
56 | *
57 | */
58 | public void setReturn(MergedDefectsPageDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/CreateLdapConfiguration.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for createLdapConfiguration complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="createLdapConfiguration">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="ldapConfigurationSpec" type="{http://ws.coverity.com/v9}ldapConfigurationSpecDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "createLdapConfiguration", propOrder = {
30 | "ldapConfigurationSpec"
31 | })
32 | public class CreateLdapConfiguration {
33 |
34 | protected LdapConfigurationSpecDataObj ldapConfigurationSpec;
35 |
36 | /**
37 | * Gets the value of the ldapConfigurationSpec property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link LdapConfigurationSpecDataObj }
42 | *
43 | */
44 | public LdapConfigurationSpecDataObj getLdapConfigurationSpec() {
45 | return ldapConfigurationSpec;
46 | }
47 |
48 | /**
49 | * Sets the value of the ldapConfigurationSpec property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link LdapConfigurationSpecDataObj }
54 | *
55 | */
56 | public void setLdapConfigurationSpec(LdapConfigurationSpecDataObj value) {
57 | this.ldapConfigurationSpec = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetMergedDefectsForProjectScopeResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getMergedDefectsForProjectScopeResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getMergedDefectsForProjectScopeResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}mergedDefectsPageDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getMergedDefectsForProjectScopeResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetMergedDefectsForProjectScopeResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected MergedDefectsPageDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link MergedDefectsPageDataObj }
44 | *
45 | */
46 | public MergedDefectsPageDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link MergedDefectsPageDataObj }
56 | *
57 | */
58 | public void setReturn(MergedDefectsPageDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetMergedDefectsForSnapshotScopeResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlType;
8 |
9 |
10 | /**
11 | * Java class for getMergedDefectsForSnapshotScopeResponse complex type. 12 | * 13 | *
The following schema fragment specifies the expected content contained within this class. 14 | * 15 | *
16 | * <complexType name="getMergedDefectsForSnapshotScopeResponse">
17 | * <complexContent>
18 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 | * <sequence>
20 | * <element name="return" type="{http://ws.coverity.com/v9}mergedDefectsPageDataObj" minOccurs="0"/>
21 | * </sequence>
22 | * </restriction>
23 | * </complexContent>
24 | * </complexType>
25 | *
26 | *
27 | *
28 | */
29 | @XmlAccessorType(XmlAccessType.FIELD)
30 | @XmlType(name = "getMergedDefectsForSnapshotScopeResponse", propOrder = {
31 | "_return"
32 | })
33 | public class GetMergedDefectsForSnapshotScopeResponse {
34 |
35 | @XmlElement(name = "return")
36 | protected MergedDefectsPageDataObj _return;
37 |
38 | /**
39 | * Gets the value of the return property.
40 | *
41 | * @return
42 | * possible object is
43 | * {@link MergedDefectsPageDataObj }
44 | *
45 | */
46 | public MergedDefectsPageDataObj getReturn() {
47 | return _return;
48 | }
49 |
50 | /**
51 | * Sets the value of the return property.
52 | *
53 | * @param value
54 | * allowed object is
55 | * {@link MergedDefectsPageDataObj }
56 | *
57 | */
58 | public void setReturn(MergedDefectsPageDataObj value) {
59 | this._return = value;
60 | }
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/SetBackupConfiguration.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for setBackupConfiguration complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="setBackupConfiguration">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="backupConfigurationDataObj" type="{http://ws.coverity.com/v9}backupConfigurationDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "setBackupConfiguration", propOrder = {
30 | "backupConfigurationDataObj"
31 | })
32 | public class SetBackupConfiguration {
33 |
34 | protected BackupConfigurationDataObj backupConfigurationDataObj;
35 |
36 | /**
37 | * Gets the value of the backupConfigurationDataObj property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link BackupConfigurationDataObj }
42 | *
43 | */
44 | public BackupConfigurationDataObj getBackupConfigurationDataObj() {
45 | return backupConfigurationDataObj;
46 | }
47 |
48 | /**
49 | * Sets the value of the backupConfigurationDataObj property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link BackupConfigurationDataObj }
54 | *
55 | */
56 | public void setBackupConfigurationDataObj(BackupConfigurationDataObj value) {
57 | this.backupConfigurationDataObj = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/GetServerTimeResponse.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlElement;
7 | import javax.xml.bind.annotation.XmlSchemaType;
8 | import javax.xml.bind.annotation.XmlType;
9 | import javax.xml.datatype.XMLGregorianCalendar;
10 |
11 |
12 | /**
13 | * Java class for getServerTimeResponse complex type. 14 | * 15 | *
The following schema fragment specifies the expected content contained within this class. 16 | * 17 | *
18 | * <complexType name="getServerTimeResponse">
19 | * <complexContent>
20 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
21 | * <sequence>
22 | * <element name="return" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
23 | * </sequence>
24 | * </restriction>
25 | * </complexContent>
26 | * </complexType>
27 | *
28 | *
29 | *
30 | */
31 | @XmlAccessorType(XmlAccessType.FIELD)
32 | @XmlType(name = "getServerTimeResponse", propOrder = {
33 | "_return"
34 | })
35 | public class GetServerTimeResponse {
36 |
37 | @XmlElement(name = "return")
38 | @XmlSchemaType(name = "dateTime")
39 | protected XMLGregorianCalendar _return;
40 |
41 | /**
42 | * Gets the value of the return property.
43 | *
44 | * @return
45 | * possible object is
46 | * {@link XMLGregorianCalendar }
47 | *
48 | */
49 | public XMLGregorianCalendar getReturn() {
50 | return _return;
51 | }
52 |
53 | /**
54 | * Sets the value of the return property.
55 | *
56 | * @param value
57 | * allowed object is
58 | * {@link XMLGregorianCalendar }
59 | *
60 | */
61 | public void setReturn(XMLGregorianCalendar value) {
62 | this._return = value;
63 | }
64 |
65 | }
66 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/SetArchitectureAnalysisConfiguration.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for setArchitectureAnalysisConfiguration complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="setArchitectureAnalysisConfiguration">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="architectureAnalysisConfiguration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "setArchitectureAnalysisConfiguration", propOrder = {
30 | "architectureAnalysisConfiguration"
31 | })
32 | public class SetArchitectureAnalysisConfiguration {
33 |
34 | protected String architectureAnalysisConfiguration;
35 |
36 | /**
37 | * Gets the value of the architectureAnalysisConfiguration property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link String }
42 | *
43 | */
44 | public String getArchitectureAnalysisConfiguration() {
45 | return architectureAnalysisConfiguration;
46 | }
47 |
48 | /**
49 | * Sets the value of the architectureAnalysisConfiguration property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link String }
54 | *
55 | */
56 | public void setArchitectureAnalysisConfiguration(String value) {
57 | this.architectureAnalysisConfiguration = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/main/java/com/coverity/ws/v9/SetLoggingConfiguration.java:
--------------------------------------------------------------------------------
1 |
2 | package com.coverity.ws.v9;
3 |
4 | import javax.xml.bind.annotation.XmlAccessType;
5 | import javax.xml.bind.annotation.XmlAccessorType;
6 | import javax.xml.bind.annotation.XmlType;
7 |
8 |
9 | /**
10 | * Java class for setLoggingConfiguration complex type. 11 | * 12 | *
The following schema fragment specifies the expected content contained within this class. 13 | * 14 | *
15 | * <complexType name="setLoggingConfiguration">
16 | * <complexContent>
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 | * <sequence>
19 | * <element name="loggingConfigurationDataObj" type="{http://ws.coverity.com/v9}loggingConfigurationDataObj" minOccurs="0"/>
20 | * </sequence>
21 | * </restriction>
22 | * </complexContent>
23 | * </complexType>
24 | *
25 | *
26 | *
27 | */
28 | @XmlAccessorType(XmlAccessType.FIELD)
29 | @XmlType(name = "setLoggingConfiguration", propOrder = {
30 | "loggingConfigurationDataObj"
31 | })
32 | public class SetLoggingConfiguration {
33 |
34 | protected LoggingConfigurationDataObj loggingConfigurationDataObj;
35 |
36 | /**
37 | * Gets the value of the loggingConfigurationDataObj property.
38 | *
39 | * @return
40 | * possible object is
41 | * {@link LoggingConfigurationDataObj }
42 | *
43 | */
44 | public LoggingConfigurationDataObj getLoggingConfigurationDataObj() {
45 | return loggingConfigurationDataObj;
46 | }
47 |
48 | /**
49 | * Sets the value of the loggingConfigurationDataObj property.
50 | *
51 | * @param value
52 | * allowed object is
53 | * {@link LoggingConfigurationDataObj }
54 | *
55 | */
56 | public void setLoggingConfigurationDataObj(LoggingConfigurationDataObj value) {
57 | this.loggingConfigurationDataObj = value;
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------