Class LegId
java.lang.Object
net.finmath.smartcontract.product.xml.LegId
Leg identity.
Java class for LegId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LegId"> <simpleContent> <extension base="<http://www.fpml.org/FpML-5/confirmation>Token60"> <attribute name="legIdScheme" use="required" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" /> </extension> </simpleContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the legIdScheme property.getValue()
A type defining a token of length between 1 and 60 characters inclusive.void
setLegIdScheme(String value)
Sets the value of the legIdScheme property.void
Sets the value of the value property.
-
Field Details
-
value
-
legIdScheme
-
-
Constructor Details
-
LegId
public LegId()
-
-
Method Details
-
getValue
A type defining a token of length between 1 and 60 characters inclusive.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getLegIdScheme
Gets the value of the legIdScheme property.- Returns:
- possible object is
String
-
setLegIdScheme
Sets the value of the legIdScheme property.- Parameters:
value
- allowed object isString
-