public class ModifyDNRequest extends DsmlMessage
Java class for ModifyDNRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModifyDNRequest">
<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" />
<attribute name="newrdn" use="required" type="{urn:oasis:names:tc:DSML:2:0:core}DsmlRDN" />
<attribute name="deleteoldrdn" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="newSuperior" type="{urn:oasis:names:tc:DSML:2:0:core}DsmlDN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
deleteoldrdn |
protected String |
dn |
protected String |
newrdn |
protected String |
newSuperior |
control, requestID| Constructor and Description |
|---|
ModifyDNRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDn()
Gets the value of the dn property.
|
String |
getNewrdn()
Gets the value of the newrdn property.
|
String |
getNewSuperior()
Gets the value of the newSuperior property.
|
boolean |
isDeleteoldrdn()
Gets the value of the deleteoldrdn property.
|
void |
setDeleteoldrdn(Boolean value)
Sets the value of the deleteoldrdn property.
|
void |
setDn(String value)
Sets the value of the dn property.
|
void |
setNewrdn(String value)
Sets the value of the newrdn property.
|
void |
setNewSuperior(String value)
Sets the value of the newSuperior property.
|
getControl, getRequestID, setRequestIDprotected Boolean deleteoldrdn
protected String newSuperior
public ModifyDNRequest()
public void setDn(String value)
value - allowed object is
Stringpublic String getNewrdn()
Stringpublic void setNewrdn(String value)
value - allowed object is
Stringpublic boolean isDeleteoldrdn()
Booleanpublic void setDeleteoldrdn(Boolean value)
value - allowed object is
Booleanpublic String getNewSuperior()
Stringpublic void setNewSuperior(String value)
value - allowed object is
StringCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.