Class ModifyDNRequest
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
-
- org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.ModifyDNRequest
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleandeleteoldrdnprotected Stringdnprotected Stringnewrdnprotected StringnewSuperior-
Fields inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
control, requestID
-
-
Constructor Summary
Constructors Constructor Description ModifyDNRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDn()Gets the value of the dn property.StringgetNewrdn()Gets the value of the newrdn property.StringgetNewSuperior()Gets the value of the newSuperior property.booleanisDeleteoldrdn()Gets the value of the deleteoldrdn property.voidsetDeleteoldrdn(Boolean value)Sets the value of the deleteoldrdn property.voidsetDn(String value)Sets the value of the dn property.voidsetNewrdn(String value)Sets the value of the newrdn property.voidsetNewSuperior(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
-
-
-
-
Method Detail
-
setDn
public void setDn(String value)
Sets the value of the dn property.- Parameters:
value- allowed object isString
-
getNewrdn
public String getNewrdn()
Gets the value of the newrdn property.- Returns:
- possible object is
String
-
setNewrdn
public void setNewrdn(String value)
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
public void setDeleteoldrdn(Boolean value)
Sets the value of the deleteoldrdn property.- Parameters:
value- allowed object isBoolean
-
getNewSuperior
public String getNewSuperior()
Gets the value of the newSuperior property.- Returns:
- possible object is
String
-
-