Class AuthRequest
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
-
- org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AuthRequest
-
public class AuthRequest extends DsmlMessage
Java class for AuthRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthRequest"> <complexContent> <extension base="{urn:oasis:names:tc:DSML:2:0:core}DsmlMessage"> <attribute name="principal" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
principal
-
Fields inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
control, requestID
-
-
Constructor Summary
Constructors Constructor Description AuthRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPrincipal()
Gets the value of the principal property.void
setPrincipal(String value)
Sets the value of the principal property.-
Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
getControl, getRequestID, setRequestID
-
-
-
-
Field Detail
-
principal
protected String principal
-
-