Class ServiceAdvisory

java.lang.Object
net.finmath.smartcontract.product.xml.ServiceAdvisory

public class ServiceAdvisory extends Object
A type defining the content model for a human-readable notification to the users of a service.

Java class for ServiceAdvisory complex type.

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

 <complexType name="ServiceAdvisory">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="category" type="{http://www.fpml.org/FpML-5/confirmation}ServiceAdvisoryCategory"/>
         <element name="description" type="{http://www.fpml.org/FpML-5/confirmation}String"/>
         <element name="effectiveFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="effectiveTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>