Class RegistryExceptionType

    • Constructor Detail

      • RegistryExceptionType

        public RegistryExceptionType()
        Default constructor
        Note: automatically created by ph-jaxb-plugin -Xph-value-extender
    • Method Detail

      • getCode

        @Nullable
        public String getCode()
        Gets the value of the code property.
        Returns:
        possible object is String
      • setCode

        public void setCode​(@Nullable
                            String value)
        Sets the value of the code property.
        Parameters:
        value - allowed object is String
      • getDetail

        @Nullable
        public String getDetail()
        Gets the value of the detail property.
        Returns:
        possible object is String
      • setDetail

        public void setDetail​(@Nullable
                              String value)
        Sets the value of the detail property.
        Parameters:
        value - allowed object is String
      • getMessage

        @Nullable
        public String getMessage()
        Gets the value of the message property.
        Returns:
        possible object is String
      • setMessage

        public void setMessage​(@Nullable
                               String value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is String
      • getSeverity

        @Nullable
        public String getSeverity()
        Gets the value of the severity property.
        Returns:
        possible object is String
      • setSeverity

        public void setSeverity​(@Nullable
                                String value)
        Sets the value of the severity property.
        Parameters:
        value - allowed object is String
      • cloneTo

        public void cloneTo​(@Nonnull
                            RegistryExceptionType ret)
        This method clones all values from this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2
        Parameters:
        ret - The target object to clone to. May not be null.
      • clone

        @Nonnull
        @ReturnsMutableCopy
        public RegistryExceptionType clone()
        Created by ph-jaxb-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Specified by:
        clone in class ExtensibleObjectType
        Returns:
        The cloned object. Never null.