|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.identity.liberty.ws.disco.RemoveEntry
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 |
public RemoveEntry(java.lang.String entryID)
entryID - entry ID to be removed| Method Detail |
public java.lang.String getEntryID()
public void setEntryID(java.lang.String entryID)
entryID - entry ID to be removed.public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||