Class RegulatorId

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

public class RegulatorId extends Object
An ID assigned by a regulator to an organization registered with it. (NOTE: should this just by represented by an alternate party ID?)

Java class for RegulatorId complex type.

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

 <complexType name="RegulatorId">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>NonEmptyScheme">
       <attribute name="regulatorIdScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • regulatorIdScheme

      protected String regulatorIdScheme
  • Constructor Details

    • RegulatorId

      public RegulatorId()
  • Method Details

    • getValue

      public String getValue()
      The base class for all types which define coding schemes that must be populated.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getRegulatorIdScheme

      public String getRegulatorIdScheme()
      Gets the value of the regulatorIdScheme property.
      Returns:
      possible object is String
    • setRegulatorIdScheme

      public void setRegulatorIdScheme(String value)
      Sets the value of the regulatorIdScheme property.
      Parameters:
      value - allowed object is String