Class BusinessUnit

java.lang.Object
net.finmath.smartcontract.product.xml.BusinessUnit

public class BusinessUnit extends Object
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 Details

  • Constructor Details

    • BusinessUnit

      public BusinessUnit()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getBusinessUnitId

      public Unit getBusinessUnitId()
      Gets the value of the businessUnitId property.
      Returns:
      possible object is Unit
    • setBusinessUnitId

      public void setBusinessUnitId(Unit value)
      Sets the value of the businessUnitId property.
      Parameters:
      value - allowed object is Unit
    • getContactInfo

      public ContactInformation getContactInfo()
      Gets the value of the contactInfo property.
      Returns:
      possible object is ContactInformation
    • setContactInfo

      public void setContactInfo(ContactInformation value)
      Sets the value of the contactInfo property.
      Parameters:
      value - allowed object is ContactInformation
    • getCountry

      public CountryCode getCountry()
      Gets the value of the country property.
      Returns:
      possible object is CountryCode
    • setCountry

      public void setCountry(CountryCode value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is CountryCode
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String