Class SignalMessage


  • public class SignalMessage
    extends Object
    In the core part of ebMS-3 specification, an eb:Signal Message is allowed to contain eb:MessageInfo and at most one Receipt Signal, at most one eb:PullRequest element, and/or a series of eb:Error elements. In part 2 of the ebMS-3 specification, new signals may be introduced, and for this reason, an extensibility point is added here to the eb:SignalMessage element to allow it to contain any elements.

    Java class for SignalMessage complex type.

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

     <complexType name="SignalMessage">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="MessageInfo" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}MessageInfo"/>
             <element name="PullRequest" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}PullRequest" minOccurs="0"/>
             <element name="Receipt" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}Receipt" minOccurs="0"/>
             <element name="Error" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}Error" maxOccurs="unbounded" minOccurs="0"/>
             <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SignalMessage

        public SignalMessage()
    • Method Detail

      • getMessageInfo

        public MessageInfo getMessageInfo()
        Gets the value of the messageInfo property.
        Returns:
        possible object is MessageInfo
      • setMessageInfo

        public void setMessageInfo​(MessageInfo value)
        Sets the value of the messageInfo property.
        Parameters:
        value - allowed object is MessageInfo
      • getPullRequest

        public PullRequest getPullRequest()
        Gets the value of the pullRequest property.
        Returns:
        possible object is PullRequest
      • setPullRequest

        public void setPullRequest​(PullRequest value)
        Sets the value of the pullRequest property.
        Parameters:
        value - allowed object is PullRequest
      • getReceipt

        public Receipt getReceipt()
        Gets the value of the receipt property.
        Returns:
        possible object is Receipt
      • setReceipt

        public void setReceipt​(Receipt value)
        Sets the value of the receipt property.
        Parameters:
        value - allowed object is Receipt
      • getError

        public List<Error> getError()
        Gets the value of the error property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the error property.

        For example, to add a new item, do as follows:

            getError().add(newItem);
         

        Objects of the following type(s) are allowed in the list Error

      • getAny

        public List<Object> getAny()
        Gets the value of the any property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

        For example, to add a new item, do as follows:

            getAny().add(newItem);
         

        Objects of the following type(s) are allowed in the list Element Object

      • newCopyBuilder

        public <_B> SignalMessage.Builder<_B> newCopyBuilder​(_B _parentBuilder,
                                                             com.kscs.util.jaxb.PropertyTree _propertyTree,
                                                             com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
      • newCopyBuilder

        public SignalMessage.Builder<Void> newCopyBuilder​(com.kscs.util.jaxb.PropertyTree _propertyTree,
                                                          com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
      • copyOf

        public static <_B> SignalMessage.Builder<_B> copyOf​(SignalMessage _other,
                                                            com.kscs.util.jaxb.PropertyTree _propertyTree,
                                                            com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)