Class PubliclyAvailableInformation
java.lang.Object
net.finmath.smartcontract.product.xml.PubliclyAvailableInformation
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the publicSource property.Gets the value of the specifiedNumber property.Gets the value of the standardPublicSources property.void
setSpecifiedNumber
(BigInteger value) Sets the value of the specifiedNumber property.void
setStandardPublicSources
(Boolean value) Sets the value of the standardPublicSources property.
-
Field Details
-
standardPublicSources
-
publicSource
-
specifiedNumber
-
-
Constructor Details
-
PubliclyAvailableInformation
public PubliclyAvailableInformation()
-
-
Method Details
-
isStandardPublicSources
-
setStandardPublicSources
-
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
Gets the value of the specifiedNumber property.- Returns:
- possible object is
BigInteger
-
setSpecifiedNumber
Sets the value of the specifiedNumber property.- Parameters:
value
- allowed object isBigInteger
-