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,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-16T10:16:20Z") public class CommandResource extends Command implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java 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)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)ResourceCmdParamsgetResourceCmdParams()Gets the value of the resourceCmdParams property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)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 v2.3.6", date="2022-12-16T10:16:20Z") protected ResourceCmdParams resourceCmdParams
-
-
Method Detail
-
getResourceCmdParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") 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 v2.3.6", date="2022-12-16T10:16:20Z") 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)
-
equals
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.EqualsStrategy2 strategy)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
-
-