public ConferenceName( SimpleNumericString numeric, SimpleTextString text) { this.numeric = numeric; this.text = text; }
public Password( SimpleNumericString numeric, SimpleTextString text) { this.numeric = numeric; this.text = text; }
public ConferenceName() { this.numeric = null; this.text = null; }
public Password() { this.numeric = null; this.text = null; }