Class Documentation
Java class for Documentation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Documentation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="masterAgreement" type="{http://www.fpml.org/FpML-5/confirmation}MasterAgreement" minOccurs="0"/> <choice minOccurs="0"> <element name="masterConfirmation" type="{http://www.fpml.org/FpML-5/confirmation}MasterConfirmation"/> <element name="brokerConfirmation" type="{http://www.fpml.org/FpML-5/confirmation}BrokerConfirmation"/> </choice> <element name="contractualDefinitions" type="{http://www.fpml.org/FpML-5/confirmation}ContractualDefinitions" maxOccurs="unbounded" minOccurs="0"/> <element name="contractualTermsSupplement" type="{http://www.fpml.org/FpML-5/confirmation}ContractualTermsSupplement" maxOccurs="unbounded" minOccurs="0"/> <element name="contractualMatrix" type="{http://www.fpml.org/FpML-5/confirmation}ContractualMatrix" maxOccurs="unbounded" minOccurs="0"/> <element name="creditSupportAgreement" type="{http://www.fpml.org/FpML-5/confirmation}CreditSupportAgreement" minOccurs="0"/> <element name="otherAgreement" type="{http://www.fpml.org/FpML-5/confirmation}OtherAgreement" maxOccurs="unbounded" minOccurs="0"/> <element name="attachment" type="{http://www.fpml.org/FpML-5/confirmation}Resource" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BrokerConfirmation
protected List
<ContractualDefinitions> protected List
<ContractualMatrix> protected List
<ContractualTermsSupplement> protected CreditSupportAgreement
protected MasterAgreement
protected MasterConfirmation
protected List
<OtherAgreement> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attachment property.Gets the value of the brokerConfirmation property.Gets the value of the contractualDefinitions property.Gets the value of the contractualMatrix property.Gets the value of the contractualTermsSupplement property.Gets the value of the creditSupportAgreement property.Gets the value of the masterAgreement property.Gets the value of the masterConfirmation property.Gets the value of the otherAgreement property.void
Sets the value of the brokerConfirmation property.void
Sets the value of the creditSupportAgreement property.void
Sets the value of the masterAgreement property.void
Sets the value of the masterConfirmation property.
-
Field Details
-
masterAgreement
-
masterConfirmation
-
brokerConfirmation
-
contractualDefinitions
-
contractualTermsSupplement
-
contractualMatrix
-
creditSupportAgreement
-
otherAgreement
-
attachment
-
-
Constructor Details
-
Documentation
public Documentation()
-
-
Method Details
-
getMasterAgreement
Gets the value of the masterAgreement property.- Returns:
- possible object is
MasterAgreement
-
setMasterAgreement
Sets the value of the masterAgreement property.- Parameters:
value
- allowed object isMasterAgreement
-
getMasterConfirmation
Gets the value of the masterConfirmation property.- Returns:
- possible object is
MasterConfirmation
-
setMasterConfirmation
Sets the value of the masterConfirmation property.- Parameters:
value
- allowed object isMasterConfirmation
-
getBrokerConfirmation
Gets the value of the brokerConfirmation property.- Returns:
- possible object is
BrokerConfirmation
-
setBrokerConfirmation
Sets the value of the brokerConfirmation property.- Parameters:
value
- allowed object isBrokerConfirmation
-
getContractualDefinitions
Gets the value of the contractualDefinitions 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 contractualDefinitions property.For example, to add a new item, do as follows:
getContractualDefinitions().add(newItem);
Objects of the following type(s) are allowed in the list
ContractualDefinitions
-
getContractualTermsSupplement
Gets the value of the contractualTermsSupplement 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 contractualTermsSupplement property.For example, to add a new item, do as follows:
getContractualTermsSupplement().add(newItem);
Objects of the following type(s) are allowed in the list
ContractualTermsSupplement
-
getContractualMatrix
Gets the value of the contractualMatrix 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 contractualMatrix property.For example, to add a new item, do as follows:
getContractualMatrix().add(newItem);
Objects of the following type(s) are allowed in the list
ContractualMatrix
-
getCreditSupportAgreement
Gets the value of the creditSupportAgreement property.- Returns:
- possible object is
CreditSupportAgreement
-
setCreditSupportAgreement
Sets the value of the creditSupportAgreement property.- Parameters:
value
- allowed object isCreditSupportAgreement
-
getOtherAgreement
Gets the value of the otherAgreement 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 otherAgreement property.For example, to add a new item, do as follows:
getOtherAgreement().add(newItem);
Objects of the following type(s) are allowed in the list
OtherAgreement
-
getAttachment
Gets the value of the attachment 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 attachment property.For example, to add a new item, do as follows:
getAttachment().add(newItem);
Objects of the following type(s) are allowed in the list
Resource
-