com.sun.identity.liberty.ws.disco
クラス RemoveEntry

java.lang.Object
  上位を拡張 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>
 


コンストラクタの概要
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.
 

コンストラクタの詳細

RemoveEntry

public RemoveEntry(String entryID)
Constructor.

パラメータ:
entryID - entry ID to be removed
メソッドの詳細

getEntryID

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

戻り値:
entry ID to be removed.
関連項目:
RemoveEntry.setEntryID(String)

setEntryID

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

パラメータ:
entryID - entry ID to be removed.
関連項目:
RemoveEntry.getEntryID()

toString

public String toString()
Returns string format.

オーバーライド:
クラス Object 内の toString
戻り値:
formatted string.