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:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public class CommandResource extends Command implements java.io.SerializableJava 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ResourceCmdParamsresourceCmdParams
-
Constructor Summary
Constructors Constructor Description CommandResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)ResourceCmdParamsgetResourceCmdParams()Gets the value of the resourceCmdParams property.inthashCode()voidsetResourceCmdParams(ResourceCmdParams value)Sets the value of the resourceCmdParams property.CommandResourcewithAny(java.lang.Object... values)CommandResourcewithAny(java.util.Collection<java.lang.Object> values)CommandResourcewithHeader(Header value)CommandResourcewithResourceCmdParams(ResourceCmdParams value)-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
resourceCmdParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected ResourceCmdParams resourceCmdParams
-
-
Method Detail
-
getResourceCmdParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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="2024-07-01T15:04:08Z") public void setResourceCmdParams(ResourceCmdParams value)Sets the value of the resourceCmdParams property.- Parameters:
value- allowed object isResourceCmdParams
-
withResourceCmdParams
public CommandResource withResourceCmdParams(ResourceCmdParams value)
-
withHeader
public CommandResource withHeader(Header value)
- Overrides:
withHeaderin classCommand
-
withAny
public CommandResource withAny(java.lang.Object... values)
-
withAny
public CommandResource withAny(java.util.Collection<java.lang.Object> values)
-
-