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 Summary
Fields Modifier and Type Field Description protected StringrequestNameprotected ObjectrequestValue-
Fields inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
control, requestID
-
-
Constructor Summary
Constructors Constructor Description ExtendedRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRequestName()Gets the value of the requestName property.ObjectgetRequestValue()Gets the value of the requestValue property.voidsetRequestName(String value)Sets the value of the requestName property.voidsetRequestValue(Object value)Sets the value of the requestValue property.-
Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
getControl, getRequestID, setRequestID
-
-
-
-
Method Detail
-
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 isString
-
getRequestValue
public Object getRequestValue()
Gets the value of the requestValue property.- Returns:
- possible object is
Object
-
-