org.openliberty.xmltooling.dst2_1.ref
Class Modify

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.openliberty.xmltooling.dst2_1.RequestType
          extended by org.openliberty.xmltooling.dst2_1.ref.Modify
All Implemented Interfaces:
org.opensaml.xml.AttributeExtensibleXMLObject, org.opensaml.xml.XMLObject

public class Modify
extends RequestType

The element has two types of sub-elements.

  • elements specify which data elements of the specified resource should be modified and how.
  • elements can be included, when a WSC wants, for example, to get back data related to the modifications it just made.
  • Author:
    asa

    Nested Class Summary
     
    Nested classes/interfaces inherited from class org.openliberty.xmltooling.dst2_1.RequestType
    RequestType.Marshaller, RequestType.Unmarshaller
     
    Field Summary
    static java.lang.String LOCAL_NAME
               
    private  org.opensaml.xml.util.XMLObjectChildrenList<ModifyItem> modifyItems
               
    private  org.opensaml.xml.util.XMLObjectChildrenList<ResultQuery> resultQueries
               
     
    Fields inherited from class org.openliberty.xmltooling.dst2_1.RequestType
    ATT_ITEM_ID
     
    Constructor Summary
    protected Modify(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
               
     
    Method Summary
     org.opensaml.xml.util.XMLObjectChildrenList<ModifyItem> getModifyItems()
               
     java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
               
     org.opensaml.xml.util.XMLObjectChildrenList<ResultQuery> getResultQueries()
               
     
    Methods inherited from class org.openliberty.xmltooling.dst2_1.RequestType
    getExtensions, getItemID, getUnknownAttributes, setItemID
     
    Methods inherited from class org.opensaml.xml.AbstractXMLObject
    addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     
    Methods inherited from interface org.opensaml.xml.XMLObject
    addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
     

    Field Detail

    LOCAL_NAME

    public static final java.lang.String LOCAL_NAME
    See Also:
    Constant Field Values

    modifyItems

    private org.opensaml.xml.util.XMLObjectChildrenList<ModifyItem> modifyItems

    resultQueries

    private org.opensaml.xml.util.XMLObjectChildrenList<ResultQuery> resultQueries
    Constructor Detail

    Modify

    protected Modify(java.lang.String namespaceURI,
                     java.lang.String elementLocalName,
                     java.lang.String namespacePrefix)
    Method Detail

    getModifyItems

    public org.opensaml.xml.util.XMLObjectChildrenList<ModifyItem> getModifyItems()

    getResultQueries

    public org.opensaml.xml.util.XMLObjectChildrenList<ResultQuery> getResultQueries()

    getOrderedChildren

    public java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
    Specified by:
    getOrderedChildren in interface org.opensaml.xml.XMLObject
    Overrides:
    getOrderedChildren in class RequestType