| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sun.identity.liberty.ws.dst.DSTModify
The DSTModify class represents a DST modify
 request.
 
 The following schema fragment specifies the expected content within
 the DSTModify object.
 
 
 <complexType name="ModifyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:liberty:idpp:2003-08}ResourceIDGroup"/>
         <element name="Modification" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Select" type="{urn:liberty:idpp:2003-08}SelectType"/>
                   <element name="NewData" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <any/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
                 <attribute name="overrideAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                 <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{urn:liberty:idpp:2003-08}Extension" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="itemID" type="{urn:liberty:idpp:2003-08}IDType" />
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
| DSTModify()Constructor | |
| DSTModify(org.w3c.dom.Element element)Constructor | |
| DSTModify(EncryptedResourceID encResourceID,
          java.util.List modifications,
          java.lang.String serviceNS)Constructor | |
| DSTModify(java.lang.String resourceID,
          java.util.List modifications,
          java.lang.String serviceNS)Constructor | |
| Method Summary | |
|  EncryptedResourceID | getEncryptedResourceID()Gets the encrypted resource ID. | 
|  java.util.List | getExtension()Gets the extension property | 
|  java.lang.String | getId()Gets id attribute | 
|  java.lang.String | getItemID()Gets item id attribute | 
|  java.util.List | getModification()Gets the modifications to be performed. | 
|  java.lang.String | getNameSpacePrefix()Gets the name space prefix. | 
|  java.lang.String | getNameSpaceURI()Gets the name space. | 
|  java.lang.String | getResourceID()Gets resource ID | 
|  void | setEncryptedResourceID(EncryptedResourceID resourceID)Sets encrypted resource ID | 
|  void | setExtension(java.util.List extensions)Sets the extension property | 
|  void | setId(java.lang.String id)Sets id attribute | 
|  void | setItemID(java.lang.String itemID)Sets item id attribute | 
|  void | setNameSpacePrefix(java.lang.String prefix)Sets the name space prefix. | 
|  void | setNameSpaceURI(java.lang.String nameSpace)Sets the name space. | 
|  void | setResourceID(java.lang.String resourceID)Sets the resource ID | 
|  java.lang.String | toString()Creates a String representation of this object. | 
|  java.lang.String | toString(boolean includeNS,
         boolean declareNS)Creates a String representation of this object. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public DSTModify()
public DSTModify(java.lang.String resourceID,
                 java.util.List modifications,
                 java.lang.String serviceNS)
resourceID - id for the resource to be modified.modifications - list of DSTModification to be
        performed.serviceNS - service name space.
public DSTModify(EncryptedResourceID encResourceID,
                 java.util.List modifications,
                 java.lang.String serviceNS)
encResourceID - id for encrypted resource to be modified.modifications - list of DSTModification to be
        performed.serviceNS - service name space.
public DSTModify(org.w3c.dom.Element element)
          throws DSTException
element - DOM Element.DSTException -  | Method Detail | 
public java.util.List getModification()
DSTModification objectpublic java.lang.String getId()
Stringpublic void setId(java.lang.String id)
id - id attribute value to be setpublic EncryptedResourceID getEncryptedResourceID()
public void setEncryptedResourceID(EncryptedResourceID resourceID)
resourceID - encrypted resource ID to be setpublic java.lang.String getResourceID()
Stringpublic void setResourceID(java.lang.String resourceID)
resourceID - resource ID to be setpublic java.lang.String getItemID()
Stringpublic void setItemID(java.lang.String itemID)
itemID - item ID to be setpublic java.util.List getExtension()
public void setExtension(java.util.List extensions)
extensions - List of Object to be setpublic java.lang.String getNameSpaceURI()
public void setNameSpaceURI(java.lang.String nameSpace)
nameSpace - name space URI.public void setNameSpacePrefix(java.lang.String prefix)
prefix - name space prefix.public java.lang.String getNameSpacePrefix()
public java.lang.String toString()
toString in class java.lang.Object
public java.lang.String toString(boolean includeNS,
                                 boolean declareNS)
includeNS - if true prepends all elements by their name space prefixdeclareNS - if true includes the name space within the
                  generated.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||