Class StatusQuParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.StatusQuParams
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public class StatusQuParams extends java.lang.Object implements java.io.SerializableJava 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="JobID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="JobPartID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="QueueEntryID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="Types" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StatusQuParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.StringgetJobID()Gets the value of the jobID property.java.lang.StringgetJobPartID()Gets the value of the jobPartID property.java.util.Map<javax.xml.namespace.QName,java.lang.String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.java.util.List<Part>getPart()Gets the value of the part property.java.lang.StringgetQueueEntryID()Gets the value of the queueEntryID property.java.util.List<java.lang.String>getTypes()Gets the value of the types property.inthashCode()voidsetJobID(java.lang.String value)Sets the value of the jobID property.voidsetJobPartID(java.lang.String value)Sets the value of the jobPartID property.voidsetQueueEntryID(java.lang.String value)Sets the value of the queueEntryID property.StatusQuParamswithJobID(java.lang.String value)StatusQuParamswithJobPartID(java.lang.String value)StatusQuParamswithPart(java.util.Collection<Part> values)StatusQuParamswithPart(Part... values)StatusQuParamswithQueueEntryID(java.lang.String value)StatusQuParamswithTypes(java.lang.String... values)StatusQuParamswithTypes(java.util.Collection<java.lang.String> values)
-
-
-
Field Detail
-
part
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<Part> part
-
jobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.String jobID
-
jobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.String jobPartID
-
queueEntryID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.String queueEntryID
-
types
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<java.lang.String> types
-
-
Method Detail
-
getPart
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.util.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
setmethod 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- Returns:
- The value of the part property.
-
getJobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.String getJobID()Gets the value of the jobID property.- Returns:
- possible object is
String
-
setJobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setJobID(java.lang.String value)Sets the value of the jobID property.- Parameters:
value- allowed object isString
-
getJobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.String getJobPartID()Gets the value of the jobPartID property.- Returns:
- possible object is
String
-
setJobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setJobPartID(java.lang.String value)Sets the value of the jobPartID property.- Parameters:
value- allowed object isString
-
getQueueEntryID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.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 v4.0.4", date="2024-07-01T15:04:08Z") public void setQueueEntryID(java.lang.String value)Sets the value of the queueEntryID property.- Parameters:
value- allowed object isString
-
getTypes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.util.List<java.lang.String> getTypes()Gets the value of the types 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
setmethod for the types property.For example, to add a new item, do as follows:
getTypes().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the types property.
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.util.Map<javax.xml.namespace.QName,java.lang.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 StatusQuParams withPart(Part... values)
-
withPart
public StatusQuParams withPart(java.util.Collection<Part> values)
-
withJobID
public StatusQuParams withJobID(java.lang.String value)
-
withJobPartID
public StatusQuParams withJobPartID(java.lang.String value)
-
withQueueEntryID
public StatusQuParams withQueueEntryID(java.lang.String value)
-
withTypes
public StatusQuParams withTypes(java.lang.String... values)
-
withTypes
public StatusQuParams withTypes(java.util.Collection<java.lang.String> values)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-