java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DelRequest

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>
 
  • Field Details

  • Constructor Details

    • DelRequest

      public DelRequest()
  • Method Details

    • getDn

      public String getDn()
      Gets the value of the dn property.
      Returns:
      possible object is String
    • setDn

      public void setDn(String value)
      Sets the value of the dn property.
      Parameters:
      value - allowed object is String