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

net.datastream.schemas.mp_entities.employee_001.Employee Maven / Gradle / Ivy


package net.datastream.schemas.mp_entities.employee_001;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import net.datastream.schemas.mp_fields.CLASSID_Type;
import net.datastream.schemas.mp_fields.COSTCODEID_Type;
import net.datastream.schemas.mp_fields.CUSTOMERID_Type;
import net.datastream.schemas.mp_fields.DOCUMENTID_Type;
import net.datastream.schemas.mp_fields.EQUIPMENTID_Type;
import net.datastream.schemas.mp_fields.Employee_Type;
import net.datastream.schemas.mp_fields.FLEETCUSTOMERID_Type;
import net.datastream.schemas.mp_fields.StandardUserDefinedFields;
import net.datastream.schemas.mp_fields.TYPE_Type;
import net.datastream.schemas.mp_fields.USERDEFINEDAREA;
import org.openapplications.oagis_segments.DATETIME;


/**
 * 

Classe Java pour anonymous complex type. * *

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe. * *

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element ref="{http://schemas.datastream.net/MP_fields}EMPLOYEEID"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CLASSID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}FLEETCUSTOMERID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COSTCODEID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}LICENSENO" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}PHONE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}TRADECODE"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DEPARTMENTCODE"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}EMAIL" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}NOTIFICATIONPREFERENCEID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}USERCODE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}OUTOFSERVICE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}TRANSFERREDTOEMPLOYEE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}SCHEDULINGSESSION" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}SCHEDULINGSESSIONTYPE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CUSTOMERID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}USERDEFINEDAREA" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}StandardUserDefinedFields" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}EMPLOYEEALIAS" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ASSETID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}JOBTITLE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}SUPERVISOR" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}HIREDATE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}BIRTHDATE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}TERMINATEDDATE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}PAYROLLNUMBER" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}SECURITYBADGENUMBER" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ADDRESS" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CITY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}STATE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ZIP" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COUNTRY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}EMERGENCYCONTACT" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}EMERGENCYCONTACTPHONENUMBER" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}MOBILEPHONENUMBER" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}HOMEPHONENUMBER" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}URL" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}FAX" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}INITIALS" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}TRADESPERSON" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}WORKSPACEOCCUPANT" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}PROFILEPICTURE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DETERMINESCREWLOCATION" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="recordid" type="{http://www.w3.org/2001/XMLSchema}long" />
 *       <attribute name="has_department_security" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="isrecordrevoked" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" default="false" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "employeeid", "classid", "fleetcustomerid", "costcodeid", "licenseno", "phone", "tradecode", "departmentcode", "email", "notificationpreferenceid", "usercode", "outofservice", "transferredtoemployee", "schedulingsession", "schedulingsessiontype", "customerid", "userdefinedarea", "standardUserDefinedFields", "employeealias", "assetid", "jobtitle", "supervisor", "hiredate", "birthdate", "terminateddate", "payrollnumber", "securitybadgenumber", "address", "city", "state", "zip", "country", "emergencycontact", "emergencycontactphonenumber", "mobilephonenumber", "homephonenumber", "url", "fax", "initials", "tradesperson", "workspaceoccupant", "profilepicture", "determinescrewlocation" }) @XmlRootElement(name = "Employee") public class Employee { @XmlElement(name = "EMPLOYEEID", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected Employee_Type employeeid; @XmlElement(name = "CLASSID", namespace = "http://schemas.datastream.net/MP_fields") protected CLASSID_Type classid; @XmlElement(name = "FLEETCUSTOMERID", namespace = "http://schemas.datastream.net/MP_fields") protected FLEETCUSTOMERID_Type fleetcustomerid; @XmlElement(name = "COSTCODEID", namespace = "http://schemas.datastream.net/MP_fields") protected COSTCODEID_Type costcodeid; @XmlElement(name = "LICENSENO", namespace = "http://schemas.datastream.net/MP_fields") protected String licenseno; @XmlElement(name = "PHONE", namespace = "http://schemas.datastream.net/MP_fields") protected String phone; @XmlElement(name = "TRADECODE", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected String tradecode; @XmlElement(name = "DEPARTMENTCODE", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected String departmentcode; @XmlElement(name = "EMAIL", namespace = "http://schemas.datastream.net/MP_fields") protected String email; @XmlElement(name = "NOTIFICATIONPREFERENCEID", namespace = "http://schemas.datastream.net/MP_fields") protected String notificationpreferenceid; @XmlElement(name = "USERCODE", namespace = "http://schemas.datastream.net/MP_fields") protected String usercode; @XmlElement(name = "OUTOFSERVICE", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String outofservice; @XmlElement(name = "TRANSFERREDTOEMPLOYEE", namespace = "http://schemas.datastream.net/MP_fields") protected Employee_Type transferredtoemployee; @XmlElement(name = "SCHEDULINGSESSION", namespace = "http://schemas.datastream.net/MP_fields") protected String schedulingsession; @XmlElement(name = "SCHEDULINGSESSIONTYPE", namespace = "http://schemas.datastream.net/MP_fields") protected TYPE_Type schedulingsessiontype; @XmlElement(name = "CUSTOMERID", namespace = "http://schemas.datastream.net/MP_fields") protected CUSTOMERID_Type customerid; @XmlElement(name = "USERDEFINEDAREA", namespace = "http://schemas.datastream.net/MP_fields") protected USERDEFINEDAREA userdefinedarea; @XmlElement(name = "StandardUserDefinedFields", namespace = "http://schemas.datastream.net/MP_fields") protected StandardUserDefinedFields standardUserDefinedFields; @XmlElement(name = "EMPLOYEEALIAS", namespace = "http://schemas.datastream.net/MP_fields") protected String employeealias; @XmlElement(name = "ASSETID", namespace = "http://schemas.datastream.net/MP_fields") protected EQUIPMENTID_Type assetid; @XmlElement(name = "JOBTITLE", namespace = "http://schemas.datastream.net/MP_fields") protected String jobtitle; @XmlElement(name = "SUPERVISOR", namespace = "http://schemas.datastream.net/MP_fields") protected String supervisor; @XmlElement(name = "HIREDATE", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME hiredate; @XmlElement(name = "BIRTHDATE", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME birthdate; @XmlElement(name = "TERMINATEDDATE", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME terminateddate; @XmlElement(name = "PAYROLLNUMBER", namespace = "http://schemas.datastream.net/MP_fields") protected String payrollnumber; @XmlElement(name = "SECURITYBADGENUMBER", namespace = "http://schemas.datastream.net/MP_fields") protected String securitybadgenumber; @XmlElement(name = "ADDRESS", namespace = "http://schemas.datastream.net/MP_fields") protected String address; @XmlElement(name = "CITY", namespace = "http://schemas.datastream.net/MP_fields") protected String city; @XmlElement(name = "STATE", namespace = "http://schemas.datastream.net/MP_fields") protected String state; @XmlElement(name = "ZIP", namespace = "http://schemas.datastream.net/MP_fields") protected String zip; @XmlElement(name = "COUNTRY", namespace = "http://schemas.datastream.net/MP_fields") protected String country; @XmlElement(name = "EMERGENCYCONTACT", namespace = "http://schemas.datastream.net/MP_fields") protected String emergencycontact; @XmlElement(name = "EMERGENCYCONTACTPHONENUMBER", namespace = "http://schemas.datastream.net/MP_fields") protected String emergencycontactphonenumber; @XmlElement(name = "MOBILEPHONENUMBER", namespace = "http://schemas.datastream.net/MP_fields") protected String mobilephonenumber; @XmlElement(name = "HOMEPHONENUMBER", namespace = "http://schemas.datastream.net/MP_fields") protected String homephonenumber; @XmlElement(name = "URL", namespace = "http://schemas.datastream.net/MP_fields") protected String url; @XmlElement(name = "FAX", namespace = "http://schemas.datastream.net/MP_fields") protected String fax; @XmlElement(name = "INITIALS", namespace = "http://schemas.datastream.net/MP_fields") protected String initials; @XmlElement(name = "TRADESPERSON", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String tradesperson; @XmlElement(name = "WORKSPACEOCCUPANT", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String workspaceoccupant; @XmlElement(name = "PROFILEPICTURE", namespace = "http://schemas.datastream.net/MP_fields") protected DOCUMENTID_Type profilepicture; @XmlElement(name = "DETERMINESCREWLOCATION", namespace = "http://schemas.datastream.net/MP_fields") protected String determinescrewlocation; @XmlAttribute(name = "recordid") protected Long recordid; @XmlAttribute(name = "has_department_security") protected String has_Department_Security; @XmlAttribute(name = "isrecordrevoked") protected String isrecordrevoked; /** * Obtient la valeur de la propriété employeeid. * * @return * possible object is * {@link Employee_Type } * */ public Employee_Type getEMPLOYEEID() { return employeeid; } /** * Définit la valeur de la propriété employeeid. * * @param value * allowed object is * {@link Employee_Type } * */ public void setEMPLOYEEID(Employee_Type value) { this.employeeid = value; } /** * Obtient la valeur de la propriété classid. * * @return * possible object is * {@link CLASSID_Type } * */ public CLASSID_Type getCLASSID() { return classid; } /** * Définit la valeur de la propriété classid. * * @param value * allowed object is * {@link CLASSID_Type } * */ public void setCLASSID(CLASSID_Type value) { this.classid = value; } /** * Obtient la valeur de la propriété fleetcustomerid. * * @return * possible object is * {@link FLEETCUSTOMERID_Type } * */ public FLEETCUSTOMERID_Type getFLEETCUSTOMERID() { return fleetcustomerid; } /** * Définit la valeur de la propriété fleetcustomerid. * * @param value * allowed object is * {@link FLEETCUSTOMERID_Type } * */ public void setFLEETCUSTOMERID(FLEETCUSTOMERID_Type value) { this.fleetcustomerid = value; } /** * Obtient la valeur de la propriété costcodeid. * * @return * possible object is * {@link COSTCODEID_Type } * */ public COSTCODEID_Type getCOSTCODEID() { return costcodeid; } /** * Définit la valeur de la propriété costcodeid. * * @param value * allowed object is * {@link COSTCODEID_Type } * */ public void setCOSTCODEID(COSTCODEID_Type value) { this.costcodeid = value; } /** * Obtient la valeur de la propriété licenseno. * * @return * possible object is * {@link String } * */ public String getLICENSENO() { return licenseno; } /** * Définit la valeur de la propriété licenseno. * * @param value * allowed object is * {@link String } * */ public void setLICENSENO(String value) { this.licenseno = value; } /** * Obtient la valeur de la propriété phone. * * @return * possible object is * {@link String } * */ public String getPHONE() { return phone; } /** * Définit la valeur de la propriété phone. * * @param value * allowed object is * {@link String } * */ public void setPHONE(String value) { this.phone = value; } /** * Obtient la valeur de la propriété tradecode. * * @return * possible object is * {@link String } * */ public String getTRADECODE() { return tradecode; } /** * Définit la valeur de la propriété tradecode. * * @param value * allowed object is * {@link String } * */ public void setTRADECODE(String value) { this.tradecode = value; } /** * Obtient la valeur de la propriété departmentcode. * * @return * possible object is * {@link String } * */ public String getDEPARTMENTCODE() { return departmentcode; } /** * Définit la valeur de la propriété departmentcode. * * @param value * allowed object is * {@link String } * */ public void setDEPARTMENTCODE(String value) { this.departmentcode = value; } /** * Obtient la valeur de la propriété email. * * @return * possible object is * {@link String } * */ public String getEMAIL() { return email; } /** * Définit la valeur de la propriété email. * * @param value * allowed object is * {@link String } * */ public void setEMAIL(String value) { this.email = value; } /** * Obtient la valeur de la propriété notificationpreferenceid. * * @return * possible object is * {@link String } * */ public String getNOTIFICATIONPREFERENCEID() { return notificationpreferenceid; } /** * Définit la valeur de la propriété notificationpreferenceid. * * @param value * allowed object is * {@link String } * */ public void setNOTIFICATIONPREFERENCEID(String value) { this.notificationpreferenceid = value; } /** * Obtient la valeur de la propriété usercode. * * @return * possible object is * {@link String } * */ public String getUSERCODE() { return usercode; } /** * Définit la valeur de la propriété usercode. * * @param value * allowed object is * {@link String } * */ public void setUSERCODE(String value) { this.usercode = value; } /** * Obtient la valeur de la propriété outofservice. * * @return * possible object is * {@link String } * */ public String getOUTOFSERVICE() { return outofservice; } /** * Définit la valeur de la propriété outofservice. * * @param value * allowed object is * {@link String } * */ public void setOUTOFSERVICE(String value) { this.outofservice = value; } /** * Obtient la valeur de la propriété transferredtoemployee. * * @return * possible object is * {@link Employee_Type } * */ public Employee_Type getTRANSFERREDTOEMPLOYEE() { return transferredtoemployee; } /** * Définit la valeur de la propriété transferredtoemployee. * * @param value * allowed object is * {@link Employee_Type } * */ public void setTRANSFERREDTOEMPLOYEE(Employee_Type value) { this.transferredtoemployee = value; } /** * Obtient la valeur de la propriété schedulingsession. * * @return * possible object is * {@link String } * */ public String getSCHEDULINGSESSION() { return schedulingsession; } /** * Définit la valeur de la propriété schedulingsession. * * @param value * allowed object is * {@link String } * */ public void setSCHEDULINGSESSION(String value) { this.schedulingsession = value; } /** * Obtient la valeur de la propriété schedulingsessiontype. * * @return * possible object is * {@link TYPE_Type } * */ public TYPE_Type getSCHEDULINGSESSIONTYPE() { return schedulingsessiontype; } /** * Définit la valeur de la propriété schedulingsessiontype. * * @param value * allowed object is * {@link TYPE_Type } * */ public void setSCHEDULINGSESSIONTYPE(TYPE_Type value) { this.schedulingsessiontype = value; } /** * Obtient la valeur de la propriété customerid. * * @return * possible object is * {@link CUSTOMERID_Type } * */ public CUSTOMERID_Type getCUSTOMERID() { return customerid; } /** * Définit la valeur de la propriété customerid. * * @param value * allowed object is * {@link CUSTOMERID_Type } * */ public void setCUSTOMERID(CUSTOMERID_Type value) { this.customerid = value; } /** * Obtient la valeur de la propriété userdefinedarea. * * @return * possible object is * {@link USERDEFINEDAREA } * */ public USERDEFINEDAREA getUSERDEFINEDAREA() { return userdefinedarea; } /** * Définit la valeur de la propriété userdefinedarea. * * @param value * allowed object is * {@link USERDEFINEDAREA } * */ public void setUSERDEFINEDAREA(USERDEFINEDAREA value) { this.userdefinedarea = value; } /** * Obtient la valeur de la propriété standardUserDefinedFields. * * @return * possible object is * {@link StandardUserDefinedFields } * */ public StandardUserDefinedFields getStandardUserDefinedFields() { return standardUserDefinedFields; } /** * Définit la valeur de la propriété standardUserDefinedFields. * * @param value * allowed object is * {@link StandardUserDefinedFields } * */ public void setStandardUserDefinedFields(StandardUserDefinedFields value) { this.standardUserDefinedFields = value; } /** * Obtient la valeur de la propriété employeealias. * * @return * possible object is * {@link String } * */ public String getEMPLOYEEALIAS() { return employeealias; } /** * Définit la valeur de la propriété employeealias. * * @param value * allowed object is * {@link String } * */ public void setEMPLOYEEALIAS(String value) { this.employeealias = value; } /** * Obtient la valeur de la propriété assetid. * * @return * possible object is * {@link EQUIPMENTID_Type } * */ public EQUIPMENTID_Type getASSETID() { return assetid; } /** * Définit la valeur de la propriété assetid. * * @param value * allowed object is * {@link EQUIPMENTID_Type } * */ public void setASSETID(EQUIPMENTID_Type value) { this.assetid = value; } /** * Obtient la valeur de la propriété jobtitle. * * @return * possible object is * {@link String } * */ public String getJOBTITLE() { return jobtitle; } /** * Définit la valeur de la propriété jobtitle. * * @param value * allowed object is * {@link String } * */ public void setJOBTITLE(String value) { this.jobtitle = value; } /** * Obtient la valeur de la propriété supervisor. * * @return * possible object is * {@link String } * */ public String getSUPERVISOR() { return supervisor; } /** * Définit la valeur de la propriété supervisor. * * @param value * allowed object is * {@link String } * */ public void setSUPERVISOR(String value) { this.supervisor = value; } /** * Obtient la valeur de la propriété hiredate. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getHIREDATE() { return hiredate; } /** * Définit la valeur de la propriété hiredate. * * @param value * allowed object is * {@link DATETIME } * */ public void setHIREDATE(DATETIME value) { this.hiredate = value; } /** * Obtient la valeur de la propriété birthdate. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getBIRTHDATE() { return birthdate; } /** * Définit la valeur de la propriété birthdate. * * @param value * allowed object is * {@link DATETIME } * */ public void setBIRTHDATE(DATETIME value) { this.birthdate = value; } /** * Obtient la valeur de la propriété terminateddate. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getTERMINATEDDATE() { return terminateddate; } /** * Définit la valeur de la propriété terminateddate. * * @param value * allowed object is * {@link DATETIME } * */ public void setTERMINATEDDATE(DATETIME value) { this.terminateddate = value; } /** * Obtient la valeur de la propriété payrollnumber. * * @return * possible object is * {@link String } * */ public String getPAYROLLNUMBER() { return payrollnumber; } /** * Définit la valeur de la propriété payrollnumber. * * @param value * allowed object is * {@link String } * */ public void setPAYROLLNUMBER(String value) { this.payrollnumber = value; } /** * Obtient la valeur de la propriété securitybadgenumber. * * @return * possible object is * {@link String } * */ public String getSECURITYBADGENUMBER() { return securitybadgenumber; } /** * Définit la valeur de la propriété securitybadgenumber. * * @param value * allowed object is * {@link String } * */ public void setSECURITYBADGENUMBER(String value) { this.securitybadgenumber = value; } /** * Obtient la valeur de la propriété address. * * @return * possible object is * {@link String } * */ public String getADDRESS() { return address; } /** * Définit la valeur de la propriété address. * * @param value * allowed object is * {@link String } * */ public void setADDRESS(String value) { this.address = value; } /** * Obtient la valeur de la propriété city. * * @return * possible object is * {@link String } * */ public String getCITY() { return city; } /** * Définit la valeur de la propriété city. * * @param value * allowed object is * {@link String } * */ public void setCITY(String value) { this.city = value; } /** * Obtient la valeur de la propriété state. * * @return * possible object is * {@link String } * */ public String getSTATE() { return state; } /** * Définit la valeur de la propriété state. * * @param value * allowed object is * {@link String } * */ public void setSTATE(String value) { this.state = value; } /** * Obtient la valeur de la propriété zip. * * @return * possible object is * {@link String } * */ public String getZIP() { return zip; } /** * Définit la valeur de la propriété zip. * * @param value * allowed object is * {@link String } * */ public void setZIP(String value) { this.zip = value; } /** * Obtient la valeur de la propriété country. * * @return * possible object is * {@link String } * */ public String getCOUNTRY() { return country; } /** * Définit la valeur de la propriété country. * * @param value * allowed object is * {@link String } * */ public void setCOUNTRY(String value) { this.country = value; } /** * Obtient la valeur de la propriété emergencycontact. * * @return * possible object is * {@link String } * */ public String getEMERGENCYCONTACT() { return emergencycontact; } /** * Définit la valeur de la propriété emergencycontact. * * @param value * allowed object is * {@link String } * */ public void setEMERGENCYCONTACT(String value) { this.emergencycontact = value; } /** * Obtient la valeur de la propriété emergencycontactphonenumber. * * @return * possible object is * {@link String } * */ public String getEMERGENCYCONTACTPHONENUMBER() { return emergencycontactphonenumber; } /** * Définit la valeur de la propriété emergencycontactphonenumber. * * @param value * allowed object is * {@link String } * */ public void setEMERGENCYCONTACTPHONENUMBER(String value) { this.emergencycontactphonenumber = value; } /** * Obtient la valeur de la propriété mobilephonenumber. * * @return * possible object is * {@link String } * */ public String getMOBILEPHONENUMBER() { return mobilephonenumber; } /** * Définit la valeur de la propriété mobilephonenumber. * * @param value * allowed object is * {@link String } * */ public void setMOBILEPHONENUMBER(String value) { this.mobilephonenumber = value; } /** * Obtient la valeur de la propriété homephonenumber. * * @return * possible object is * {@link String } * */ public String getHOMEPHONENUMBER() { return homephonenumber; } /** * Définit la valeur de la propriété homephonenumber. * * @param value * allowed object is * {@link String } * */ public void setHOMEPHONENUMBER(String value) { this.homephonenumber = value; } /** * Obtient la valeur de la propriété url. * * @return * possible object is * {@link String } * */ public String getURL() { return url; } /** * Définit la valeur de la propriété url. * * @param value * allowed object is * {@link String } * */ public void setURL(String value) { this.url = value; } /** * Obtient la valeur de la propriété fax. * * @return * possible object is * {@link String } * */ public String getFAX() { return fax; } /** * Définit la valeur de la propriété fax. * * @param value * allowed object is * {@link String } * */ public void setFAX(String value) { this.fax = value; } /** * Obtient la valeur de la propriété initials. * * @return * possible object is * {@link String } * */ public String getINITIALS() { return initials; } /** * Définit la valeur de la propriété initials. * * @param value * allowed object is * {@link String } * */ public void setINITIALS(String value) { this.initials = value; } /** * Obtient la valeur de la propriété tradesperson. * * @return * possible object is * {@link String } * */ public String getTRADESPERSON() { return tradesperson; } /** * Définit la valeur de la propriété tradesperson. * * @param value * allowed object is * {@link String } * */ public void setTRADESPERSON(String value) { this.tradesperson = value; } /** * Obtient la valeur de la propriété workspaceoccupant. * * @return * possible object is * {@link String } * */ public String getWORKSPACEOCCUPANT() { return workspaceoccupant; } /** * Définit la valeur de la propriété workspaceoccupant. * * @param value * allowed object is * {@link String } * */ public void setWORKSPACEOCCUPANT(String value) { this.workspaceoccupant = value; } /** * Obtient la valeur de la propriété profilepicture. * * @return * possible object is * {@link DOCUMENTID_Type } * */ public DOCUMENTID_Type getPROFILEPICTURE() { return profilepicture; } /** * Définit la valeur de la propriété profilepicture. * * @param value * allowed object is * {@link DOCUMENTID_Type } * */ public void setPROFILEPICTURE(DOCUMENTID_Type value) { this.profilepicture = value; } /** * Obtient la valeur de la propriété determinescrewlocation. * * @return * possible object is * {@link String } * */ public String getDETERMINESCREWLOCATION() { return determinescrewlocation; } /** * Définit la valeur de la propriété determinescrewlocation. * * @param value * allowed object is * {@link String } * */ public void setDETERMINESCREWLOCATION(String value) { this.determinescrewlocation = value; } /** * Obtient la valeur de la propriété recordid. * * @return * possible object is * {@link Long } * */ public Long getRecordid() { return recordid; } /** * Définit la valeur de la propriété recordid. * * @param value * allowed object is * {@link Long } * */ public void setRecordid(Long value) { this.recordid = value; } /** * Obtient la valeur de la propriété has_Department_Security. * * @return * possible object is * {@link String } * */ public String getHas_Department_Security() { return has_Department_Security; } /** * Définit la valeur de la propriété has_Department_Security. * * @param value * allowed object is * {@link String } * */ public void setHas_Department_Security(String value) { this.has_Department_Security = value; } /** * Obtient la valeur de la propriété isrecordrevoked. * * @return * possible object is * {@link String } * */ public String getIsrecordrevoked() { if (isrecordrevoked == null) { return "false"; } else { return isrecordrevoked; } } /** * Définit la valeur de la propriété isrecordrevoked. * * @param value * allowed object is * {@link String } * */ public void setIsrecordrevoked(String value) { this.isrecordrevoked = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy