net.datastream.schemas.mp_results.mp7393_001.ResultData 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_results.mp7393_001;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* 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">
* <attribute name="hasNonMultipleEquipmentTypeChildWO" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" default="false" />
* <attribute name="is_scheduled_by_msproject" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" default="false" />
* <attribute name="is_scheduled_by_woloadbalance" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" default="false" />
* <attribute name="is_scheduled_by_wodailysched" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" default="false" />
* <attribute name="is_scheduling" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" default="false" />
* <attribute name="isWorkOrderReleased" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" default="false" />
* <attribute name="workOrderIsPMAndRevControlIsOn" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" default="false" />
* <attribute name="workOrderRelatedToRouteAndROUTEEOBIsOn" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" default="false" />
* <attribute name="workOrderHasNoEquipment" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" default="false" />
* <attribute name="JTAUTHCanUpdate" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" default="false" />
* <attribute name="workOrderIsMECWorkOrder" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" default="false" />
* <attribute name="has_department_security" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
* <attribute name="hasActiveResources" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" default="false" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@XmlRootElement(name = "ResultData")
public class ResultData {
@XmlAttribute(name = "hasNonMultipleEquipmentTypeChildWO")
protected String hasNonMultipleEquipmentTypeChildWO;
@XmlAttribute(name = "is_scheduled_by_msproject")
protected String is_Scheduled_By_Msproject;
@XmlAttribute(name = "is_scheduled_by_woloadbalance")
protected String is_Scheduled_By_Woloadbalance;
@XmlAttribute(name = "is_scheduled_by_wodailysched")
protected String is_Scheduled_By_Wodailysched;
@XmlAttribute(name = "is_scheduling")
protected String is_Scheduling;
@XmlAttribute(name = "isWorkOrderReleased")
protected String isWorkOrderReleased;
@XmlAttribute(name = "workOrderIsPMAndRevControlIsOn")
protected String workOrderIsPMAndRevControlIsOn;
@XmlAttribute(name = "workOrderRelatedToRouteAndROUTEEOBIsOn")
protected String workOrderRelatedToRouteAndROUTEEOBIsOn;
@XmlAttribute(name = "workOrderHasNoEquipment")
protected String workOrderHasNoEquipment;
@XmlAttribute(name = "JTAUTHCanUpdate")
protected String jtauthCanUpdate;
@XmlAttribute(name = "workOrderIsMECWorkOrder")
protected String workOrderIsMECWorkOrder;
@XmlAttribute(name = "has_department_security")
protected String has_Department_Security;
@XmlAttribute(name = "hasActiveResources")
protected String hasActiveResources;
/**
* Gets the value of the hasNonMultipleEquipmentTypeChildWO property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHasNonMultipleEquipmentTypeChildWO() {
if (hasNonMultipleEquipmentTypeChildWO == null) {
return "false";
} else {
return hasNonMultipleEquipmentTypeChildWO;
}
}
/**
* Sets the value of the hasNonMultipleEquipmentTypeChildWO property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHasNonMultipleEquipmentTypeChildWO(String value) {
this.hasNonMultipleEquipmentTypeChildWO = value;
}
/**
* Gets the value of the is_Scheduled_By_Msproject property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIs_Scheduled_By_Msproject() {
if (is_Scheduled_By_Msproject == null) {
return "false";
} else {
return is_Scheduled_By_Msproject;
}
}
/**
* Sets the value of the is_Scheduled_By_Msproject property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIs_Scheduled_By_Msproject(String value) {
this.is_Scheduled_By_Msproject = value;
}
/**
* Gets the value of the is_Scheduled_By_Woloadbalance property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIs_Scheduled_By_Woloadbalance() {
if (is_Scheduled_By_Woloadbalance == null) {
return "false";
} else {
return is_Scheduled_By_Woloadbalance;
}
}
/**
* Sets the value of the is_Scheduled_By_Woloadbalance property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIs_Scheduled_By_Woloadbalance(String value) {
this.is_Scheduled_By_Woloadbalance = value;
}
/**
* Gets the value of the is_Scheduled_By_Wodailysched property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIs_Scheduled_By_Wodailysched() {
if (is_Scheduled_By_Wodailysched == null) {
return "false";
} else {
return is_Scheduled_By_Wodailysched;
}
}
/**
* Sets the value of the is_Scheduled_By_Wodailysched property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIs_Scheduled_By_Wodailysched(String value) {
this.is_Scheduled_By_Wodailysched = value;
}
/**
* Gets the value of the is_Scheduling property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIs_Scheduling() {
if (is_Scheduling == null) {
return "false";
} else {
return is_Scheduling;
}
}
/**
* Sets the value of the is_Scheduling property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIs_Scheduling(String value) {
this.is_Scheduling = value;
}
/**
* Gets the value of the isWorkOrderReleased property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIsWorkOrderReleased() {
if (isWorkOrderReleased == null) {
return "false";
} else {
return isWorkOrderReleased;
}
}
/**
* Sets the value of the isWorkOrderReleased property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIsWorkOrderReleased(String value) {
this.isWorkOrderReleased = value;
}
/**
* Gets the value of the workOrderIsPMAndRevControlIsOn property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getWorkOrderIsPMAndRevControlIsOn() {
if (workOrderIsPMAndRevControlIsOn == null) {
return "false";
} else {
return workOrderIsPMAndRevControlIsOn;
}
}
/**
* Sets the value of the workOrderIsPMAndRevControlIsOn property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setWorkOrderIsPMAndRevControlIsOn(String value) {
this.workOrderIsPMAndRevControlIsOn = value;
}
/**
* Gets the value of the workOrderRelatedToRouteAndROUTEEOBIsOn property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getWorkOrderRelatedToRouteAndROUTEEOBIsOn() {
if (workOrderRelatedToRouteAndROUTEEOBIsOn == null) {
return "false";
} else {
return workOrderRelatedToRouteAndROUTEEOBIsOn;
}
}
/**
* Sets the value of the workOrderRelatedToRouteAndROUTEEOBIsOn property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setWorkOrderRelatedToRouteAndROUTEEOBIsOn(String value) {
this.workOrderRelatedToRouteAndROUTEEOBIsOn = value;
}
/**
* Gets the value of the workOrderHasNoEquipment property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getWorkOrderHasNoEquipment() {
if (workOrderHasNoEquipment == null) {
return "false";
} else {
return workOrderHasNoEquipment;
}
}
/**
* Sets the value of the workOrderHasNoEquipment property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setWorkOrderHasNoEquipment(String value) {
this.workOrderHasNoEquipment = value;
}
/**
* Gets the value of the jtauthCanUpdate property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getJTAUTHCanUpdate() {
if (jtauthCanUpdate == null) {
return "false";
} else {
return jtauthCanUpdate;
}
}
/**
* Sets the value of the jtauthCanUpdate property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setJTAUTHCanUpdate(String value) {
this.jtauthCanUpdate = value;
}
/**
* Gets the value of the workOrderIsMECWorkOrder property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getWorkOrderIsMECWorkOrder() {
if (workOrderIsMECWorkOrder == null) {
return "false";
} else {
return workOrderIsMECWorkOrder;
}
}
/**
* Sets the value of the workOrderIsMECWorkOrder property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setWorkOrderIsMECWorkOrder(String value) {
this.workOrderIsMECWorkOrder = value;
}
/**
* Gets the value of the has_Department_Security property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHas_Department_Security() {
return has_Department_Security;
}
/**
* Sets the value of the has_Department_Security property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHas_Department_Security(String value) {
this.has_Department_Security = value;
}
/**
* Gets the value of the hasActiveResources property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHasActiveResources() {
if (hasActiveResources == null) {
return "false";
} else {
return hasActiveResources;
}
}
/**
* Sets the value of the hasActiveResources property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHasActiveResources(String value) {
this.hasActiveResources = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy