public class RegistrationInfo extends Object
@NotNull @Size(max=96) @Pattern(regexp="^(?!^(PRN|AUX|CLOCK\\$|NUL|CON|COM\\d|LPT\\d|\\.\\.?)$)[^\\x00-\\x1f\\\\?*:\\\";|/<>]+$") private String corporateId
@NotNull @Size(max=96) private String address
@NotNull @Size(max=12) private String zip
@NotNull @Size(max=56) private String town
@NotNull @Size(max=96) private String name
@NotNull @Pattern(regexp="^[_A-Za-z0-9-\\+]+(\\.[_A-Za-z0-9-]+)*@[A-Za-z0-9-]+(\\.[A-Za-z0-9-]+)*(\\.[A-Za-z]{2,})$") @Size(max=56) private String email
@NotNull @Size(max=2, min=2) private String country
Copyright © 2016. All rights reserved.