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,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-18T20:00:09Z")
public class CommandResource
extends Command
implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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 TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the resourceCmdParams property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) 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 v2.3.6", date="2022-12-18T20:00:09Z") protected ResourceCmdParams resourceCmdParams
-
-
Constructor Details
-
CommandResource
public CommandResource()
-
-
Method Details
-
getResourceCmdParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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-18T20:00:09Z") 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
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) -
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) -
hashCode
public int hashCode()
-