Class DeletePolicyRequestImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.projecthusky.communication.ch.ppq.epr.policyadmin.impl.AbstractAssertionBasedRequestImpl
org.projecthusky.communication.ch.ppq.epr.policyadmin.impl.DeletePolicyRequestImpl
All Implemented Interfaces:
org.opensaml.core.xml.XMLObject, AssertionBasedRequest, BasePolicyAdministration, DeletePolicyRequest, OpenSamlAssertionBasedRequest, OpenSamlDeletePolicyRequest

public class DeletePolicyRequestImpl extends AbstractAssertionBasedRequestImpl implements OpenSamlDeletePolicyRequest
Implementing class of OpenSamlDeletePolicyRequest interface.
Implementierende Klasse des OpenSamlDeletePolicyRequest Interfaces.
  • Field Summary

    Fields inherited from interface org.projecthusky.communication.ch.ppq.epr.policyadmin.api.DeletePolicyRequest

    DEFAULT_ELEMENT_LOCAL_NAME, ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    DeletePolicyRequestImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.opensaml.core.xml.XMLObject>
     

    Methods inherited from class org.projecthusky.communication.ch.ppq.epr.policyadmin.impl.AbstractAssertionBasedRequestImpl

    getAssertion, setAssertion

    Methods inherited from class org.opensaml.core.xml.AbstractXMLObject

    detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, 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.projecthusky.communication.ch.ppq.epr.policyadmin.api.AssertionBasedRequest

    getAssertion

    Methods inherited from interface org.projecthusky.communication.ch.ppq.epr.policyadmin.api.OpenSamlAssertionBasedRequest

    setAssertion

    Methods inherited from interface org.opensaml.core.xml.XMLObject

    detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
  • Constructor Details

    • DeletePolicyRequestImpl

      protected DeletePolicyRequestImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
  • Method Details

    • getOrderedChildren

      public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
      Specified by:
      getOrderedChildren in interface org.opensaml.core.xml.XMLObject