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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
requestName |
protected Object |
requestValue |
control, requestID| Constructor and Description |
|---|
ExtendedRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestName()
Gets the value of the requestName property.
|
Object |
getRequestValue()
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.
|
getControl, getRequestID, setRequestIDprotected String requestName
protected Object requestValue
public ExtendedRequest()
public String getRequestName()
Stringpublic void setRequestName(String value)
value - allowed object is
Stringpublic Object getRequestValue()
Objectpublic void setRequestValue(Object value)
value - allowed object is
ObjectCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.