com.sun.identity.liberty.ws.disco
Class RemoveEntry

java.lang.Object
  extended by com.sun.identity.liberty.ws.disco.RemoveEntry

public class RemoveEntry
extends Object

The class 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 Summary
RemoveEntry(String entryID)
          Constructor.
 
Method Summary
 String getEntryID()
          Gets entry ID to be removed.
 void setEntryID(String entryID)
          Sets entry ID to be removed.
 String toString()
          Returns string format.
 

Constructor Detail

RemoveEntry

public RemoveEntry(String entryID)
Constructor.

Parameters:
entryID - entry ID to be removed
Method Detail

getEntryID

public String getEntryID()
Gets entry ID to be removed.

Returns:
entry ID to be removed.
See Also:
RemoveEntry.setEntryID(String)

setEntryID

public void setEntryID(String entryID)
Sets entry ID to be removed.

Parameters:
entryID - entry ID to be removed.
See Also:
RemoveEntry.getEntryID()

toString

public String toString()
Returns string format.

Overrides:
toString in class Object
Returns:
formatted string.