public class SetBackupConfiguration extends Object
Java class for setBackupConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="setBackupConfiguration"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="backupConfigurationDataObj" type="{http://ws.coverity.com/v9}backupConfigurationDataObj" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BackupConfigurationDataObj |
backupConfigurationDataObj |
Constructor and Description |
---|
SetBackupConfiguration() |
Modifier and Type | Method and Description |
---|---|
BackupConfigurationDataObj |
getBackupConfigurationDataObj()
Gets the value of the backupConfigurationDataObj property.
|
void |
setBackupConfigurationDataObj(BackupConfigurationDataObj value)
Sets the value of the backupConfigurationDataObj property.
|
protected BackupConfigurationDataObj backupConfigurationDataObj
public BackupConfigurationDataObj getBackupConfigurationDataObj()
BackupConfigurationDataObj
public void setBackupConfigurationDataObj(BackupConfigurationDataObj value)
value
- allowed object is
BackupConfigurationDataObj
Copyright © 2016–2019. All rights reserved.