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

java.lang.Object
  上位を拡張 com.sun.identity.liberty.ws.disco.ModifyResponse

public class ModifyResponse
extends Object

The class ModifyResponse represents a discovery response for modify request.

The following schema fragment specifies the expected content within the ModifyResponse object.

 <complexType name="ModifyResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:liberty:disco:2003-08}Status"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="newEntryIDs">
         <simpleType>
           <list itemType="{urn:liberty:disco:2003-08}IDReferenceType" />
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


コンストラクタの概要
ModifyResponse(Element root)
          Constructor.
ModifyResponse(Status status)
          constructor.
 
メソッドの概要
 Element getExtension()
          Gets modify response Extension Element.
 String getId()
          Gets id attribute.
 List getNewEntryIDs()
          Gets the newEntryIDs attribute.
 Status getStatus()
          Gets modify response status.
 void setExtension(Element extension)
          Sets modify response extension.
 void setId(String id)
          Sets id attribute.
 void setNewEntryIDs(List ids)
          Sets the newEntryIDs attribute.
 void setStatus(Status value)
          Sets modify response status.
 String toString()
          Gets formatted string of modify response.
 

コンストラクタの詳細

ModifyResponse

public ModifyResponse(Status status)
constructor.

パラメータ:
status - Status of the modify response

ModifyResponse

public ModifyResponse(Element root)
               throws DiscoveryException
Constructor.

パラメータ:
root - ModifyResponse DOM element.
例外:
DiscoveryException - if error occurs.
メソッドの詳細

getStatus

public Status getStatus()
Gets modify response status.

戻り値:
Status
関連項目:
ModifyResponse.setStatus(com.sun.identity.liberty.ws.common.Status)

setStatus

public void setStatus(Status value)
Sets modify response status.

パラメータ:
value - Status
関連項目:
ModifyResponse.getStatus()

getId

public String getId()
Gets id attribute.

戻り値:
id attribute.
関連項目:
ModifyResponse.setId(String)

setId

public void setId(String id)
Sets id attribute.

パラメータ:
id - id attribute.
関連項目:
ModifyResponse.getId()

getNewEntryIDs

public List getNewEntryIDs()
Gets the newEntryIDs attribute.

戻り値:
the newEntryIDs attribute.
関連項目:
ModifyResponse.setNewEntryIDs(List)

setNewEntryIDs

public void setNewEntryIDs(List ids)
Sets the newEntryIDs attribute.

パラメータ:
ids - values of the newEntryIDs attribute.
関連項目:
ModifyResponse.getNewEntryIDs()

getExtension

public Element getExtension()
Gets modify response Extension Element.

戻り値:
Extension Element
関連項目:
ModifyResponse.setExtension(Element)

setExtension

public void setExtension(Element extension)
Sets modify response extension.

パラメータ:
extension - Element
関連項目:
ModifyResponse.getExtension()

toString

public String toString()
Gets formatted string of modify response.

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