|
|||||||||
| 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
public class 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(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 |
|---|
public RemoveEntry(String entryID)
entryID - entry ID to be removed| Method Detail |
|---|
public String getEntryID()
RemoveEntry.setEntryID(String)public void setEntryID(String entryID)
entryID - entry ID to be removed.RemoveEntry.getEntryID()public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||