Class EntityName

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

public class EntityName extends Object
The name of the reference entity. A free format string. FpML does not define usage rules for this element.

Java class for EntityName complex type.

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

 <complexType name="EntityName">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>Scheme">
       <attribute name="entityNameScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" default="http://www.fpml.org/coding-scheme/external/entity-name-RED-1-0" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • entityNameScheme

      protected String entityNameScheme
  • Constructor Details

    • EntityName

      public EntityName()
  • Method Details

    • getValue

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

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

      public String getEntityNameScheme()
      Gets the value of the entityNameScheme property.
      Returns:
      possible object is String
    • setEntityNameScheme

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