Package cdm.legaldocumentation.csa
Class EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilderImpl
- All Implemented Interfaces:
EligibilityToHoldCollateral,EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
EligibilityToHoldCollateral
public static class EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilderImpl
extends Object
implements EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
Builder Implementation of EligibilityToHoldCollateral
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.EligibilityToHoldCollateral
EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder, EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilderImpl, EligibilityToHoldCollateral.EligibilityToHoldCollateralImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CustodianTerms.CustodianTermsBuilderprotected List<HoldingPostedCollateralEnum> Fields inherited from interface cdm.legaldocumentation.csa.EligibilityToHoldCollateral
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEligibleCountry(FieldWithMetaString _eligibleCountry) addEligibleCountry(FieldWithMetaString _eligibleCountry, int idx) addEligibleCountry(List<? extends FieldWithMetaString> eligibleCountrys) addEligibleCountryValue(String _eligibleCountry) addEligibleCountryValue(String _eligibleCountry, int idx) addEligibleCountryValue(List<? extends String> eligibleCountrys) addPartyTerms(HoldingPostedCollateralEnum _partyTerms) addPartyTerms(HoldingPostedCollateralEnum _partyTerms, int idx) addPartyTerms(List<HoldingPostedCollateralEnum> partyTermss) build()Build MethodsbooleanThe restrictions that might be required by a party from the other party's custodian agent to hold its posted collateral.The restrictions that might be required by a party from the other party in terms of country(ies) where collateral can be held.getOrCreateEligibleCountry(int index) The condition(s) required by a party from the other party to hold its posted collateral.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setCustodianTerms(CustodianTerms _custodianTerms) setEligibleCountry(List<? extends FieldWithMetaString> eligibleCountrys) setEligibleCountryValue(List<? extends String> eligibleCountrys) setPartyTerms(List<HoldingPostedCollateralEnum> partyTermss) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.EligibilityToHoldCollateral
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
partyTerms
-
custodianTerms
-
eligibleCountry
-
-
Constructor Details
-
EligibilityToHoldCollateralBuilderImpl
public EligibilityToHoldCollateralBuilderImpl()
-
-
Method Details
-
getPartyTerms
@RosettaAttribute("partyTerms") @Accessor(GETTER) @Required @Multi @RuneAttribute("partyTerms") public List<HoldingPostedCollateralEnum> getPartyTerms()Description copied from interface:EligibilityToHoldCollateralThe condition(s) required by a party from the other party to hold its posted collateral.- Specified by:
getPartyTermsin interfaceEligibilityToHoldCollateral
-
getCustodianTerms
@RosettaAttribute("custodianTerms") @Accessor(GETTER) @RuneAttribute("custodianTerms") public CustodianTerms.CustodianTermsBuilder getCustodianTerms()Description copied from interface:EligibilityToHoldCollateralThe restrictions that might be required by a party from the other party's custodian agent to hold its posted collateral.- Specified by:
getCustodianTermsin interfaceEligibilityToHoldCollateral- Specified by:
getCustodianTermsin interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
getOrCreateCustodianTerms
- Specified by:
getOrCreateCustodianTermsin interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
getEligibleCountry
@RosettaAttribute("eligibleCountry") @Accessor(GETTER) @Multi @RuneAttribute("eligibleCountry") public List<? extends FieldWithMetaString.FieldWithMetaStringBuilder> getEligibleCountry()Description copied from interface:EligibilityToHoldCollateralThe restrictions that might be required by a party from the other party in terms of country(ies) where collateral can be held.- Specified by:
getEligibleCountryin interfaceEligibilityToHoldCollateral- Specified by:
getEligibleCountryin interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
getOrCreateEligibleCountry
- Specified by:
getOrCreateEligibleCountryin interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
addPartyTerms
@RosettaAttribute("partyTerms") @Accessor(ADDER) @Required @Multi @RuneAttribute("partyTerms") public EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder addPartyTerms(HoldingPostedCollateralEnum _partyTerms) - Specified by:
addPartyTermsin interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
addPartyTerms
public EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder addPartyTerms(HoldingPostedCollateralEnum _partyTerms, int idx) - Specified by:
addPartyTermsin interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
addPartyTerms
public EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder addPartyTerms(List<HoldingPostedCollateralEnum> partyTermss) - Specified by:
addPartyTermsin interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
setPartyTerms
@RosettaAttribute("partyTerms") @Accessor(SETTER) @Required @Multi @RuneAttribute("partyTerms") public EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder setPartyTerms(List<HoldingPostedCollateralEnum> partyTermss) - Specified by:
setPartyTermsin interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
setCustodianTerms
@RosettaAttribute("custodianTerms") @Accessor(SETTER) @RuneAttribute("custodianTerms") public EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder setCustodianTerms(CustodianTerms _custodianTerms) - Specified by:
setCustodianTermsin interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
addEligibleCountry
@RosettaAttribute("eligibleCountry") @Accessor(ADDER) @Multi @RuneAttribute("eligibleCountry") public EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder addEligibleCountry(FieldWithMetaString _eligibleCountry) - Specified by:
addEligibleCountryin interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
addEligibleCountry
public EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder addEligibleCountry(FieldWithMetaString _eligibleCountry, int idx) - Specified by:
addEligibleCountryin interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
addEligibleCountryValue
public EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder addEligibleCountryValue(String _eligibleCountry) - Specified by:
addEligibleCountryValuein interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
addEligibleCountryValue
public EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder addEligibleCountryValue(String _eligibleCountry, int idx) - Specified by:
addEligibleCountryValuein interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
addEligibleCountry
public EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder addEligibleCountry(List<? extends FieldWithMetaString> eligibleCountrys) - Specified by:
addEligibleCountryin interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
setEligibleCountry
@RosettaAttribute("eligibleCountry") @Accessor(SETTER) @Multi @RuneAttribute("eligibleCountry") public EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder setEligibleCountry(List<? extends FieldWithMetaString> eligibleCountrys) - Specified by:
setEligibleCountryin interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
addEligibleCountryValue
public EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder addEligibleCountryValue(List<? extends String> eligibleCountrys) - Specified by:
addEligibleCountryValuein interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
setEligibleCountryValue
public EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder setEligibleCountryValue(List<? extends String> eligibleCountrys) - Specified by:
setEligibleCountryValuein interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder
-
build
Description copied from interface:EligibilityToHoldCollateralBuild Methods- Specified by:
buildin interfaceEligibilityToHoldCollateral- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceEligibilityToHoldCollateral- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceEligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-