Class AuthRequest
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AuthRequest
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
FieldsFields inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
control, requestID - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the value of the principal property.voidsetPrincipal(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