Class ModifyDNRequest
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.ModifyDNRequest
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>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected String
protected String
protected String
Fields inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
control, requestID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDn()
Gets the value of the dn property.Gets the value of the newrdn property.Gets the value of the newSuperior property.boolean
Gets the value of the deleteoldrdn property.void
setDeleteoldrdn
(Boolean value) Sets the value of the deleteoldrdn property.void
Sets the value of the dn property.void
Sets the value of the newrdn property.void
setNewSuperior
(String value) Sets the value of the newSuperior property.Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
getControl, getRequestID, setRequestID
-
Field Details
-
dn
-
newrdn
-
deleteoldrdn
-
newSuperior
-
-
Constructor Details
-
ModifyDNRequest
public ModifyDNRequest()
-
-
Method Details
-
getDn
Gets the value of the dn property.- Returns:
- possible object is
String
-
setDn
Sets the value of the dn property.- Parameters:
value
- allowed object isString
-
getNewrdn
Gets the value of the newrdn property.- Returns:
- possible object is
String
-
setNewrdn
Sets the value of the newrdn property.- Parameters:
value
- allowed object isString
-
isDeleteoldrdn
public boolean isDeleteoldrdn()Gets the value of the deleteoldrdn property.- Returns:
- possible object is
Boolean
-
setDeleteoldrdn
Sets the value of the deleteoldrdn property.- Parameters:
value
- allowed object isBoolean
-
getNewSuperior
Gets the value of the newSuperior property.- Returns:
- possible object is
String
-
setNewSuperior
Sets the value of the newSuperior property.- Parameters:
value
- allowed object isString
-