All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jibx.schema.org.hr_xml.ns._2_4.HR_XML_2_4.StandAlone.PositionOpening.GenderCode Maven / Gradle / Ivy


package org.jibx.schema.org.hr_xml.ns._2_4.HR_XML_2_4.StandAlone.PositionOpening;

import java.math.BigInteger;

/** 
 * Schema fragment(s) for this class:
 * 
 * <xs:element xmlns:ns="http://ns.hr-xml.org/2006-02-28" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:integer" name="GenderCode"/>
 * 
*/ public class GenderCode { private BigInteger genderCode; /** * Get the 'GenderCode' element value. * * @return value */ public BigInteger getGenderCode() { return genderCode; } /** * Set the 'GenderCode' element value. * * @param genderCode */ public void setGenderCode(BigInteger genderCode) { this.genderCode = genderCode; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy