Class ProcessRun

java.lang.Object
org.cip4.lib.xjdf.schema.ProcessRun
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class ProcessRun extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

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://www.CIP4.org/JDFSchema_2_0}Part" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Duration" type="{http://www.w3.org/2001/XMLSchema}duration" />
       <attribute name="End" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="EndStatus" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="Aborted"/>
             <enumeration value="Completed"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="QueueEntryID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="ReturnTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="Start" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="SubmissionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • part

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<Part> part
    • duration

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Duration duration
    • end

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime end
    • endStatus

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ProcessRun.EndStatus endStatus
    • queueEntryID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String queueEntryID
    • returnTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime returnTime
    • start

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime start
    • submissionTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime submissionTime
  • Constructor Details

    • ProcessRun

      public ProcessRun()
  • Method Details

    • getPart

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Part> getPart()
      Gets the value of the part property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the part property.

      For example, to add a new item, do as follows:

          getPart().add(newItem);
       

      Objects of the following type(s) are allowed in the list Part

    • getDuration

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Duration getDuration()
      Gets the value of the duration property.
      Returns:
      possible object is String
    • setDuration

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setDuration(Duration value)
      Sets the value of the duration property.
      Parameters:
      value - allowed object is String
    • getEnd

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DateTime getEnd()
      Gets the value of the end property.
      Returns:
      possible object is String
    • setEnd

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setEnd(DateTime value)
      Sets the value of the end property.
      Parameters:
      value - allowed object is String
    • getEndStatus

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public ProcessRun.EndStatus getEndStatus()
      Gets the value of the endStatus property.
      Returns:
      possible object is ProcessRun.EndStatus
    • setEndStatus

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setEndStatus(ProcessRun.EndStatus value)
      Sets the value of the endStatus property.
      Parameters:
      value - allowed object is ProcessRun.EndStatus
    • getQueueEntryID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getQueueEntryID()
      Gets the value of the queueEntryID property.
      Returns:
      possible object is String
    • setQueueEntryID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setQueueEntryID(String value)
      Sets the value of the queueEntryID property.
      Parameters:
      value - allowed object is String
    • getReturnTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DateTime getReturnTime()
      Gets the value of the returnTime property.
      Returns:
      possible object is String
    • setReturnTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setReturnTime(DateTime value)
      Sets the value of the returnTime property.
      Parameters:
      value - allowed object is String
    • getStart

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DateTime getStart()
      Gets the value of the start property.
      Returns:
      possible object is String
    • setStart

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setStart(DateTime value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is String
    • getSubmissionTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DateTime getSubmissionTime()
      Gets the value of the submissionTime property.
      Returns:
      possible object is String
    • setSubmissionTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSubmissionTime(DateTime value)
      Sets the value of the submissionTime property.
      Parameters:
      value - allowed object is String
    • getOtherAttributes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.

      the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

      Returns:
      always non-null
    • withPart

      public ProcessRun withPart(Part... values)
    • withPart

      public ProcessRun withPart(Collection<Part> values)
    • withDuration

      public ProcessRun withDuration(Duration value)
    • withEnd

      public ProcessRun withEnd(DateTime value)
    • withEndStatus

      public ProcessRun withEndStatus(ProcessRun.EndStatus value)
    • withQueueEntryID

      public ProcessRun withQueueEntryID(String value)
    • withReturnTime

      public ProcessRun withReturnTime(DateTime value)
    • withStart

      public ProcessRun withStart(DateTime value)
    • withSubmissionTime

      public ProcessRun withSubmissionTime(DateTime value)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object