| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sun.identity.liberty.ws.disco.ModifyResponse
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>
 
| Constructor Summary | |
| ModifyResponse(org.w3c.dom.Element root)Constructor. | |
| ModifyResponse(Status status)constructor | |
| Method Summary | |
|  org.w3c.dom.Element | getExtension()Gets modify response Extension Element. | 
|  java.lang.String | getId()Gets id attribute. | 
|  java.util.List | getNewEntryIDs()Gets the newEntryIDsattribute. | 
|  Status | getStatus()Gets modify response status | 
|  void | setExtension(org.w3c.dom.Element extension)Sets modify response extension. | 
|  void | setId(java.lang.String id)Sets id attribute. | 
|  void | setNewEntryIDs(java.util.List ids)Sets the newEntryIDsattribute. | 
|  void | setStatus(Status value)Sets modify response status | 
|  java.lang.String | toString()Gets formatted string of modify response. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public ModifyResponse(Status status)
status - Status of the modify response
public ModifyResponse(org.w3c.dom.Element root)
               throws DiscoveryException
root - ModifyResponse DOM element.DiscoveryException - if error occurs.| Method Detail | 
public Status getStatus()
public void setStatus(Status value)
value - Statuspublic java.lang.String getId()
public void setId(java.lang.String id)
id - id attribute.public java.util.List getNewEntryIDs()
newEntryIDs attribute.newEntryIDs attribute.public void setNewEntryIDs(java.util.List ids)
newEntryIDs attribute.ids - values of the newEntryIDs attribute.public org.w3c.dom.Element getExtension()
public void setExtension(org.w3c.dom.Element extension)
extension - Elementpublic java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||