Class ServiceNotification


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>
 
  • Field Details

  • Constructor Details

    • ServiceNotification

      public ServiceNotification()
  • Method Details

    • getServiceName

      public String getServiceName()
      Gets the value of the serviceName property.
      Returns:
      possible object is String
    • setServiceName

      public void setServiceName(String value)
      Sets the value of the serviceName property.
      Parameters:
      value - allowed object is String
    • getStatus

      public ServiceStatus getStatus()
      Gets the value of the status property.
      Returns:
      possible object is ServiceStatus
    • setStatus

      public void setStatus(ServiceStatus value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is ServiceStatus
    • getProcessingStatus

      public ServiceProcessingStatus getProcessingStatus()
      Gets the value of the processingStatus property.
      Returns:
      possible object is ServiceProcessingStatus
    • setProcessingStatus

      public void setProcessingStatus(ServiceProcessingStatus value)
      Sets the value of the processingStatus property.
      Parameters:
      value - allowed object is ServiceProcessingStatus
    • getAdvisory

      public ServiceAdvisory getAdvisory()
      Gets the value of the advisory property.
      Returns:
      possible object is ServiceAdvisory
    • setAdvisory

      public void setAdvisory(ServiceAdvisory value)
      Sets the value of the advisory property.
      Parameters:
      value - allowed object is ServiceAdvisory