Class ServiceAdvisory
java.lang.Object
net.finmath.smartcontract.product.xml.ServiceAdvisory
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>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ServiceAdvisoryCategory
protected String
protected XMLGregorianCalendar
protected XMLGregorianCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the category property.Gets the value of the description property.Gets the value of the effectiveFrom property.Gets the value of the effectiveTo property.void
Sets the value of the category property.void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the effectiveFrom property.void
Sets the value of the effectiveTo property.
-
Field Details
-
category
-
description
-
effectiveFrom
-
effectiveTo
-
-
Constructor Details
-
ServiceAdvisory
public ServiceAdvisory()
-
-
Method Details
-
getCategory
Gets the value of the category property.- Returns:
- possible object is
ServiceAdvisoryCategory
-
setCategory
Sets the value of the category property.- Parameters:
value
- allowed object isServiceAdvisoryCategory
-
getDescription
-
setDescription
-
getEffectiveFrom
Gets the value of the effectiveFrom property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEffectiveFrom
Sets the value of the effectiveFrom property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getEffectiveTo
Gets the value of the effectiveTo property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEffectiveTo
Sets the value of the effectiveTo property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-