@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class ResourceInfo
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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}MISDetails" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ResourceSet"/>
</sequence>
<attribute name="CommandResult">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Rejected"/>
<enumeration value="Removed"/>
<enumeration value="New"/>
<enumeration value="Merged"/>
<enumeration value="Replaced"/>
</restriction>
</simpleType>
</attribute>
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Level">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Empty"/>
<enumeration value="Low"/>
<enumeration value="OK"/>
</restriction>
</simpleType>
</attribute>
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Scope" type="{http://www.CIP4.org/JDFSchema_2_0}Scope" />
<attribute name="Speed" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="TotalAmount" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceInfo.CommandResult
Java class for null.
|
static class |
ResourceInfo.Level
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected ResourceInfo.CommandResult |
commandResult |
protected java.lang.String |
jobID |
protected java.lang.String |
jobPartID |
protected ResourceInfo.Level |
level |
protected MISDetails |
misDetails |
protected java.lang.String |
queueEntryID |
protected ResourceSet |
resourceSet |
protected Scope |
scope |
protected java.lang.Float |
speed |
protected java.lang.Float |
totalAmount |
| Constructor and Description |
|---|
ResourceInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
ResourceInfo.CommandResult |
getCommandResult()
Gets the value of the commandResult property.
|
java.lang.String |
getJobID()
Gets the value of the jobID property.
|
java.lang.String |
getJobPartID()
Gets the value of the jobPartID property.
|
ResourceInfo.Level |
getLevel()
Gets the value of the level property.
|
MISDetails |
getMISDetails()
Gets the value of the misDetails 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.lang.String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
ResourceSet |
getResourceSet()
Gets the value of the resourceSet property.
|
Scope |
getScope()
Gets the value of the scope property.
|
java.lang.Float |
getSpeed()
Gets the value of the speed property.
|
java.lang.Float |
getTotalAmount()
Gets the value of the totalAmount property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCommandResult(ResourceInfo.CommandResult value)
Sets the value of the commandResult property.
|
void |
setJobID(java.lang.String value)
Sets the value of the jobID property.
|
void |
setJobPartID(java.lang.String value)
Sets the value of the jobPartID property.
|
void |
setLevel(ResourceInfo.Level value)
Sets the value of the level property.
|
void |
setMISDetails(MISDetails value)
Sets the value of the misDetails property.
|
void |
setQueueEntryID(java.lang.String value)
Sets the value of the queueEntryID property.
|
void |
setResourceSet(ResourceSet value)
Sets the value of the resourceSet property.
|
void |
setScope(Scope value)
Sets the value of the scope property.
|
void |
setSpeed(java.lang.Float value)
Sets the value of the speed property.
|
void |
setTotalAmount(java.lang.Float value)
Sets the value of the totalAmount property.
|
ResourceInfo |
withCommandResult(ResourceInfo.CommandResult value) |
ResourceInfo |
withJobID(java.lang.String value) |
ResourceInfo |
withJobPartID(java.lang.String value) |
ResourceInfo |
withLevel(ResourceInfo.Level value) |
ResourceInfo |
withMISDetails(MISDetails value) |
ResourceInfo |
withQueueEntryID(java.lang.String value) |
ResourceInfo |
withResourceSet(ResourceSet value) |
ResourceInfo |
withScope(Scope value) |
ResourceInfo |
withSpeed(java.lang.Float value) |
ResourceInfo |
withTotalAmount(java.lang.Float value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected MISDetails misDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected ResourceSet resourceSet
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected ResourceInfo.CommandResult commandResult
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String jobID
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String jobPartID
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected ResourceInfo.Level level
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String queueEntryID
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected Scope scope
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float speed
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float totalAmount
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public MISDetails getMISDetails()
MISDetails@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setMISDetails(MISDetails value)
value - allowed object is
MISDetails@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public ResourceSet getResourceSet()
ResourceSet@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setResourceSet(ResourceSet value)
value - allowed object is
ResourceSet@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public ResourceInfo.CommandResult getCommandResult()
ResourceInfo.CommandResult@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setCommandResult(ResourceInfo.CommandResult value)
value - allowed object is
ResourceInfo.CommandResult@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getJobID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setJobID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getJobPartID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setJobPartID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public ResourceInfo.Level getLevel()
ResourceInfo.Level@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setLevel(ResourceInfo.Level value)
value - allowed object is
ResourceInfo.Level@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getQueueEntryID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setQueueEntryID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public Scope getScope()
Scope@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setScope(Scope value)
value - allowed object is
Scope@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getSpeed()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setSpeed(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getTotalAmount()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setTotalAmount(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
public ResourceInfo withMISDetails(MISDetails value)
public ResourceInfo withResourceSet(ResourceSet value)
public ResourceInfo withCommandResult(ResourceInfo.CommandResult value)
public ResourceInfo withJobID(java.lang.String value)
public ResourceInfo withJobPartID(java.lang.String value)
public ResourceInfo withLevel(ResourceInfo.Level value)
public ResourceInfo withQueueEntryID(java.lang.String value)
public ResourceInfo withScope(Scope value)
public ResourceInfo withSpeed(java.lang.Float value)
public ResourceInfo withTotalAmount(java.lang.Float value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object