* getTypeA<p>
* <p>
* @return TypeA
*/
public TypeA getTypeA() {
return new TypeA(this.randomAsText().concat("One").getValue(), this.randomAsText().concat("Two").getValue(), this.randomAsText().concat("Three").getValue(), this.randomAsText().concat("Four").getValue(), this.randomAsText().concat("Five").getValue());
}