
net.datastream.schemas.mp_entities.pmschedule_001.PMScheduleData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eam-wshub-proxyclient Show documentation
Show all versions of eam-wshub-proxyclient Show documentation
JAX-WS aisws aisws generated from Infor EAM Web Services Toolkit WSDLs.
package net.datastream.schemas.mp_entities.pmschedule_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.DEPARTMENTID_Type;
import net.datastream.schemas.mp_fields.EQUIPMENTID_Type;
import net.datastream.schemas.mp_fields.ExtraUserDefinedFields;
import net.datastream.schemas.mp_fields.LINEARREFERENCEEVENT_Type;
import net.datastream.schemas.mp_fields.LOCATIONID_Type;
import net.datastream.schemas.mp_fields.METERINTERVAL_Type;
import net.datastream.schemas.mp_fields.PERIODINTERVAL;
import net.datastream.schemas.mp_fields.PERSONID_Type;
import net.datastream.schemas.mp_fields.PMCALENDARWEEKDAY_Type;
import net.datastream.schemas.mp_fields.PMSCHEDULEEQUIPMENTID;
import net.datastream.schemas.mp_fields.ROUTE_Type;
import net.datastream.schemas.mp_fields.SHIFTID_Type;
import net.datastream.schemas.mp_fields.SUPERVISORID;
import net.datastream.schemas.mp_fields.StandardUserDefinedFields;
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}PMSCHEDULEEQUIPMENTID"/>
* <element ref="{http://schemas.datastream.net/MP_fields}EQUIPMENTID"/>
* <element ref="{http://schemas.datastream.net/MP_fields}PMSCHEDULETYPE"/>
* <element ref="{http://schemas.datastream.net/MP_fields}DEPARTMENTID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}LOCATIONID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}WORKORDERCLASSID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}COSTCODEID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}ROUTE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CHANGED"/>
* <element ref="{http://schemas.datastream.net/MP_fields}DEACTIVATEDDATE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}PERIODINTERVAL" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}METER1INTERVAL" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}METER2INTERVAL" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}ASSIGNEDTO" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}LINEARREFERENCEEVENT" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}STARTINGAT" minOccurs="0"/>
* <element name="DORMANT" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element ref="{http://schemas.datastream.net/MP_fields}DORMANTSTART" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}DORMANTEND" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}DORMANTREUSE" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element ref="{http://schemas.datastream.net/MP_fields}SUPERVISORID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}TESTPOINTSET" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}PMCALENDARWEEKDAY" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}INCLUDENONCONFORMITIES" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}DUENONCONFORMITIESONLY" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}StandardUserDefinedFields" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}ExtraUserDefinedFields" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}SHIFTID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}COPYUDFSTOWO" 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" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"pmscheduleequipmentid",
"equipmentid",
"pmscheduletype",
"departmentid",
"locationid",
"workorderclassid",
"costcodeid",
"route",
"changed",
"deactivateddate",
"periodinterval",
"meter1INTERVAL",
"meter2INTERVAL",
"assignedto",
"linearreferenceevent",
"startingat",
"dormant",
"supervisorid",
"testpointset",
"pmcalendarweekday",
"includenonconformities",
"duenonconformitiesonly",
"standardUserDefinedFields",
"extraUserDefinedFields",
"shiftid",
"copyudfstowo"
})
@XmlRootElement(name = "PMScheduleData")
public class PMScheduleData {
@XmlElement(name = "PMSCHEDULEEQUIPMENTID", namespace = "http://schemas.datastream.net/MP_fields", required = true)
protected PMSCHEDULEEQUIPMENTID pmscheduleequipmentid;
@XmlElement(name = "EQUIPMENTID", namespace = "http://schemas.datastream.net/MP_fields", required = true)
protected EQUIPMENTID_Type equipmentid;
@XmlElement(name = "PMSCHEDULETYPE", namespace = "http://schemas.datastream.net/MP_fields", required = true)
protected String pmscheduletype;
@XmlElement(name = "DEPARTMENTID", namespace = "http://schemas.datastream.net/MP_fields")
protected DEPARTMENTID_Type departmentid;
@XmlElement(name = "LOCATIONID", namespace = "http://schemas.datastream.net/MP_fields")
protected LOCATIONID_Type locationid;
@XmlElement(name = "WORKORDERCLASSID", namespace = "http://schemas.datastream.net/MP_fields")
protected CLASSID_Type workorderclassid;
@XmlElement(name = "COSTCODEID", namespace = "http://schemas.datastream.net/MP_fields")
protected COSTCODEID_Type costcodeid;
@XmlElement(name = "ROUTE", namespace = "http://schemas.datastream.net/MP_fields")
protected ROUTE_Type route;
@XmlElement(name = "CHANGED", namespace = "http://schemas.datastream.net/MP_fields", required = true)
protected String changed;
@XmlElement(name = "DEACTIVATEDDATE", namespace = "http://schemas.datastream.net/MP_fields")
protected DATETIME deactivateddate;
@XmlElement(name = "PERIODINTERVAL", namespace = "http://schemas.datastream.net/MP_fields")
protected PERIODINTERVAL periodinterval;
@XmlElement(name = "METER1INTERVAL", namespace = "http://schemas.datastream.net/MP_fields")
protected METERINTERVAL_Type meter1INTERVAL;
@XmlElement(name = "METER2INTERVAL", namespace = "http://schemas.datastream.net/MP_fields")
protected METERINTERVAL_Type meter2INTERVAL;
@XmlElement(name = "ASSIGNEDTO", namespace = "http://schemas.datastream.net/MP_fields")
protected PERSONID_Type assignedto;
@XmlElement(name = "LINEARREFERENCEEVENT", namespace = "http://schemas.datastream.net/MP_fields")
protected LINEARREFERENCEEVENT_Type linearreferenceevent;
@XmlElement(name = "STARTINGAT", namespace = "http://schemas.datastream.net/MP_fields")
protected QUANTITY startingat;
@XmlElement(name = "DORMANT")
protected PMScheduleData.DORMANT dormant;
@XmlElement(name = "SUPERVISORID", namespace = "http://schemas.datastream.net/MP_fields")
protected SUPERVISORID supervisorid;
@XmlElement(name = "TESTPOINTSET", namespace = "http://schemas.datastream.net/MP_fields")
protected String testpointset;
@XmlElement(name = "PMCALENDARWEEKDAY", namespace = "http://schemas.datastream.net/MP_fields")
protected PMCALENDARWEEKDAY_Type pmcalendarweekday;
@XmlElement(name = "INCLUDENONCONFORMITIES", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false")
protected String includenonconformities;
@XmlElement(name = "DUENONCONFORMITIESONLY", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false")
protected String duenonconformitiesonly;
@XmlElement(name = "StandardUserDefinedFields", namespace = "http://schemas.datastream.net/MP_fields")
protected StandardUserDefinedFields standardUserDefinedFields;
@XmlElement(name = "ExtraUserDefinedFields", namespace = "http://schemas.datastream.net/MP_fields")
protected ExtraUserDefinedFields extraUserDefinedFields;
@XmlElement(name = "SHIFTID", namespace = "http://schemas.datastream.net/MP_fields")
protected SHIFTID_Type shiftid;
@XmlElement(name = "COPYUDFSTOWO", namespace = "http://schemas.datastream.net/MP_fields")
protected String copyudfstowo;
@XmlAttribute(name = "recordid")
protected Long recordid;
@XmlAttribute(name = "has_department_security")
protected String has_Department_Security;
/**
* Obtient la valeur de la propriété pmscheduleequipmentid.
*
* @return
* possible object is
* {@link PMSCHEDULEEQUIPMENTID }
*
*/
public PMSCHEDULEEQUIPMENTID getPMSCHEDULEEQUIPMENTID() {
return pmscheduleequipmentid;
}
/**
* Définit la valeur de la propriété pmscheduleequipmentid.
*
* @param value
* allowed object is
* {@link PMSCHEDULEEQUIPMENTID }
*
*/
public void setPMSCHEDULEEQUIPMENTID(PMSCHEDULEEQUIPMENTID value) {
this.pmscheduleequipmentid = value;
}
/**
* Obtient la valeur de la propriété equipmentid.
*
* @return
* possible object is
* {@link EQUIPMENTID_Type }
*
*/
public EQUIPMENTID_Type getEQUIPMENTID() {
return equipmentid;
}
/**
* Définit la valeur de la propriété equipmentid.
*
* @param value
* allowed object is
* {@link EQUIPMENTID_Type }
*
*/
public void setEQUIPMENTID(EQUIPMENTID_Type value) {
this.equipmentid = value;
}
/**
* Obtient la valeur de la propriété pmscheduletype.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPMSCHEDULETYPE() {
return pmscheduletype;
}
/**
* Définit la valeur de la propriété pmscheduletype.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPMSCHEDULETYPE(String value) {
this.pmscheduletype = value;
}
/**
* Obtient la valeur de la propriété departmentid.
*
* @return
* possible object is
* {@link DEPARTMENTID_Type }
*
*/
public DEPARTMENTID_Type getDEPARTMENTID() {
return departmentid;
}
/**
* Définit la valeur de la propriété departmentid.
*
* @param value
* allowed object is
* {@link DEPARTMENTID_Type }
*
*/
public void setDEPARTMENTID(DEPARTMENTID_Type value) {
this.departmentid = value;
}
/**
* Obtient la valeur de la propriété locationid.
*
* @return
* possible object is
* {@link LOCATIONID_Type }
*
*/
public LOCATIONID_Type getLOCATIONID() {
return locationid;
}
/**
* Définit la valeur de la propriété locationid.
*
* @param value
* allowed object is
* {@link LOCATIONID_Type }
*
*/
public void setLOCATIONID(LOCATIONID_Type value) {
this.locationid = value;
}
/**
* Obtient la valeur de la propriété workorderclassid.
*
* @return
* possible object is
* {@link CLASSID_Type }
*
*/
public CLASSID_Type getWORKORDERCLASSID() {
return workorderclassid;
}
/**
* Définit la valeur de la propriété workorderclassid.
*
* @param value
* allowed object is
* {@link CLASSID_Type }
*
*/
public void setWORKORDERCLASSID(CLASSID_Type value) {
this.workorderclassid = 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é route.
*
* @return
* possible object is
* {@link ROUTE_Type }
*
*/
public ROUTE_Type getROUTE() {
return route;
}
/**
* Définit la valeur de la propriété route.
*
* @param value
* allowed object is
* {@link ROUTE_Type }
*
*/
public void setROUTE(ROUTE_Type value) {
this.route = value;
}
/**
* Obtient la valeur de la propriété changed.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCHANGED() {
return changed;
}
/**
* Définit la valeur de la propriété changed.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCHANGED(String value) {
this.changed = value;
}
/**
* Obtient la valeur de la propriété deactivateddate.
*
* @return
* possible object is
* {@link DATETIME }
*
*/
public DATETIME getDEACTIVATEDDATE() {
return deactivateddate;
}
/**
* Définit la valeur de la propriété deactivateddate.
*
* @param value
* allowed object is
* {@link DATETIME }
*
*/
public void setDEACTIVATEDDATE(DATETIME value) {
this.deactivateddate = value;
}
/**
* Obtient la valeur de la propriété periodinterval.
*
* @return
* possible object is
* {@link PERIODINTERVAL }
*
*/
public PERIODINTERVAL getPERIODINTERVAL() {
return periodinterval;
}
/**
* Définit la valeur de la propriété periodinterval.
*
* @param value
* allowed object is
* {@link PERIODINTERVAL }
*
*/
public void setPERIODINTERVAL(PERIODINTERVAL value) {
this.periodinterval = value;
}
/**
* Obtient la valeur de la propriété meter1INTERVAL.
*
* @return
* possible object is
* {@link METERINTERVAL_Type }
*
*/
public METERINTERVAL_Type getMETER1INTERVAL() {
return meter1INTERVAL;
}
/**
* Définit la valeur de la propriété meter1INTERVAL.
*
* @param value
* allowed object is
* {@link METERINTERVAL_Type }
*
*/
public void setMETER1INTERVAL(METERINTERVAL_Type value) {
this.meter1INTERVAL = value;
}
/**
* Obtient la valeur de la propriété meter2INTERVAL.
*
* @return
* possible object is
* {@link METERINTERVAL_Type }
*
*/
public METERINTERVAL_Type getMETER2INTERVAL() {
return meter2INTERVAL;
}
/**
* Définit la valeur de la propriété meter2INTERVAL.
*
* @param value
* allowed object is
* {@link METERINTERVAL_Type }
*
*/
public void setMETER2INTERVAL(METERINTERVAL_Type value) {
this.meter2INTERVAL = value;
}
/**
* Obtient la valeur de la propriété assignedto.
*
* @return
* possible object is
* {@link PERSONID_Type }
*
*/
public PERSONID_Type getASSIGNEDTO() {
return assignedto;
}
/**
* Définit la valeur de la propriété assignedto.
*
* @param value
* allowed object is
* {@link PERSONID_Type }
*
*/
public void setASSIGNEDTO(PERSONID_Type value) {
this.assignedto = value;
}
/**
* Obtient la valeur de la propriété linearreferenceevent.
*
* @return
* possible object is
* {@link LINEARREFERENCEEVENT_Type }
*
*/
public LINEARREFERENCEEVENT_Type getLINEARREFERENCEEVENT() {
return linearreferenceevent;
}
/**
* Définit la valeur de la propriété linearreferenceevent.
*
* @param value
* allowed object is
* {@link LINEARREFERENCEEVENT_Type }
*
*/
public void setLINEARREFERENCEEVENT(LINEARREFERENCEEVENT_Type value) {
this.linearreferenceevent = value;
}
/**
* Obtient la valeur de la propriété startingat.
*
* @return
* possible object is
* {@link QUANTITY }
*
*/
public QUANTITY getSTARTINGAT() {
return startingat;
}
/**
* Définit la valeur de la propriété startingat.
*
* @param value
* allowed object is
* {@link QUANTITY }
*
*/
public void setSTARTINGAT(QUANTITY value) {
this.startingat = value;
}
/**
* Obtient la valeur de la propriété dormant.
*
* @return
* possible object is
* {@link PMScheduleData.DORMANT }
*
*/
public PMScheduleData.DORMANT getDORMANT() {
return dormant;
}
/**
* Définit la valeur de la propriété dormant.
*
* @param value
* allowed object is
* {@link PMScheduleData.DORMANT }
*
*/
public void setDORMANT(PMScheduleData.DORMANT value) {
this.dormant = value;
}
/**
* Obtient la valeur de la propriété supervisorid.
*
* @return
* possible object is
* {@link SUPERVISORID }
*
*/
public SUPERVISORID getSUPERVISORID() {
return supervisorid;
}
/**
* Définit la valeur de la propriété supervisorid.
*
* @param value
* allowed object is
* {@link SUPERVISORID }
*
*/
public void setSUPERVISORID(SUPERVISORID value) {
this.supervisorid = value;
}
/**
* Obtient la valeur de la propriété testpointset.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTESTPOINTSET() {
return testpointset;
}
/**
* Définit la valeur de la propriété testpointset.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTESTPOINTSET(String value) {
this.testpointset = value;
}
/**
* Obtient la valeur de la propriété pmcalendarweekday.
*
* @return
* possible object is
* {@link PMCALENDARWEEKDAY_Type }
*
*/
public PMCALENDARWEEKDAY_Type getPMCALENDARWEEKDAY() {
return pmcalendarweekday;
}
/**
* Définit la valeur de la propriété pmcalendarweekday.
*
* @param value
* allowed object is
* {@link PMCALENDARWEEKDAY_Type }
*
*/
public void setPMCALENDARWEEKDAY(PMCALENDARWEEKDAY_Type value) {
this.pmcalendarweekday = value;
}
/**
* Obtient la valeur de la propriété includenonconformities.
*
* @return
* possible object is
* {@link String }
*
*/
public String getINCLUDENONCONFORMITIES() {
return includenonconformities;
}
/**
* Définit la valeur de la propriété includenonconformities.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setINCLUDENONCONFORMITIES(String value) {
this.includenonconformities = value;
}
/**
* Obtient la valeur de la propriété duenonconformitiesonly.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDUENONCONFORMITIESONLY() {
return duenonconformitiesonly;
}
/**
* Définit la valeur de la propriété duenonconformitiesonly.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDUENONCONFORMITIESONLY(String value) {
this.duenonconformitiesonly = 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é extraUserDefinedFields.
*
* @return
* possible object is
* {@link ExtraUserDefinedFields }
*
*/
public ExtraUserDefinedFields getExtraUserDefinedFields() {
return extraUserDefinedFields;
}
/**
* Définit la valeur de la propriété extraUserDefinedFields.
*
* @param value
* allowed object is
* {@link ExtraUserDefinedFields }
*
*/
public void setExtraUserDefinedFields(ExtraUserDefinedFields value) {
this.extraUserDefinedFields = value;
}
/**
* Obtient la valeur de la propriété shiftid.
*
* @return
* possible object is
* {@link SHIFTID_Type }
*
*/
public SHIFTID_Type getSHIFTID() {
return shiftid;
}
/**
* Définit la valeur de la propriété shiftid.
*
* @param value
* allowed object is
* {@link SHIFTID_Type }
*
*/
public void setSHIFTID(SHIFTID_Type value) {
this.shiftid = value;
}
/**
* Obtient la valeur de la propriété copyudfstowo.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCOPYUDFSTOWO() {
return copyudfstowo;
}
/**
* Définit la valeur de la propriété copyudfstowo.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCOPYUDFSTOWO(String value) {
this.copyudfstowo = 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;
}
/**
* 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}DORMANTSTART" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}DORMANTEND" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}DORMANTREUSE" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"dormantstart",
"dormantend",
"dormantreuse"
})
public static class DORMANT {
@XmlElement(name = "DORMANTSTART", namespace = "http://schemas.datastream.net/MP_fields")
protected DATETIME dormantstart;
@XmlElement(name = "DORMANTEND", namespace = "http://schemas.datastream.net/MP_fields")
protected DATETIME dormantend;
@XmlElement(name = "DORMANTREUSE", namespace = "http://schemas.datastream.net/MP_fields")
protected String dormantreuse;
/**
* Obtient la valeur de la propriété dormantstart.
*
* @return
* possible object is
* {@link DATETIME }
*
*/
public DATETIME getDORMANTSTART() {
return dormantstart;
}
/**
* Définit la valeur de la propriété dormantstart.
*
* @param value
* allowed object is
* {@link DATETIME }
*
*/
public void setDORMANTSTART(DATETIME value) {
this.dormantstart = value;
}
/**
* Obtient la valeur de la propriété dormantend.
*
* @return
* possible object is
* {@link DATETIME }
*
*/
public DATETIME getDORMANTEND() {
return dormantend;
}
/**
* Définit la valeur de la propriété dormantend.
*
* @param value
* allowed object is
* {@link DATETIME }
*
*/
public void setDORMANTEND(DATETIME value) {
this.dormantend = value;
}
/**
* Obtient la valeur de la propriété dormantreuse.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDORMANTREUSE() {
return dormantreuse;
}
/**
* Définit la valeur de la propriété dormantreuse.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDORMANTREUSE(String value) {
this.dormantreuse = value;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy