Class PartyEntityClassification
java.lang.Object
net.finmath.smartcontract.product.xml.PartyEntityClassification
A type that specifies the classification of a party.
Java class for PartyEntityClassification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyEntityClassification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="partyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
<element name="entityClassification" type="{http://www.fpml.org/FpML-5/confirmation}EntityClassification"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the entityClassification property.Gets the value of the partyReference property.voidSets the value of the entityClassification property.voidsetPartyReference(PartyReference value)Sets the value of the partyReference property.
-
Field Details
-
partyReference
-
entityClassification
-
-
Constructor Details
-
PartyEntityClassification
public PartyEntityClassification()
-
-
Method Details
-
getPartyReference
Gets the value of the partyReference property.- Returns:
- possible object is
PartyReference
-
setPartyReference
Sets the value of the partyReference property.- Parameters:
value- allowed object isPartyReference
-
getEntityClassification
Gets the value of the entityClassification property.- Returns:
- possible object is
EntityClassification
-
setEntityClassification
Sets the value of the entityClassification property.- Parameters:
value- allowed object isEntityClassification
-