public class CxWSLdapGroup extends Object
Java class for CxWSLdapGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSLdapGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dn |
protected String |
name |
| Constructor and Description |
|---|
CxWSLdapGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDN()
Gets the value of the dn property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDN(String value)
Sets the value of the dn property.
|
void |
setName(String value)
Sets the value of the name property.
|
Copyright © 2020. All rights reserved.