public class DelRequest extends DsmlMessage
Java class for DelRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DelRequest">
<complexContent>
<extension base="{urn:oasis:names:tc:DSML:2:0:core}DsmlMessage">
<attribute name="dn" use="required" type="{urn:oasis:names:tc:DSML:2:0:core}DsmlDN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dn |
control, requestID| Constructor and Description |
|---|
DelRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDn()
Gets the value of the dn property.
|
void |
setDn(String value)
Sets the value of the dn property.
|
getControl, getRequestID, setRequestIDpublic DelRequest()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.