Class PubliclyAvailableInformation

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

public class PubliclyAvailableInformation extends Object

Java class for PubliclyAvailableInformation complex type.

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

 <complexType name="PubliclyAvailableInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="standardPublicSources" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="publicSource" type="{http://www.fpml.org/FpML-5/confirmation}String" maxOccurs="unbounded" minOccurs="0"/>
         <element name="specifiedNumber" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • standardPublicSources

      protected Boolean standardPublicSources
    • publicSource

      protected List<String> publicSource
    • specifiedNumber

      protected BigInteger specifiedNumber
  • Constructor Details

    • PubliclyAvailableInformation

      public PubliclyAvailableInformation()
  • Method Details

    • isStandardPublicSources

      public Boolean isStandardPublicSources()
      Gets the value of the standardPublicSources property.
      Returns:
      possible object is Boolean
    • setStandardPublicSources

      public void setStandardPublicSources(Boolean value)
      Sets the value of the standardPublicSources property.
      Parameters:
      value - allowed object is Boolean
    • getPublicSource

      public List<String> getPublicSource()
      Gets the value of the publicSource property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the publicSource property.

      For example, to add a new item, do as follows:

          getPublicSource().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getSpecifiedNumber

      public BigInteger getSpecifiedNumber()
      Gets the value of the specifiedNumber property.
      Returns:
      possible object is BigInteger
    • setSpecifiedNumber

      public void setSpecifiedNumber(BigInteger value)
      Sets the value of the specifiedNumber property.
      Parameters:
      value - allowed object is BigInteger