Class Response

java.lang.Object
org.cip4.lib.xjdf.schema.Message
org.cip4.lib.xjdf.schema.Response
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResponseForceGang, ResponseGangStatus, ResponseKnownDevices, ResponseKnownMessages, ResponseKnownSubscriptions, ResponseModifyQueueEntry, ResponseNotification, ResponsePipeControl, ResponseQueueStatus, ResponseRequestQueueEntry, ResponseResource, ResponseResubmitQueueEntry, ResponseReturnQueueEntry, ResponseShutDown, ResponseStatus, ResponseStopPersistentChannel, ResponseSubmitQueueEntry, ResponseWakeUp

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public abstract class Response extends Message implements Serializable

Java class for Response complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="Response">
   <complexContent>
     <extension base="{http://www.CIP4.org/JDFSchema_2_0}Message">
       <sequence>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}Notification" minOccurs="0"/>
       </sequence>
       <attribute name="ReturnCode" type="{http://www.w3.org/2001/XMLSchema}int" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • notification

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Notification notification
    • returnCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer returnCode
  • Constructor Details

    • Response

      public Response()
  • Method Details

    • getNotification

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Notification getNotification()
      Gets the value of the notification property.
      Returns:
      possible object is Notification
    • setNotification

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setNotification(Notification value)
      Sets the value of the notification property.
      Parameters:
      value - allowed object is Notification
    • getReturnCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Integer getReturnCode()
      Gets the value of the returnCode property.
      Returns:
      possible object is Integer
    • setReturnCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setReturnCode(Integer value)
      Sets the value of the returnCode property.
      Parameters:
      value - allowed object is Integer
    • withNotification

      public Response withNotification(Notification value)
    • withReturnCode

      public Response withReturnCode(Integer value)
    • withHeader

      public Response withHeader(Header value)
      Overrides:
      withHeader in class Message
    • withAny

      public Response withAny(Object... values)
      Overrides:
      withAny in class Message
    • withAny

      public Response withAny(Collection<Object> values)
      Overrides:
      withAny in class Message
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Message
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Message