Class ExtendedRequest

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

public class ExtendedRequest extends DsmlMessage

Java class for ExtendedRequest complex type.

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

 <complexType name="ExtendedRequest">
   <complexContent>
     <extension base="{urn:oasis:names:tc:DSML:2:0:core}DsmlMessage">
       <sequence>
         <element name="requestName" type="{urn:oasis:names:tc:DSML:2:0:core}NumericOID"/>
         <element name="requestValue" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • requestName

      protected String requestName
    • requestValue

      protected Object requestValue
  • Constructor Details

    • ExtendedRequest

      public ExtendedRequest()
  • Method Details

    • getRequestName

      public String getRequestName()
      Gets the value of the requestName property.
      Returns:
      possible object is String
    • setRequestName

      public void setRequestName(String value)
      Sets the value of the requestName property.
      Parameters:
      value - allowed object is String
    • getRequestValue

      public Object getRequestValue()
      Gets the value of the requestValue property.
      Returns:
      possible object is Object
    • setRequestValue

      public void setRequestValue(Object value)
      Sets the value of the requestValue property.
      Parameters:
      value - allowed object is Object