Interface IndexedEndpoint

    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getIndex

        Integer getIndex()
        Gets the index of the endpoint.
        Returns:
        index of the endpoint
      • setIndex

        void setIndex​(Integer index)
        Sets the index of the endpoint.
        Parameters:
        index - index of the endpoint
      • isDefault

        Boolean isDefault()
        Gets whether this is the default endpoint in a list.
        Returns:
        whether this is the default endpoint in a list
      • isDefaultXSBoolean

        org.opensaml.core.xml.schema.XSBooleanValue isDefaultXSBoolean()
        Gets whether this is the default endpoint in a list.
        Returns:
        whether this is the default endpoint in a list
      • setIsDefault

        void setIsDefault​(Boolean newIsDefault)
        Sets whether this is the default endpoint in a list. Boolean values will be marshalled to either "true" or "false".
        Parameters:
        newIsDefault - whether this is the default endpoint in a list
      • setIsDefault

        void setIsDefault​(org.opensaml.core.xml.schema.XSBooleanValue newIsDefault)
        Sets whether this is the default endpoint in a list.
        Parameters:
        newIsDefault - whether this is the default endpoint in a list