public class RemoveEntry extends Object
RemoveEntry
represents a remove entry element for
the discovery modify request.
The following schema fragment specifies the expected content
within the RemoveEntry
object.
<xs:element name="RemoveEntry" type="RemoveEntryType"> <complexType name="RemoveEntryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="entryID" type="{urn:liberty:disco:2003-08}IDReferenceType" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
RemoveEntry(String entryID)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getEntryID()
Gets entry ID to be removed.
|
void |
setEntryID(String entryID)
Sets entry ID to be removed.
|
String |
toString()
Returns string format.
|
public RemoveEntry(String entryID)
entryID
- entry ID to be removedpublic String getEntryID()
RemoveEntry.setEntryID(String)
public void setEntryID(String entryID)
entryID
- entry ID to be removed.RemoveEntry.getEntryID()
Copyright © 2010-2018, ForgeRock All Rights Reserved.