Class ServiceNotification

java.lang.Object

public class ServiceNotification extends NotificationMessage
A type defining the content model for a message that allows a service to send a notification message to a user of the service.

Java class for ServiceNotification complex type.

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

 <complexType name="ServiceNotification">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NotificationMessage">
       <sequence>
         <element name="serviceName" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString" minOccurs="0"/>
         <choice>
           <element name="status" type="{http://www.fpml.org/FpML-5/confirmation}ServiceStatus"/>
           <element name="processingStatus" type="{http://www.fpml.org/FpML-5/confirmation}ServiceProcessingStatus"/>
           <element name="advisory" type="{http://www.fpml.org/FpML-5/confirmation}ServiceAdvisory"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>