Interface HasNameSpace

All Known Subinterfaces:
Pointer, Resource<D>, User

public interface HasNameSpace
HasNameSpace -- The object has a name space.
Since:
2.0.2 2022-01-16
Version:
2.0.2 2022-01-16
Author:
klenkes74 <rlichti@kaiserpfalz-edv.de>
  • Method Summary

    Modifier and Type
    Method
    Description
    @Size(min=3,max=100,message="The length of the string must be between 3 and 100 characters long.") @Pattern(regexp="^[a-zA-Z][-a-zA-Z0-9]{1,61}(.[a-zA-Z][-a-zA-Z0-9]{1,61}){0,4}$",message="The string must match the pattern \'^[a-zA-Z][-a-zA-Z0-9]{1,61}(.[a-zA-Z][-a-zA-Z0-9]{1,61}){0,4}$\'") String
     
  • Method Details

    • getNameSpace

      @Size(min=3, max=100, message="The length of the string must be between 3 and 100 characters long.") @Pattern(regexp="^[a-zA-Z][-a-zA-Z0-9]{1,61}(.[a-zA-Z][-a-zA-Z0-9]{1,61}){0,4}$", message="The string must match the pattern \'^[a-zA-Z][-a-zA-Z0-9]{1,61}(.[a-zA-Z][-a-zA-Z0-9]{1,61}){0,4}$\'") @Size(min=3,max=100,message="The length of the string must be between 3 and 100 characters long.") @Pattern(regexp="^[a-zA-Z][-a-zA-Z0-9]{1,61}(.[a-zA-Z][-a-zA-Z0-9]{1,61}){0,4}$",message="The string must match the pattern \'^[a-zA-Z][-a-zA-Z0-9]{1,61}(.[a-zA-Z][-a-zA-Z0-9]{1,61}){0,4}$\'") String getNameSpace()