Class EprPolicyRepositoryResponseImpl
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.EprPolicyRepositoryResponseImpl
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObject,AssertionBasedRequest,BasePolicyAdministration,EprPolicyRepositoryResponse,OpenSamlAssertionBasedRequest,OpenSamlEprPolicyRepositoryResponse
public class EprPolicyRepositoryResponseImpl
extends AbstractAssertionBasedRequestImpl
implements OpenSamlEprPolicyRepositoryResponse
Implementing class of OpenSamlEpdPolicyRepositoryResponse interface.
Implementierende Klasse des OpenSamlEpdPolicyRepositoryResponse Interfaces.
-
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 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEprPolicyRepositoryResponseImpl(String namespaceURI, String elementLocalName, String namespacePrefix) -
Method Summary
Modifier and TypeMethodDescriptionList<org.opensaml.core.xml.XMLObject>Method to get the status out of the response. Methode um den Status aus der Response zu lesen.Checks whether the response contains a successful status.voidMethods inherited from class org.projecthusky.communication.ch.ppq.epr.policyadmin.impl.AbstractAssertionBasedRequestImpl
getAssertion, setAssertionMethods 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, setSchemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
EprPolicyRepositoryResponseImpl
-
-
Method Details
-
getOrderedChildren
- Specified by:
getOrderedChildrenin interfaceorg.opensaml.core.xml.XMLObject
-
getStatus
Description copied from interface:EprPolicyRepositoryResponseMethod to get the status out of the response.Methode um den Status aus der Response zu lesen.- Specified by:
getStatusin interfaceEprPolicyRepositoryResponse- Returns:
- The status of the response.Der Status der Response.
-
isStatusSuccess
Description copied from interface:EprPolicyRepositoryResponseChecks whether the response contains a successful status.- Specified by:
isStatusSuccessin interfaceEprPolicyRepositoryResponse- Returns:
- True in case of success. False in case of failure
-
setStatus
- Specified by:
setStatusin interfaceOpenSamlEprPolicyRepositoryResponse
-