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

net.datastream.schemas.mp_fields.WORKORDEREXT Maven / Gradle / Ivy

There is a newer version: 12.1-4
Show newest version

package net.datastream.schemas.mp_fields;

import java.math.BigInteger;
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.XmlSchemaType;
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="workday_hours" type="{http://www.w3.org/2001/XMLSchema}double" default="8" />
 *       <attribute name="is_released" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="is_completed" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="is_ppm" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="is_ppm_revision_control_on" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="is_scheduled_by_msproject" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="is_scheduled_by_woloadbalance" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="is_scheduled_by_wodailysched" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="is_scheduling" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="jtauth_can_insert" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="jtauth_can_update" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="jtauth_can_delete" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="number_of_internal_labor_activities" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
 *       <attribute name="number_of_activities" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
 *       <attribute name="is_exceeded_comdays" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="is_exceeded_tooldays" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="is_rejected" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="is_cancelled" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="is_workrequest" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="is_multi_equip_child" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="is_multi_equip_parent" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="has_multi_child_closed" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="all_multi_child_closed" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="has_department_security" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="number_of_deferred_activities" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
 *       <attribute name="is_project_frozen" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *       <attribute name="is_campaign_onhold" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") @XmlRootElement(name = "WORKORDEREXT") public class WORKORDEREXT { @XmlAttribute(name = "workday_hours") protected Double workday_Hours; @XmlAttribute(name = "is_released") protected String is_Released; @XmlAttribute(name = "is_completed") protected String is_Completed; @XmlAttribute(name = "is_ppm") protected String is_Ppm; @XmlAttribute(name = "is_ppm_revision_control_on") protected String is_Ppm_Revision_Control_On; @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 = "jtauth_can_insert") protected String jtauth_Can_Insert; @XmlAttribute(name = "jtauth_can_update") protected String jtauth_Can_Update; @XmlAttribute(name = "jtauth_can_delete") protected String jtauth_Can_Delete; @XmlAttribute(name = "number_of_internal_labor_activities") @XmlSchemaType(name = "nonNegativeInteger") protected BigInteger number_Of_Internal_Labor_Activities; @XmlAttribute(name = "number_of_activities") @XmlSchemaType(name = "nonNegativeInteger") protected BigInteger number_Of_Activities; @XmlAttribute(name = "is_exceeded_comdays") protected String is_Exceeded_Comdays; @XmlAttribute(name = "is_exceeded_tooldays") protected String is_Exceeded_Tooldays; @XmlAttribute(name = "is_rejected") protected String is_Rejected; @XmlAttribute(name = "is_cancelled") protected String is_Cancelled; @XmlAttribute(name = "is_workrequest") protected String is_Workrequest; @XmlAttribute(name = "is_multi_equip_child") protected String is_Multi_Equip_Child; @XmlAttribute(name = "is_multi_equip_parent") protected String is_Multi_Equip_Parent; @XmlAttribute(name = "has_multi_child_closed") protected String has_Multi_Child_Closed; @XmlAttribute(name = "all_multi_child_closed") protected String all_Multi_Child_Closed; @XmlAttribute(name = "has_department_security") protected String has_Department_Security; @XmlAttribute(name = "number_of_deferred_activities") @XmlSchemaType(name = "nonNegativeInteger") protected BigInteger number_Of_Deferred_Activities; @XmlAttribute(name = "is_project_frozen") protected String is_Project_Frozen; @XmlAttribute(name = "is_campaign_onhold") protected String is_Campaign_Onhold; /** * Gets the value of the workday_Hours property. * * @return * possible object is * {@link Double } * */ public double getWorkday_Hours() { if (workday_Hours == null) { return 8.0D; } else { return workday_Hours; } } /** * Sets the value of the workday_Hours property. * * @param value * allowed object is * {@link Double } * */ public void setWorkday_Hours(Double value) { this.workday_Hours = value; } /** * Gets the value of the is_Released property. * * @return * possible object is * {@link String } * */ public String getIs_Released() { return is_Released; } /** * Sets the value of the is_Released property. * * @param value * allowed object is * {@link String } * */ public void setIs_Released(String value) { this.is_Released = value; } /** * Gets the value of the is_Completed property. * * @return * possible object is * {@link String } * */ public String getIs_Completed() { return is_Completed; } /** * Sets the value of the is_Completed property. * * @param value * allowed object is * {@link String } * */ public void setIs_Completed(String value) { this.is_Completed = value; } /** * Gets the value of the is_Ppm property. * * @return * possible object is * {@link String } * */ public String getIs_Ppm() { return is_Ppm; } /** * Sets the value of the is_Ppm property. * * @param value * allowed object is * {@link String } * */ public void setIs_Ppm(String value) { this.is_Ppm = value; } /** * Gets the value of the is_Ppm_Revision_Control_On property. * * @return * possible object is * {@link String } * */ public String getIs_Ppm_Revision_Control_On() { return is_Ppm_Revision_Control_On; } /** * Sets the value of the is_Ppm_Revision_Control_On property. * * @param value * allowed object is * {@link String } * */ public void setIs_Ppm_Revision_Control_On(String value) { this.is_Ppm_Revision_Control_On = value; } /** * Gets the value of the is_Scheduled_By_Msproject property. * * @return * possible object is * {@link String } * */ public String getIs_Scheduled_By_Msproject() { 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() { 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() { 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() { 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 jtauth_Can_Insert property. * * @return * possible object is * {@link String } * */ public String getJtauth_Can_Insert() { return jtauth_Can_Insert; } /** * Sets the value of the jtauth_Can_Insert property. * * @param value * allowed object is * {@link String } * */ public void setJtauth_Can_Insert(String value) { this.jtauth_Can_Insert = value; } /** * Gets the value of the jtauth_Can_Update property. * * @return * possible object is * {@link String } * */ public String getJtauth_Can_Update() { return jtauth_Can_Update; } /** * Sets the value of the jtauth_Can_Update property. * * @param value * allowed object is * {@link String } * */ public void setJtauth_Can_Update(String value) { this.jtauth_Can_Update = value; } /** * Gets the value of the jtauth_Can_Delete property. * * @return * possible object is * {@link String } * */ public String getJtauth_Can_Delete() { return jtauth_Can_Delete; } /** * Sets the value of the jtauth_Can_Delete property. * * @param value * allowed object is * {@link String } * */ public void setJtauth_Can_Delete(String value) { this.jtauth_Can_Delete = value; } /** * Gets the value of the number_Of_Internal_Labor_Activities property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNumber_Of_Internal_Labor_Activities() { return number_Of_Internal_Labor_Activities; } /** * Sets the value of the number_Of_Internal_Labor_Activities property. * * @param value * allowed object is * {@link BigInteger } * */ public void setNumber_Of_Internal_Labor_Activities(BigInteger value) { this.number_Of_Internal_Labor_Activities = value; } /** * Gets the value of the number_Of_Activities property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNumber_Of_Activities() { return number_Of_Activities; } /** * Sets the value of the number_Of_Activities property. * * @param value * allowed object is * {@link BigInteger } * */ public void setNumber_Of_Activities(BigInteger value) { this.number_Of_Activities = value; } /** * Gets the value of the is_Exceeded_Comdays property. * * @return * possible object is * {@link String } * */ public String getIs_Exceeded_Comdays() { return is_Exceeded_Comdays; } /** * Sets the value of the is_Exceeded_Comdays property. * * @param value * allowed object is * {@link String } * */ public void setIs_Exceeded_Comdays(String value) { this.is_Exceeded_Comdays = value; } /** * Gets the value of the is_Exceeded_Tooldays property. * * @return * possible object is * {@link String } * */ public String getIs_Exceeded_Tooldays() { return is_Exceeded_Tooldays; } /** * Sets the value of the is_Exceeded_Tooldays property. * * @param value * allowed object is * {@link String } * */ public void setIs_Exceeded_Tooldays(String value) { this.is_Exceeded_Tooldays = value; } /** * Gets the value of the is_Rejected property. * * @return * possible object is * {@link String } * */ public String getIs_Rejected() { return is_Rejected; } /** * Sets the value of the is_Rejected property. * * @param value * allowed object is * {@link String } * */ public void setIs_Rejected(String value) { this.is_Rejected = value; } /** * Gets the value of the is_Cancelled property. * * @return * possible object is * {@link String } * */ public String getIs_Cancelled() { return is_Cancelled; } /** * Sets the value of the is_Cancelled property. * * @param value * allowed object is * {@link String } * */ public void setIs_Cancelled(String value) { this.is_Cancelled = value; } /** * Gets the value of the is_Workrequest property. * * @return * possible object is * {@link String } * */ public String getIs_Workrequest() { return is_Workrequest; } /** * Sets the value of the is_Workrequest property. * * @param value * allowed object is * {@link String } * */ public void setIs_Workrequest(String value) { this.is_Workrequest = value; } /** * Gets the value of the is_Multi_Equip_Child property. * * @return * possible object is * {@link String } * */ public String getIs_Multi_Equip_Child() { return is_Multi_Equip_Child; } /** * Sets the value of the is_Multi_Equip_Child property. * * @param value * allowed object is * {@link String } * */ public void setIs_Multi_Equip_Child(String value) { this.is_Multi_Equip_Child = value; } /** * Gets the value of the is_Multi_Equip_Parent property. * * @return * possible object is * {@link String } * */ public String getIs_Multi_Equip_Parent() { return is_Multi_Equip_Parent; } /** * Sets the value of the is_Multi_Equip_Parent property. * * @param value * allowed object is * {@link String } * */ public void setIs_Multi_Equip_Parent(String value) { this.is_Multi_Equip_Parent = value; } /** * Gets the value of the has_Multi_Child_Closed property. * * @return * possible object is * {@link String } * */ public String getHas_Multi_Child_Closed() { return has_Multi_Child_Closed; } /** * Sets the value of the has_Multi_Child_Closed property. * * @param value * allowed object is * {@link String } * */ public void setHas_Multi_Child_Closed(String value) { this.has_Multi_Child_Closed = value; } /** * Gets the value of the all_Multi_Child_Closed property. * * @return * possible object is * {@link String } * */ public String getAll_Multi_Child_Closed() { return all_Multi_Child_Closed; } /** * Sets the value of the all_Multi_Child_Closed property. * * @param value * allowed object is * {@link String } * */ public void setAll_Multi_Child_Closed(String value) { this.all_Multi_Child_Closed = 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 number_Of_Deferred_Activities property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNumber_Of_Deferred_Activities() { return number_Of_Deferred_Activities; } /** * Sets the value of the number_Of_Deferred_Activities property. * * @param value * allowed object is * {@link BigInteger } * */ public void setNumber_Of_Deferred_Activities(BigInteger value) { this.number_Of_Deferred_Activities = value; } /** * Gets the value of the is_Project_Frozen property. * * @return * possible object is * {@link String } * */ public String getIs_Project_Frozen() { return is_Project_Frozen; } /** * Sets the value of the is_Project_Frozen property. * * @param value * allowed object is * {@link String } * */ public void setIs_Project_Frozen(String value) { this.is_Project_Frozen = value; } /** * Gets the value of the is_Campaign_Onhold property. * * @return * possible object is * {@link String } * */ public String getIs_Campaign_Onhold() { return is_Campaign_Onhold; } /** * Sets the value of the is_Campaign_Onhold property. * * @param value * allowed object is * {@link String } * */ public void setIs_Campaign_Onhold(String value) { this.is_Campaign_Onhold = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy