Interface IsReferenceParameterBearing


  • public interface IsReferenceParameterBearing
    Interface for element having a @wsa:IsReferenceParameter attribute.
    • Field Detail

      • WSA_IS_REFERENCE_PARAMETER_ATTR_LOCAL_NAME

        static final String WSA_IS_REFERENCE_PARAMETER_ATTR_LOCAL_NAME
        the IsReferenceParameter attribute local name.
        See Also:
        Constant Field Values
      • WSA_IS_REFERENCE_PARAMETER_ATTR_NAME

        static final QName WSA_IS_REFERENCE_PARAMETER_ATTR_NAME
        the wsa:IsReferenceParameter qualified attribute name.
    • Method Detail

      • isWSAIsReferenceParameter

        Boolean isWSAIsReferenceParameter()
        Returns the @wsa:IsReferenceParameter attribute value.
        Returns:
        The @wsa:IsReferenceParameter attribute value or null.
      • isWSAIsReferenceParameterXSBoolean

        org.opensaml.core.xml.schema.XSBooleanValue isWSAIsReferenceParameterXSBoolean()
        Returns the @wsa:IsReferenceParameter attribute value.
        Returns:
        The @wsa:IsReferenceParameter attribute value or null.
      • setWSAIsReferenceParameter

        void setWSAIsReferenceParameter​(Boolean newIsReferenceParameter)
        Sets the @wsa:IsReferenceParameter attribute value.
        Parameters:
        newIsReferenceParameter - The @wsa:IsReferenceParameter attribute value
      • setWSAIsReferenceParameter

        void setWSAIsReferenceParameter​(org.opensaml.core.xml.schema.XSBooleanValue newIsReferenceParameter)
        Sets the @wsa:IsReferenceParameter attribute value.
        Parameters:
        newIsReferenceParameter - The @wsa:IsReferenceParameter attribute value