Class ImmutableXacmlStatusCode

  • All Implemented Interfaces:
    Serializable, org.jvnet.jaxb2_commons.lang.ToString2

    @Immutable
    public final class ImmutableXacmlStatusCode
    extends oasis.names.tc.xacml._3_0.core.schema.wd_17.StatusCode
    Immutable StatusCode
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class oasis.names.tc.xacml._3_0.core.schema.wd_17.StatusCode

        statusCode, value
    • Method Summary

      • Methods inherited from class oasis.names.tc.xacml._3_0.core.schema.wd_17.StatusCode

        append, appendFields, equals, getStatusCode, getValue, hashCode, setStatusCode, setValue, toString
    • Constructor Detail

      • ImmutableXacmlStatusCode

        public ImmutableXacmlStatusCode​(String codeVal,
                                        Optional<ImmutableXacmlStatusCode> nextStatusCode)
        Creates status code with code value and optional nested status code
        Parameters:
        nextStatusCode - nested status code
        codeVal - code value