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