Class ExtendedRequest
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.ExtendedRequest
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 inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
control, requestID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the requestName property.Gets the value of the requestValue property.void
setRequestName
(String value) Sets the value of the requestName property.void
setRequestValue
(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
-
Field Details
-
requestName
-
requestValue
-
-
Constructor Details
-
ExtendedRequest
public ExtendedRequest()
-
-
Method Details
-
getRequestName
Gets the value of the requestName property.- Returns:
- possible object is
String
-
setRequestName
Sets the value of the requestName property.- Parameters:
value
- allowed object isString
-
getRequestValue
Gets the value of the requestValue property.- Returns:
- possible object is
Object
-
setRequestValue
Sets the value of the requestValue property.- Parameters:
value
- allowed object isObject
-