public class AbandonRequest extends DsmlMessage
Java class for AbandonRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbandonRequest"> <complexContent> <extension base="{urn:oasis:names:tc:DSML:2:0:core}DsmlMessage"> <attribute name="abandonID" use="required" type="{urn:oasis:names:tc:DSML:2:0:core}RequestID" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
abandonID |
control, requestID
Constructor and Description |
---|
AbandonRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAbandonID()
Gets the value of the abandonID property.
|
void |
setAbandonID(String value)
Sets the value of the abandonID property.
|
getControl, getRequestID, setRequestID
public AbandonRequest()
public String getAbandonID()
String
public void setAbandonID(String value)
value
- allowed object is
String
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.