Interface OpenSamlEprPolicyRepositoryResponse

All Superinterfaces:
BasePolicyAdministration, EprPolicyRepositoryResponse, org.opensaml.core.xml.XMLObject
All Known Implementing Classes:
EprPolicyRepositoryResponseImpl

public interface OpenSamlEprPolicyRepositoryResponse extends EprPolicyRepositoryResponse, org.opensaml.core.xml.XMLObject
Extending interface to integrate EprPolicyRepositoryResponse interface to opensaml implementation.
Erweiterndes Interface um das EprPolicyRepositoryResponse Interface in OpenSAML Implementation zu integrieren.
  • Field Summary

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

    DEFAULT_ELEMENT_LOCAL_NAME, ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setStatus(String aStatus)
     

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

    getStatus, isStatusSuccess

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

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

    • setStatus

      void setStatus(String aStatus)