/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.jaxygen.netserviceapisample.business.dto; /** * * @author artur */ public enum Sex { Famle, Male }