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

net.datastream.schemas.mp_entities.entitysafety_001.EntitySafety Maven / Gradle / Ivy


package net.datastream.schemas.mp_entities.entitysafety_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.ESIGNATURE_Type;
import net.datastream.schemas.mp_fields.HAZARDID_Type;
import net.datastream.schemas.mp_fields.PRECAUTIONID_Type;
import net.datastream.schemas.mp_fields.StandardUserDefinedFields;
import net.datastream.schemas.mp_fields.TYPE_Type;
import net.datastream.schemas.mp_fields.USERDEFINEDCODEID_Type;
import net.datastream.schemas.mp_fields.USERID_Type;
import org.openapplications.oagis_segments.DATETIME;
import org.openapplications.oagis_segments.QUANTITY;


/**
 * 

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}SAFETYCODE"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ENTITYSAFETYCODE"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}HAZARDID"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}TYPE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}PRECAUTIONID"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}TIMINGID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ENTITY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}SEQUENCENUM" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DELETEPENDING" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}FLAMMABILITYID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}INSTABILITYID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}HEALTHHAZARDID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}SPECIALHAZARDID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}APPLYTOCHILDREN" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CREATEDDATE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CREATEDBY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DATEUPDATED" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}UPDATEDBY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}REVIEWEDBYESIGN" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DATEREVIEWED" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}REVIEWTRIGGER" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}StandardUserDefinedFields" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="recordid" type="{http://www.w3.org/2001/XMLSchema}long" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "safetycode", "entitysafetycode", "hazardid", "type", "precautionid", "timingid", "entity", "sequencenum", "deletepending", "flammabilityid", "instabilityid", "healthhazardid", "specialhazardid", "applytochildren", "createddate", "createdby", "dateupdated", "updatedby", "reviewedbyesign", "datereviewed", "reviewtrigger", "standardUserDefinedFields" }) @XmlRootElement(name = "EntitySafety") public class EntitySafety { @XmlElement(name = "SAFETYCODE", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected String safetycode; @XmlElement(name = "ENTITYSAFETYCODE", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected String entitysafetycode; @XmlElement(name = "HAZARDID", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected HAZARDID_Type hazardid; @XmlElement(name = "TYPE", namespace = "http://schemas.datastream.net/MP_fields") protected TYPE_Type type; @XmlElement(name = "PRECAUTIONID", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected PRECAUTIONID_Type precautionid; @XmlElement(name = "TIMINGID", namespace = "http://schemas.datastream.net/MP_fields") protected USERDEFINEDCODEID_Type timingid; @XmlElement(name = "ENTITY", namespace = "http://schemas.datastream.net/MP_fields") protected String entity; @XmlElement(name = "SEQUENCENUM", namespace = "http://schemas.datastream.net/MP_fields") protected QUANTITY sequencenum; @XmlElement(name = "DELETEPENDING", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String deletepending; @XmlElement(name = "FLAMMABILITYID", namespace = "http://schemas.datastream.net/MP_fields") protected USERDEFINEDCODEID_Type flammabilityid; @XmlElement(name = "INSTABILITYID", namespace = "http://schemas.datastream.net/MP_fields") protected USERDEFINEDCODEID_Type instabilityid; @XmlElement(name = "HEALTHHAZARDID", namespace = "http://schemas.datastream.net/MP_fields") protected USERDEFINEDCODEID_Type healthhazardid; @XmlElement(name = "SPECIALHAZARDID", namespace = "http://schemas.datastream.net/MP_fields") protected USERDEFINEDCODEID_Type specialhazardid; @XmlElement(name = "APPLYTOCHILDREN", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String applytochildren; @XmlElement(name = "CREATEDDATE", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME createddate; @XmlElement(name = "CREATEDBY", namespace = "http://schemas.datastream.net/MP_fields") protected USERID_Type createdby; @XmlElement(name = "DATEUPDATED", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME dateupdated; @XmlElement(name = "UPDATEDBY", namespace = "http://schemas.datastream.net/MP_fields") protected USERID_Type updatedby; @XmlElement(name = "REVIEWEDBYESIGN", namespace = "http://schemas.datastream.net/MP_fields") protected ESIGNATURE_Type reviewedbyesign; @XmlElement(name = "DATEREVIEWED", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME datereviewed; @XmlElement(name = "REVIEWTRIGGER", namespace = "http://schemas.datastream.net/MP_fields") protected USERDEFINEDCODEID_Type reviewtrigger; @XmlElement(name = "StandardUserDefinedFields", namespace = "http://schemas.datastream.net/MP_fields") protected StandardUserDefinedFields standardUserDefinedFields; @XmlAttribute(name = "recordid") protected Long recordid; /** * Obtient la valeur de la propriété safetycode. * * @return * possible object is * {@link String } * */ public String getSAFETYCODE() { return safetycode; } /** * Définit la valeur de la propriété safetycode. * * @param value * allowed object is * {@link String } * */ public void setSAFETYCODE(String value) { this.safetycode = value; } /** * Obtient la valeur de la propriété entitysafetycode. * * @return * possible object is * {@link String } * */ public String getENTITYSAFETYCODE() { return entitysafetycode; } /** * Définit la valeur de la propriété entitysafetycode. * * @param value * allowed object is * {@link String } * */ public void setENTITYSAFETYCODE(String value) { this.entitysafetycode = value; } /** * Obtient la valeur de la propriété hazardid. * * @return * possible object is * {@link HAZARDID_Type } * */ public HAZARDID_Type getHAZARDID() { return hazardid; } /** * Définit la valeur de la propriété hazardid. * * @param value * allowed object is * {@link HAZARDID_Type } * */ public void setHAZARDID(HAZARDID_Type value) { this.hazardid = value; } /** * Obtient la valeur de la propriété type. * * @return * possible object is * {@link TYPE_Type } * */ public TYPE_Type getTYPE() { return type; } /** * Définit la valeur de la propriété type. * * @param value * allowed object is * {@link TYPE_Type } * */ public void setTYPE(TYPE_Type value) { this.type = value; } /** * Obtient la valeur de la propriété precautionid. * * @return * possible object is * {@link PRECAUTIONID_Type } * */ public PRECAUTIONID_Type getPRECAUTIONID() { return precautionid; } /** * Définit la valeur de la propriété precautionid. * * @param value * allowed object is * {@link PRECAUTIONID_Type } * */ public void setPRECAUTIONID(PRECAUTIONID_Type value) { this.precautionid = value; } /** * Obtient la valeur de la propriété timingid. * * @return * possible object is * {@link USERDEFINEDCODEID_Type } * */ public USERDEFINEDCODEID_Type getTIMINGID() { return timingid; } /** * Définit la valeur de la propriété timingid. * * @param value * allowed object is * {@link USERDEFINEDCODEID_Type } * */ public void setTIMINGID(USERDEFINEDCODEID_Type value) { this.timingid = value; } /** * Obtient la valeur de la propriété entity. * * @return * possible object is * {@link String } * */ public String getENTITY() { return entity; } /** * Définit la valeur de la propriété entity. * * @param value * allowed object is * {@link String } * */ public void setENTITY(String value) { this.entity = value; } /** * Obtient la valeur de la propriété sequencenum. * * @return * possible object is * {@link QUANTITY } * */ public QUANTITY getSEQUENCENUM() { return sequencenum; } /** * Définit la valeur de la propriété sequencenum. * * @param value * allowed object is * {@link QUANTITY } * */ public void setSEQUENCENUM(QUANTITY value) { this.sequencenum = value; } /** * Obtient la valeur de la propriété deletepending. * * @return * possible object is * {@link String } * */ public String getDELETEPENDING() { return deletepending; } /** * Définit la valeur de la propriété deletepending. * * @param value * allowed object is * {@link String } * */ public void setDELETEPENDING(String value) { this.deletepending = value; } /** * Obtient la valeur de la propriété flammabilityid. * * @return * possible object is * {@link USERDEFINEDCODEID_Type } * */ public USERDEFINEDCODEID_Type getFLAMMABILITYID() { return flammabilityid; } /** * Définit la valeur de la propriété flammabilityid. * * @param value * allowed object is * {@link USERDEFINEDCODEID_Type } * */ public void setFLAMMABILITYID(USERDEFINEDCODEID_Type value) { this.flammabilityid = value; } /** * Obtient la valeur de la propriété instabilityid. * * @return * possible object is * {@link USERDEFINEDCODEID_Type } * */ public USERDEFINEDCODEID_Type getINSTABILITYID() { return instabilityid; } /** * Définit la valeur de la propriété instabilityid. * * @param value * allowed object is * {@link USERDEFINEDCODEID_Type } * */ public void setINSTABILITYID(USERDEFINEDCODEID_Type value) { this.instabilityid = value; } /** * Obtient la valeur de la propriété healthhazardid. * * @return * possible object is * {@link USERDEFINEDCODEID_Type } * */ public USERDEFINEDCODEID_Type getHEALTHHAZARDID() { return healthhazardid; } /** * Définit la valeur de la propriété healthhazardid. * * @param value * allowed object is * {@link USERDEFINEDCODEID_Type } * */ public void setHEALTHHAZARDID(USERDEFINEDCODEID_Type value) { this.healthhazardid = value; } /** * Obtient la valeur de la propriété specialhazardid. * * @return * possible object is * {@link USERDEFINEDCODEID_Type } * */ public USERDEFINEDCODEID_Type getSPECIALHAZARDID() { return specialhazardid; } /** * Définit la valeur de la propriété specialhazardid. * * @param value * allowed object is * {@link USERDEFINEDCODEID_Type } * */ public void setSPECIALHAZARDID(USERDEFINEDCODEID_Type value) { this.specialhazardid = value; } /** * Obtient la valeur de la propriété applytochildren. * * @return * possible object is * {@link String } * */ public String getAPPLYTOCHILDREN() { return applytochildren; } /** * Définit la valeur de la propriété applytochildren. * * @param value * allowed object is * {@link String } * */ public void setAPPLYTOCHILDREN(String value) { this.applytochildren = value; } /** * Obtient la valeur de la propriété createddate. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getCREATEDDATE() { return createddate; } /** * Définit la valeur de la propriété createddate. * * @param value * allowed object is * {@link DATETIME } * */ public void setCREATEDDATE(DATETIME value) { this.createddate = value; } /** * Obtient la valeur de la propriété createdby. * * @return * possible object is * {@link USERID_Type } * */ public USERID_Type getCREATEDBY() { return createdby; } /** * Définit la valeur de la propriété createdby. * * @param value * allowed object is * {@link USERID_Type } * */ public void setCREATEDBY(USERID_Type value) { this.createdby = value; } /** * Obtient la valeur de la propriété dateupdated. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getDATEUPDATED() { return dateupdated; } /** * Définit la valeur de la propriété dateupdated. * * @param value * allowed object is * {@link DATETIME } * */ public void setDATEUPDATED(DATETIME value) { this.dateupdated = value; } /** * Obtient la valeur de la propriété updatedby. * * @return * possible object is * {@link USERID_Type } * */ public USERID_Type getUPDATEDBY() { return updatedby; } /** * Définit la valeur de la propriété updatedby. * * @param value * allowed object is * {@link USERID_Type } * */ public void setUPDATEDBY(USERID_Type value) { this.updatedby = value; } /** * Obtient la valeur de la propriété reviewedbyesign. * * @return * possible object is * {@link ESIGNATURE_Type } * */ public ESIGNATURE_Type getREVIEWEDBYESIGN() { return reviewedbyesign; } /** * Définit la valeur de la propriété reviewedbyesign. * * @param value * allowed object is * {@link ESIGNATURE_Type } * */ public void setREVIEWEDBYESIGN(ESIGNATURE_Type value) { this.reviewedbyesign = value; } /** * Obtient la valeur de la propriété datereviewed. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getDATEREVIEWED() { return datereviewed; } /** * Définit la valeur de la propriété datereviewed. * * @param value * allowed object is * {@link DATETIME } * */ public void setDATEREVIEWED(DATETIME value) { this.datereviewed = value; } /** * Obtient la valeur de la propriété reviewtrigger. * * @return * possible object is * {@link USERDEFINEDCODEID_Type } * */ public USERDEFINEDCODEID_Type getREVIEWTRIGGER() { return reviewtrigger; } /** * Définit la valeur de la propriété reviewtrigger. * * @param value * allowed object is * {@link USERDEFINEDCODEID_Type } * */ public void setREVIEWTRIGGER(USERDEFINEDCODEID_Type value) { this.reviewtrigger = 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é 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; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy