|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
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>
| コンストラクタの概要 | |
|---|---|
RemoveEntry(String entryID)
Constructor. |
|
| メソッドの概要 | |
|---|---|
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 removed| メソッドの詳細 |
|---|
public String getEntryID()
RemoveEntry.setEntryID(String)public void setEntryID(String entryID)
entryID - entry ID to be removed.RemoveEntry.getEntryID()public String toString()
Object 内の toString
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||