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 Summary
Fields Modifier and Type Field Description protected String
abandonID
-
Fields inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
control, requestID
-
-
Constructor Summary
Constructors Constructor Description AbandonRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAbandonID()
Gets the value of the abandonID property.void
setAbandonID(String value)
Sets the value of the abandonID property.-
Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
getControl, getRequestID, setRequestID
-
-
-
-
Field Detail
-
abandonID
protected String abandonID
-
-