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.TimeOffAllowanceType Maven / Gradle / Ivy


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

/** 
 * Schema fragment(s) for this class:
 * 
 * <xs:complexType xmlns:ns="http://ns.hr-xml.org/2006-02-28" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TimeOffAllowanceType">
 *   <xs:sequence>
 *     <xs:element type="xs:string" name="Description" minOccurs="0"/>
 *   </xs:sequence>
 *   <xs:attribute type="xs:string" name="timeOffType"/>
 * </xs:complexType>
 * 
*/ public class TimeOffAllowanceType { private String description; private String timeOffType; /** * Get the 'Description' element value. * * @return value */ public String getDescription() { return description; } /** * Set the 'Description' element value. * * @param description */ public void setDescription(String description) { this.description = description; } /** * Get the 'timeOffType' attribute value. * * @return value */ public String getTimeOffType() { return timeOffType; } /** * Set the 'timeOffType' attribute value. * * @param timeOffType */ public void setTimeOffType(String timeOffType) { this.timeOffType = timeOffType; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy