Class ResponseImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.common.AbstractSAMLObject
ddf.security.liberty.paos.impl.ResponseImpl
All Implemented Interfaces:
ddf.security.liberty.paos.Response, org.opensaml.core.xml.XMLObject, org.opensaml.saml.common.SAMLObject, org.opensaml.soap.soap11.ActorBearing, org.opensaml.soap.soap11.MustUnderstandBearing

public class ResponseImpl extends org.opensaml.saml.common.AbstractSAMLObject implements ddf.security.liberty.paos.Response, org.opensaml.saml.common.SAMLObject, org.opensaml.soap.soap11.MustUnderstandBearing, org.opensaml.soap.soap11.ActorBearing
  • Field Summary

    Fields inherited from interface org.opensaml.soap.soap11.ActorBearing

    SOAP11_ACTOR_ATTR_LOCAL_NAME, SOAP11_ACTOR_ATTR_NAME, SOAP11_ACTOR_NEXT

    Fields inherited from interface org.opensaml.soap.soap11.MustUnderstandBearing

    SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP11_MUST_UNDERSTAND_ATTR_NAME

    Fields inherited from interface ddf.security.liberty.paos.Response

    DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, PAOS_NS, PAOS_PREFIX, REF_TO_MESSAGE_ID_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    List<org.opensaml.core.xml.XMLObject>
     
     
     
     
    org.opensaml.core.xml.schema.XSBooleanValue
     
    void
    setRefToMessageID(String newRefToMessageID)
     
    void
    setSOAP11Actor(String soap11Actor)
     
    void
     
    void
    setSOAP11MustUnderstand(org.opensaml.core.xml.schema.XSBooleanValue xsBooleanValue)
     

    Methods inherited from class org.opensaml.saml.common.AbstractSAMLObject

    equals, hashCode, prepareForAssignment

    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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    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

    • ResponseImpl

      protected ResponseImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
  • Method Details

    • getRefToMessageID

      public String getRefToMessageID()
      Specified by:
      getRefToMessageID in interface ddf.security.liberty.paos.Response
    • setRefToMessageID

      public void setRefToMessageID(String newRefToMessageID)
      Specified by:
      setRefToMessageID in interface ddf.security.liberty.paos.Response
    • getOrderedChildren

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

      @Nullable public String getSOAP11Actor()
      Specified by:
      getSOAP11Actor in interface org.opensaml.soap.soap11.ActorBearing
    • setSOAP11Actor

      public void setSOAP11Actor(@Nullable String soap11Actor)
      Specified by:
      setSOAP11Actor in interface org.opensaml.soap.soap11.ActorBearing
    • isSOAP11MustUnderstand

      @Nullable public Boolean isSOAP11MustUnderstand()
      Specified by:
      isSOAP11MustUnderstand in interface org.opensaml.soap.soap11.MustUnderstandBearing
    • isSOAP11MustUnderstandXSBoolean

      @Nullable public org.opensaml.core.xml.schema.XSBooleanValue isSOAP11MustUnderstandXSBoolean()
      Specified by:
      isSOAP11MustUnderstandXSBoolean in interface org.opensaml.soap.soap11.MustUnderstandBearing
    • setSOAP11MustUnderstand

      public void setSOAP11MustUnderstand(@Nullable Boolean aBoolean)
      Specified by:
      setSOAP11MustUnderstand in interface org.opensaml.soap.soap11.MustUnderstandBearing
    • setSOAP11MustUnderstand

      public void setSOAP11MustUnderstand(@Nullable org.opensaml.core.xml.schema.XSBooleanValue xsBooleanValue)
      Specified by:
      setSOAP11MustUnderstand in interface org.opensaml.soap.soap11.MustUnderstandBearing