Package org.jfairy.producer.person

Examples of org.jfairy.producer.person.NationalIdentificationNumber


    }
    if (sex == null) {
      sex = baseProducer.trueOrFalse() ? Person.Sex.MALE : Person.Sex.FEMALE;
    }

    return new NationalIdentificationNumber(generate());
  }
View Full Code Here

TOP

Related Classes of org.jfairy.producer.person.NationalIdentificationNumber

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.