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


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

import java.util.ArrayList;
import java.util.List;

/** 
 * 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="AreaType">
 *   <!-- Reference to class org.jibx.schema.org.hr_xml.ns._2_4.HR_XML_2_4.StandAlone.PositionOpening.AreaType -->
 * </xs:complexType>
 * 
*/ public class AreaType { private String value; private List areaList = new ArrayList(); private String type; /** * Get the 'Value' element value. * * @return value */ public String getValue() { return value; } /** * Set the 'Value' element value. * * @param value */ public void setValue(String value) { this.value = value; } /** * Get the list of 'Area' element items. * * @return list */ public List getAreaList() { return areaList; } /** * Set the list of 'Area' element items. * * @param list */ public void setAreaList(List list) { areaList = list; } /** * Get the 'type' attribute value. * * @return value */ public String getType() { return type; } /** * Set the 'type' attribute value. * * @param type */ public void setType(String type) { this.type = type; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy