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 Details

    • principal

      protected String principal
  • Constructor Details

    • AuthRequest

      public AuthRequest()
  • Method Details

    • getPrincipal

      public String getPrincipal()
      Gets the value of the principal property.
      Returns:
      possible object is String
    • setPrincipal

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