Class BusinessUnit
java.lang.Object
net.finmath.smartcontract.product.xml.BusinessUnit
A type that represents information about a unit within an organization.
Java class for BusinessUnit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessUnit"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/> <element name="businessUnitId" type="{http://www.fpml.org/FpML-5/confirmation}Unit" minOccurs="0"/> <element name="contactInfo" type="{http://www.fpml.org/FpML-5/confirmation}ContactInformation" minOccurs="0"/> <element name="country" type="{http://www.fpml.org/FpML-5/confirmation}CountryCode" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Unit
protected ContactInformation
protected CountryCode
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessUnitId property.Gets the value of the contactInfo property.Gets the value of the country property.getId()
Gets the value of the id property.getName()
Gets the value of the name property.void
setBusinessUnitId
(Unit value) Sets the value of the businessUnitId property.void
setContactInfo
(ContactInformation value) Sets the value of the contactInfo property.void
setCountry
(CountryCode value) Sets the value of the country property.void
Sets the value of the id property.void
Sets the value of the name property.
-
Field Details
-
name
-
businessUnitId
-
contactInfo
-
country
-
id
-
-
Constructor Details
-
BusinessUnit
public BusinessUnit()
-
-
Method Details
-
getName
-
setName
-
getBusinessUnitId
-
setBusinessUnitId
-
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
-
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
-
getId
-
setId
-