
net.datastream.schemas.mp_entities.casemanagement_001.CaseDetails 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.casemanagement_001;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import net.datastream.schemas.mp_fields.CAMPAIGNID_Type;
import net.datastream.schemas.mp_fields.CASEID_Type;
import net.datastream.schemas.mp_fields.CLASSID_Type;
import net.datastream.schemas.mp_fields.COSTCODEID_Type;
import net.datastream.schemas.mp_fields.LOCATIONID_Type;
import net.datastream.schemas.mp_fields.PERMITTOWORKID_Type;
import net.datastream.schemas.mp_fields.PROJECTID_Type;
import net.datastream.schemas.mp_fields.SERVICEPROBLEMID_Type;
import net.datastream.schemas.mp_fields.SHIFTID_Type;
import net.datastream.schemas.mp_fields.USERDEFINEDCODEID_Type;
import net.datastream.schemas.mp_fields.WOID_Type;
import org.openapplications.oagis_segments.AMOUNT;
import org.openapplications.oagis_segments.DATETIME;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element ref="{http://schemas.datastream.net/MP_fields}CASECLASSID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}LOCATIONID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}SERVICEPROBLEMID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}AREA" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}WORKADDRESS" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CASEPRIORITY" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}COSTCODEID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}EVENTSTARTDATE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}EVENTENDDATE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}REGULATORY" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CASEFOLLOWUPREQUIRED" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}ISHAZARDOUSMATERIAL" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}ESTIMATEDTOTALCOST" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}TOTALCOST" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CURRENCYCODE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}COSTREFRESHREQUIRED" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CASEPARENT" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}WORKORDERID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}PERMITTOWORKID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}SHIFTID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}PROJECTID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CAMPAIGNID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}DEEPDIVE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}SAFETYCONSEQUENCES" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}ENVIRONMENTALCONSEQUENCES" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"caseclassid",
"locationid",
"serviceproblemid",
"area",
"workaddress",
"casepriority",
"costcodeid",
"eventstartdate",
"eventenddate",
"regulatory",
"casefollowuprequired",
"ishazardousmaterial",
"estimatedtotalcost",
"totalcost",
"currencycode",
"costrefreshrequired",
"caseparent",
"workorderid",
"permittoworkid",
"shiftid",
"projectid",
"campaignid",
"deepdive",
"safetyconsequences",
"environmentalconsequences"
})
@XmlRootElement(name = "CaseDetails")
public class CaseDetails {
@XmlElement(name = "CASECLASSID", namespace = "http://schemas.datastream.net/MP_fields")
protected CLASSID_Type caseclassid;
@XmlElement(name = "LOCATIONID", namespace = "http://schemas.datastream.net/MP_fields")
protected LOCATIONID_Type locationid;
@XmlElement(name = "SERVICEPROBLEMID", namespace = "http://schemas.datastream.net/MP_fields")
protected SERVICEPROBLEMID_Type serviceproblemid;
@XmlElement(name = "AREA", namespace = "http://schemas.datastream.net/MP_fields")
protected String area;
@XmlElement(name = "WORKADDRESS", namespace = "http://schemas.datastream.net/MP_fields")
protected String workaddress;
@XmlElement(name = "CASEPRIORITY", namespace = "http://schemas.datastream.net/MP_fields")
protected USERDEFINEDCODEID_Type casepriority;
@XmlElement(name = "COSTCODEID", namespace = "http://schemas.datastream.net/MP_fields")
protected COSTCODEID_Type costcodeid;
@XmlElement(name = "EVENTSTARTDATE", namespace = "http://schemas.datastream.net/MP_fields")
protected DATETIME eventstartdate;
@XmlElement(name = "EVENTENDDATE", namespace = "http://schemas.datastream.net/MP_fields")
protected DATETIME eventenddate;
@XmlElement(name = "REGULATORY", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false")
protected String regulatory;
@XmlElement(name = "CASEFOLLOWUPREQUIRED", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false")
protected String casefollowuprequired;
@XmlElement(name = "ISHAZARDOUSMATERIAL", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false")
protected String ishazardousmaterial;
@XmlElement(name = "ESTIMATEDTOTALCOST", namespace = "http://schemas.datastream.net/MP_fields")
protected AMOUNT estimatedtotalcost;
@XmlElement(name = "TOTALCOST", namespace = "http://schemas.datastream.net/MP_fields")
protected AMOUNT totalcost;
@XmlElement(name = "CURRENCYCODE", namespace = "http://schemas.datastream.net/MP_fields")
protected String currencycode;
@XmlElement(name = "COSTREFRESHREQUIRED", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false")
protected String costrefreshrequired;
@XmlElement(name = "CASEPARENT", namespace = "http://schemas.datastream.net/MP_fields")
protected CASEID_Type caseparent;
@XmlElement(name = "WORKORDERID", namespace = "http://schemas.datastream.net/MP_fields")
protected WOID_Type workorderid;
@XmlElement(name = "PERMITTOWORKID", namespace = "http://schemas.datastream.net/MP_fields")
protected PERMITTOWORKID_Type permittoworkid;
@XmlElement(name = "SHIFTID", namespace = "http://schemas.datastream.net/MP_fields")
protected SHIFTID_Type shiftid;
@XmlElement(name = "PROJECTID", namespace = "http://schemas.datastream.net/MP_fields")
protected PROJECTID_Type projectid;
@XmlElement(name = "CAMPAIGNID", namespace = "http://schemas.datastream.net/MP_fields")
protected CAMPAIGNID_Type campaignid;
@XmlElement(name = "DEEPDIVE", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false")
protected String deepdive;
@XmlElement(name = "SAFETYCONSEQUENCES", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false")
protected String safetyconsequences;
@XmlElement(name = "ENVIRONMENTALCONSEQUENCES", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false")
protected String environmentalconsequences;
/**
* Gets the value of the caseclassid property.
*
* @return
* possible object is
* {@link CLASSID_Type }
*
*/
public CLASSID_Type getCASECLASSID() {
return caseclassid;
}
/**
* Sets the value of the caseclassid property.
*
* @param value
* allowed object is
* {@link CLASSID_Type }
*
*/
public void setCASECLASSID(CLASSID_Type value) {
this.caseclassid = value;
}
/**
* Gets the value of the locationid property.
*
* @return
* possible object is
* {@link LOCATIONID_Type }
*
*/
public LOCATIONID_Type getLOCATIONID() {
return locationid;
}
/**
* Sets the value of the locationid property.
*
* @param value
* allowed object is
* {@link LOCATIONID_Type }
*
*/
public void setLOCATIONID(LOCATIONID_Type value) {
this.locationid = value;
}
/**
* Gets the value of the serviceproblemid property.
*
* @return
* possible object is
* {@link SERVICEPROBLEMID_Type }
*
*/
public SERVICEPROBLEMID_Type getSERVICEPROBLEMID() {
return serviceproblemid;
}
/**
* Sets the value of the serviceproblemid property.
*
* @param value
* allowed object is
* {@link SERVICEPROBLEMID_Type }
*
*/
public void setSERVICEPROBLEMID(SERVICEPROBLEMID_Type value) {
this.serviceproblemid = value;
}
/**
* Gets the value of the area property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAREA() {
return area;
}
/**
* Sets the value of the area property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAREA(String value) {
this.area = value;
}
/**
* Gets the value of the workaddress property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getWORKADDRESS() {
return workaddress;
}
/**
* Sets the value of the workaddress property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setWORKADDRESS(String value) {
this.workaddress = value;
}
/**
* Gets the value of the casepriority property.
*
* @return
* possible object is
* {@link USERDEFINEDCODEID_Type }
*
*/
public USERDEFINEDCODEID_Type getCASEPRIORITY() {
return casepriority;
}
/**
* Sets the value of the casepriority property.
*
* @param value
* allowed object is
* {@link USERDEFINEDCODEID_Type }
*
*/
public void setCASEPRIORITY(USERDEFINEDCODEID_Type value) {
this.casepriority = value;
}
/**
* Gets the value of the costcodeid property.
*
* @return
* possible object is
* {@link COSTCODEID_Type }
*
*/
public COSTCODEID_Type getCOSTCODEID() {
return costcodeid;
}
/**
* Sets the value of the costcodeid property.
*
* @param value
* allowed object is
* {@link COSTCODEID_Type }
*
*/
public void setCOSTCODEID(COSTCODEID_Type value) {
this.costcodeid = value;
}
/**
* Gets the value of the eventstartdate property.
*
* @return
* possible object is
* {@link DATETIME }
*
*/
public DATETIME getEVENTSTARTDATE() {
return eventstartdate;
}
/**
* Sets the value of the eventstartdate property.
*
* @param value
* allowed object is
* {@link DATETIME }
*
*/
public void setEVENTSTARTDATE(DATETIME value) {
this.eventstartdate = value;
}
/**
* Gets the value of the eventenddate property.
*
* @return
* possible object is
* {@link DATETIME }
*
*/
public DATETIME getEVENTENDDATE() {
return eventenddate;
}
/**
* Sets the value of the eventenddate property.
*
* @param value
* allowed object is
* {@link DATETIME }
*
*/
public void setEVENTENDDATE(DATETIME value) {
this.eventenddate = value;
}
/**
* Gets the value of the regulatory property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getREGULATORY() {
return regulatory;
}
/**
* Sets the value of the regulatory property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setREGULATORY(String value) {
this.regulatory = value;
}
/**
* Gets the value of the casefollowuprequired property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCASEFOLLOWUPREQUIRED() {
return casefollowuprequired;
}
/**
* Sets the value of the casefollowuprequired property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCASEFOLLOWUPREQUIRED(String value) {
this.casefollowuprequired = value;
}
/**
* Gets the value of the ishazardousmaterial property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getISHAZARDOUSMATERIAL() {
return ishazardousmaterial;
}
/**
* Sets the value of the ishazardousmaterial property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setISHAZARDOUSMATERIAL(String value) {
this.ishazardousmaterial = value;
}
/**
* Gets the value of the estimatedtotalcost property.
*
* @return
* possible object is
* {@link AMOUNT }
*
*/
public AMOUNT getESTIMATEDTOTALCOST() {
return estimatedtotalcost;
}
/**
* Sets the value of the estimatedtotalcost property.
*
* @param value
* allowed object is
* {@link AMOUNT }
*
*/
public void setESTIMATEDTOTALCOST(AMOUNT value) {
this.estimatedtotalcost = value;
}
/**
* Gets the value of the totalcost property.
*
* @return
* possible object is
* {@link AMOUNT }
*
*/
public AMOUNT getTOTALCOST() {
return totalcost;
}
/**
* Sets the value of the totalcost property.
*
* @param value
* allowed object is
* {@link AMOUNT }
*
*/
public void setTOTALCOST(AMOUNT value) {
this.totalcost = value;
}
/**
* Gets the value of the currencycode property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCURRENCYCODE() {
return currencycode;
}
/**
* Sets the value of the currencycode property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCURRENCYCODE(String value) {
this.currencycode = value;
}
/**
* Gets the value of the costrefreshrequired property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCOSTREFRESHREQUIRED() {
return costrefreshrequired;
}
/**
* Sets the value of the costrefreshrequired property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCOSTREFRESHREQUIRED(String value) {
this.costrefreshrequired = value;
}
/**
* Gets the value of the caseparent property.
*
* @return
* possible object is
* {@link CASEID_Type }
*
*/
public CASEID_Type getCASEPARENT() {
return caseparent;
}
/**
* Sets the value of the caseparent property.
*
* @param value
* allowed object is
* {@link CASEID_Type }
*
*/
public void setCASEPARENT(CASEID_Type value) {
this.caseparent = value;
}
/**
* Gets the value of the workorderid property.
*
* @return
* possible object is
* {@link WOID_Type }
*
*/
public WOID_Type getWORKORDERID() {
return workorderid;
}
/**
* Sets the value of the workorderid property.
*
* @param value
* allowed object is
* {@link WOID_Type }
*
*/
public void setWORKORDERID(WOID_Type value) {
this.workorderid = value;
}
/**
* Gets the value of the permittoworkid property.
*
* @return
* possible object is
* {@link PERMITTOWORKID_Type }
*
*/
public PERMITTOWORKID_Type getPERMITTOWORKID() {
return permittoworkid;
}
/**
* Sets the value of the permittoworkid property.
*
* @param value
* allowed object is
* {@link PERMITTOWORKID_Type }
*
*/
public void setPERMITTOWORKID(PERMITTOWORKID_Type value) {
this.permittoworkid = value;
}
/**
* Gets the value of the shiftid property.
*
* @return
* possible object is
* {@link SHIFTID_Type }
*
*/
public SHIFTID_Type getSHIFTID() {
return shiftid;
}
/**
* Sets the value of the shiftid property.
*
* @param value
* allowed object is
* {@link SHIFTID_Type }
*
*/
public void setSHIFTID(SHIFTID_Type value) {
this.shiftid = value;
}
/**
* Gets the value of the projectid property.
*
* @return
* possible object is
* {@link PROJECTID_Type }
*
*/
public PROJECTID_Type getPROJECTID() {
return projectid;
}
/**
* Sets the value of the projectid property.
*
* @param value
* allowed object is
* {@link PROJECTID_Type }
*
*/
public void setPROJECTID(PROJECTID_Type value) {
this.projectid = value;
}
/**
* Gets the value of the campaignid property.
*
* @return
* possible object is
* {@link CAMPAIGNID_Type }
*
*/
public CAMPAIGNID_Type getCAMPAIGNID() {
return campaignid;
}
/**
* Sets the value of the campaignid property.
*
* @param value
* allowed object is
* {@link CAMPAIGNID_Type }
*
*/
public void setCAMPAIGNID(CAMPAIGNID_Type value) {
this.campaignid = value;
}
/**
* Gets the value of the deepdive property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDEEPDIVE() {
return deepdive;
}
/**
* Sets the value of the deepdive property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDEEPDIVE(String value) {
this.deepdive = value;
}
/**
* Gets the value of the safetyconsequences property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSAFETYCONSEQUENCES() {
return safetyconsequences;
}
/**
* Sets the value of the safetyconsequences property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSAFETYCONSEQUENCES(String value) {
this.safetyconsequences = value;
}
/**
* Gets the value of the environmentalconsequences property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getENVIRONMENTALCONSEQUENCES() {
return environmentalconsequences;
}
/**
* Sets the value of the environmentalconsequences property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setENVIRONMENTALCONSEQUENCES(String value) {
this.environmentalconsequences = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy