Package org.cip4.lib.xjdf.schema
Class CommandResource
java.lang.Object
org.cip4.lib.xjdf.schema.Message
org.cip4.lib.xjdf.schema.Command
org.cip4.lib.xjdf.schema.CommandResource
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class CommandResource
extends Command
implements Serializable
Java class for CommandResource complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="CommandResource">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Command">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ResourceCmdParams"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the resourceCmdParams property.inthashCode()voidSets the value of the resourceCmdParams property.withAny(Collection<Object> values) withHeader(Header value) Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
Field Details
-
resourceCmdParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ResourceCmdParams resourceCmdParams
-
-
Constructor Details
-
CommandResource
public CommandResource()
-
-
Method Details
-
getResourceCmdParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public ResourceCmdParams getResourceCmdParams()Gets the value of the resourceCmdParams property.- Returns:
- possible object is
ResourceCmdParams
-
setResourceCmdParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setResourceCmdParams(ResourceCmdParams value) Sets the value of the resourceCmdParams property.- Parameters:
value- allowed object isResourceCmdParams
-
withResourceCmdParams
-
withHeader
- Overrides:
withHeaderin classCommand
-
withAny
-
withAny
-
equals
-
hashCode
public int hashCode()
-