Class Party
Java class for Party complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Party"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <group ref="{http://www.fpml.org/FpML-5/confirmation}Party.model"/> <sequence> <element name="groupType" type="{http://www.fpml.org/FpML-5/confirmation}PartyGroupType"/> <element name="partyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" maxOccurs="unbounded" minOccurs="2"/> </sequence> </choice> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<BusinessUnit> protected List
<IndustryClassification> protected ContactInformation
protected CountryCode
protected List
<CreditRating> protected PartyGroupType
protected String
protected List
<GoverningLaw> protected OrganizationType
protected PartyName
protected List
<PartyReference> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessUnit property.Gets the value of the classification property.Gets the value of the contactInfo property.Gets the value of the country property.Gets the value of the creditRating property.Gets the value of the groupType property.getId()
Gets the value of the id property.Gets the value of the jurisdiction property.Gets the value of the organizationType property.Gets the value of the partyId property.Gets the value of the partyName property.Gets the value of the partyReference property.Gets the value of the person property.Gets the value of the region property.void
setContactInfo
(ContactInformation value) Sets the value of the contactInfo property.void
setCountry
(CountryCode value) Sets the value of the country property.void
setGroupType
(PartyGroupType value) Sets the value of the groupType property.void
Sets the value of the id property.void
Sets the value of the organizationType property.void
setPartyName
(PartyName value) Sets the value of the partyName property.
-
Field Details
-
partyId
-
partyName
-
classification
-
creditRating
-
country
-
region
-
jurisdiction
-
organizationType
-
contactInfo
-
businessUnit
-
person
-
groupType
-
partyReference
-
id
-
-
Constructor Details
-
Party
public Party()
-
-
Method Details
-
getPartyId
Gets the value of the partyId 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 partyId property.For example, to add a new item, do as follows:
getPartyId().add(newItem);
Objects of the following type(s) are allowed in the list
PartyId
-
getPartyName
-
setPartyName
-
getClassification
Gets the value of the classification 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 classification property.For example, to add a new item, do as follows:
getClassification().add(newItem);
Objects of the following type(s) are allowed in the list
IndustryClassification
-
getCreditRating
Gets the value of the creditRating 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 creditRating property.For example, to add a new item, do as follows:
getCreditRating().add(newItem);
Objects of the following type(s) are allowed in the list
CreditRating
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
CountryCode
-
setCountry
Sets the value of the country property.- Parameters:
value
- allowed object isCountryCode
-
getRegion
Gets the value of the region 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 region property.For example, to add a new item, do as follows:
getRegion().add(newItem);
Objects of the following type(s) are allowed in the list
Region
-
getJurisdiction
Gets the value of the jurisdiction 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 jurisdiction property.For example, to add a new item, do as follows:
getJurisdiction().add(newItem);
Objects of the following type(s) are allowed in the list
GoverningLaw
-
getOrganizationType
Gets the value of the organizationType property.- Returns:
- possible object is
OrganizationType
-
setOrganizationType
Sets the value of the organizationType property.- Parameters:
value
- allowed object isOrganizationType
-
getContactInfo
Gets the value of the contactInfo property.- Returns:
- possible object is
ContactInformation
-
setContactInfo
Sets the value of the contactInfo property.- Parameters:
value
- allowed object isContactInformation
-
getBusinessUnit
Gets the value of the businessUnit 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 businessUnit property.For example, to add a new item, do as follows:
getBusinessUnit().add(newItem);
Objects of the following type(s) are allowed in the list
BusinessUnit
-
getPerson
Gets the value of the person 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 person property.For example, to add a new item, do as follows:
getPerson().add(newItem);
Objects of the following type(s) are allowed in the list
Person
-
getGroupType
Gets the value of the groupType property.- Returns:
- possible object is
PartyGroupType
-
setGroupType
Sets the value of the groupType property.- Parameters:
value
- allowed object isPartyGroupType
-
getPartyReference
Gets the value of the partyReference 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 partyReference property.For example, to add a new item, do as follows:
getPartyReference().add(newItem);
Objects of the following type(s) are allowed in the list
PartyReference
-
getId
-
setId
-