| 
 | |||||||||
| 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.Modify
This class represents a discovery modify request.
 The following schema fragment specifies the expected content within
 the Modify object.
 
 <xs:element name="Modify" type="ModifyType"/>
 <complexType name="ModifyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:liberty:disco:2003-08}ResourceIDGroup"/>
         <element name="InsertEntry" type="{urn:liberty:disco:2003-08}InsertEntryType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RemoveEntry" type="{urn:liberty:disco:2003-08}RemoveEntryType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
| Modify()Default constructor | |
| Modify(org.w3c.dom.Element root)Constructor. | |
| Modify(EncryptedResourceID resourceID,
       java.util.List insertEntry,
       java.util.List removeEntry)Constructor | |
| Modify(ResourceID resourceID,
       java.util.List insertEntry,
       java.util.List removeEntry)Constructor | |
| Method Summary | |
|  EncryptedResourceID | getEncryptedResourceID()Gets the encrypted resource ID for the discovery resource to be modified. | 
|  java.lang.String | getId()Gets id attribute. | 
|  java.util.List | getInsertEntry()Gets the value of the InsertEntryproperty. | 
|  java.util.List | getRemoveEntry()Gets the value of the RemoveEntryproperty. | 
|  ResourceID | getResourceID()Gets the resource ID for the discovery resource to be modified. | 
|  void | setEncryptedResourceID(EncryptedResourceID value)Sets the encrypted resource ID for the discovery resource to be modified. | 
|  void | setInsertEntry(java.util.List inserts)Sets the value of the InsertEntryproperty. | 
|  void | setRemoveEntry(java.util.List removes)Sets the value of the RemoveEntryproperty. | 
|  void | setResourceID(ResourceID resourceID)Sets resource ID for the discovery resource to be modified | 
|  java.lang.String | toString()Gets string format. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public Modify(ResourceID resourceID,
              java.util.List insertEntry,
              java.util.List removeEntry)
resourceID - ID for the discovery resource to be modifiedinsertEntry - List of insert entriesremoveEntry - List of remove entries
public Modify(EncryptedResourceID resourceID,
              java.util.List insertEntry,
              java.util.List removeEntry)
resourceID - Encrypted Discovery Resource ID to be modifiedinsertEntry - List of insert entriesremoveEntry - List of remove entriespublic Modify()
public Modify(org.w3c.dom.Element root)
       throws DiscoveryException
root - Modify DOM elementDiscoveryException - if error occurs| Method Detail | 
public EncryptedResourceID getEncryptedResourceID()
public void setEncryptedResourceID(EncryptedResourceID value)
value - the encrypted resource ID.public ResourceID getResourceID()
public void setResourceID(ResourceID resourceID)
resourceID - resource ID for the discovery resource to be modified.public java.lang.String getId()
public java.util.List getRemoveEntry()
RemoveEntry property.RemoveEntry objectspublic void setRemoveEntry(java.util.List removes)
RemoveEntry property.removes - List of RemoveEntry object.public java.util.List getInsertEntry()
InsertEntry property.InsertEntry objectpublic void setInsertEntry(java.util.List inserts)
InsertEntry property.inserts - List of InsertEntry object.public 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 | ||||||||