Class ServiceNotification
java.lang.Object
net.finmath.smartcontract.product.xml.Document
net.finmath.smartcontract.product.xml.Message
net.finmath.smartcontract.product.xml.NotificationMessage
net.finmath.smartcontract.product.xml.ServiceNotification
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 SummaryFieldsModifier and TypeFieldDescriptionprotected ServiceAdvisoryprotected ServiceProcessingStatusprotected Stringprotected ServiceStatusFields inherited from class net.finmath.smartcontract.product.xml.NotificationMessagecorrelationId, header, onBehalfOf, parentCorrelationId, sequenceNumber, validationFields inherited from class net.finmath.smartcontract.product.xml.DocumentactualBuild, expectedBuild, fpmlVersion
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the advisory property.Gets the value of the processingStatus property.Gets the value of the serviceName property.Gets the value of the status property.voidsetAdvisory(ServiceAdvisory value)Sets the value of the advisory property.voidSets the value of the processingStatus property.voidsetServiceName(String value)Sets the value of the serviceName property.voidsetStatus(ServiceStatus value)Sets the value of the status property.Methods inherited from class net.finmath.smartcontract.product.xml.NotificationMessagegetCorrelationId, getHeader, getOnBehalfOf, getParentCorrelationId, getSequenceNumber, getValidation, setCorrelationId, setHeader, setOnBehalfOf, setParentCorrelationId, setSequenceNumberMethods inherited from class net.finmath.smartcontract.product.xml.DocumentgetActualBuild, getExpectedBuild, getFpmlVersion, setActualBuild, setExpectedBuild, setFpmlVersion
- 
Field Details- 
serviceName
- 
status
- 
processingStatus
- 
advisory
 
- 
- 
Constructor Details- 
ServiceNotificationpublic ServiceNotification()
 
- 
- 
Method Details- 
getServiceNameGets the value of the serviceName property.- Returns:
- possible object is
     String
 
- 
setServiceNameSets the value of the serviceName property.- Parameters:
- value- allowed object is- String
 
- 
getStatusGets the value of the status property.- Returns:
- possible object is
     ServiceStatus
 
- 
setStatusSets the value of the status property.- Parameters:
- value- allowed object is- ServiceStatus
 
- 
getProcessingStatusGets the value of the processingStatus property.- Returns:
- possible object is
     ServiceProcessingStatus
 
- 
setProcessingStatusSets the value of the processingStatus property.- Parameters:
- value- allowed object is- ServiceProcessingStatus
 
- 
getAdvisoryGets the value of the advisory property.- Returns:
- possible object is
     ServiceAdvisory
 
- 
setAdvisorySets the value of the advisory property.- Parameters:
- value- allowed object is- ServiceAdvisory
 
 
-