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

java.lang.Object
  |
  +--com.sun.identity.liberty.ws.disco.RemoveEntry

public class RemoveEntry
extends java.lang.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(java.lang.String entryID)
          Constructor
 
Method Summary
 java.lang.String getEntryID()
          Gets entry ID to be removed.
 void setEntryID(java.lang.String entryID)
          Sets entry ID to be removed.
 java.lang.String toString()
          Returns string format.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveEntry

public RemoveEntry(java.lang.String entryID)
Constructor
Parameters:
entryID - entry ID to be removed
Method Detail

getEntryID

public java.lang.String getEntryID()
Gets entry ID to be removed.
Returns:
entry ID to be removed.

setEntryID

public void setEntryID(java.lang.String entryID)
Sets entry ID to be removed.
Parameters:
entryID - entry ID to be removed.

toString

public java.lang.String toString()
Returns string format.
Overrides:
toString in class java.lang.Object
Returns:
formatted string.