Class SupervisorRegistration
java.lang.Object
net.finmath.smartcontract.product.xml.SupervisorRegistration
Provides information about a regulator or other supervisory body that an
organization is registered with.
Java class for SupervisorRegistration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SupervisorRegistration"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}SupervisorRegistration.model"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the registrationNumber property.Gets the value of the supervisoryBody property.void
setRegistrationNumber
(RegulatorId value) Sets the value of the registrationNumber property.void
Sets the value of the supervisoryBody property.
-
Field Details
-
supervisoryBody
-
registrationNumber
-
-
Constructor Details
-
SupervisorRegistration
public SupervisorRegistration()
-
-
Method Details
-
getSupervisoryBody
Gets the value of the supervisoryBody property.- Returns:
- possible object is
SupervisoryBody
-
setSupervisoryBody
Sets the value of the supervisoryBody property.- Parameters:
value
- allowed object isSupervisoryBody
-
getRegistrationNumber
Gets the value of the registrationNumber property.- Returns:
- possible object is
RegulatorId
-
setRegistrationNumber
Sets the value of the registrationNumber property.- Parameters:
value
- allowed object isRegulatorId
-