Class CommodityMetalBrand
java.lang.Object
net.finmath.smartcontract.product.xml.CommodityMetalBrand
Java class for CommodityMetalBrand complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommodityMetalBrand"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.fpml.org/FpML-5/confirmation}CommodityMetalBrandName"/> <element name="brandManager" type="{http://www.fpml.org/FpML-5/confirmation}CommodityMetalBrandManager" minOccurs="0"/> <element name="country" type="{http://www.fpml.org/FpML-5/confirmation}CountryCode" minOccurs="0"/> <element name="producer" type="{http://www.fpml.org/FpML-5/confirmation}CommodityMetalProducer" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CommodityMetalBrandManager
protected CountryCode
protected CommodityMetalBrandName
protected CommodityMetalProducer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the brandManager property.Gets the value of the country property.getName()
Gets the value of the name property.Gets the value of the producer property.void
Sets the value of the brandManager property.void
setCountry
(CountryCode value) Sets the value of the country property.void
setName
(CommodityMetalBrandName value) Sets the value of the name property.void
Sets the value of the producer property.
-
Field Details
-
name
-
brandManager
-
country
-
producer
-
-
Constructor Details
-
CommodityMetalBrand
public CommodityMetalBrand()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
CommodityMetalBrandName
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isCommodityMetalBrandName
-
getBrandManager
Gets the value of the brandManager property.- Returns:
- possible object is
CommodityMetalBrandManager
-
setBrandManager
Sets the value of the brandManager property.- Parameters:
value
- allowed object isCommodityMetalBrandManager
-
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
-
getProducer
Gets the value of the producer property.- Returns:
- possible object is
CommodityMetalProducer
-
setProducer
Sets the value of the producer property.- Parameters:
value
- allowed object isCommodityMetalProducer
-