Package org.cip4.lib.xjdf.schema
Class CommandStopPersistentChannel
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Command
-
- org.cip4.lib.xjdf.schema.CommandStopPersistentChannel
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class CommandStopPersistentChannel extends Command implements java.io.SerializableJava class for CommandStopPersistentChannel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommandStopPersistentChannel"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}Command"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}StopPersChParams"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StopPersChParamsstopPersChParams
-
Constructor Summary
Constructors Constructor Description CommandStopPersistentChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)StopPersChParamsgetStopPersChParams()Gets the value of the stopPersChParams property.inthashCode()voidsetStopPersChParams(StopPersChParams value)Sets the value of the stopPersChParams property.CommandStopPersistentChannelwithAny(java.lang.Object... values)CommandStopPersistentChannelwithAny(java.util.Collection<java.lang.Object> values)CommandStopPersistentChannelwithHeader(Header value)CommandStopPersistentChannelwithStopPersChParams(StopPersChParams value)-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
stopPersChParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected StopPersChParams stopPersChParams
-
-
Method Detail
-
getStopPersChParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public StopPersChParams getStopPersChParams()Gets the value of the stopPersChParams property.- Returns:
- possible object is
StopPersChParams
-
setStopPersChParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setStopPersChParams(StopPersChParams value)Sets the value of the stopPersChParams property.- Parameters:
value- allowed object isStopPersChParams
-
withStopPersChParams
public CommandStopPersistentChannel withStopPersChParams(StopPersChParams value)
-
withHeader
public CommandStopPersistentChannel withHeader(Header value)
- Overrides:
withHeaderin classCommand
-
withAny
public CommandStopPersistentChannel withAny(java.lang.Object... values)
-
withAny
public CommandStopPersistentChannel withAny(java.util.Collection<java.lang.Object> values)
-
-