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.Associations 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:element xmlns:ns="http://ns.hr-xml.org/2006-02-28" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Associations">
 *   <xs:complexType>
 *     <xs:sequence>
 *       <xs:element ref="ns:Association" maxOccurs="unbounded"/>
 *     </xs:sequence>
 *   </xs:complexType>
 * </xs:element>
 * 
*/ public class Associations { private List associationList = new ArrayList(); /** * Get the list of 'Association' element items. * * @return list */ public List getAssociationList() { return associationList; } /** * Set the list of 'Association' element items. * * @param list */ public void setAssociationList(List list) { associationList = list; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy