Class AbandonRequest

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

public class AbandonRequest extends DsmlMessage

Java class for AbandonRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbandonRequest">
   <complexContent>
     <extension base="{urn:oasis:names:tc:DSML:2:0:core}DsmlMessage">
       <attribute name="abandonID" use="required" type="{urn:oasis:names:tc:DSML:2:0:core}RequestID" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • abandonID

      protected String abandonID
  • Constructor Details

    • AbandonRequest

      public AbandonRequest()
  • Method Details

    • getAbandonID

      public String getAbandonID()
      Gets the value of the abandonID property.
      Returns:
      possible object is String
    • setAbandonID

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