Package cdm.legaldocumentation.csa
Interface HoldingAndUsingPostedCollateral.HoldingAndUsingPostedCollateralBuilder
- All Superinterfaces:
HoldingAndUsingPostedCollateral,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
HoldingAndUsingPostedCollateral.HoldingAndUsingPostedCollateralBuilderImpl
- Enclosing interface:
HoldingAndUsingPostedCollateral
public static interface HoldingAndUsingPostedCollateral.HoldingAndUsingPostedCollateralBuilder
extends HoldingAndUsingPostedCollateral, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.HoldingAndUsingPostedCollateral
HoldingAndUsingPostedCollateral.HoldingAndUsingPostedCollateralBuilder, HoldingAndUsingPostedCollateral.HoldingAndUsingPostedCollateralBuilderImpl, HoldingAndUsingPostedCollateral.HoldingAndUsingPostedCollateralImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.HoldingAndUsingPostedCollateral
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(HoldingAndUsingPostedCollateralElection partyElection) addPartyElection(HoldingAndUsingPostedCollateralElection partyElection, int idx) addPartyElection(List<? extends HoldingAndUsingPostedCollateralElection> partyElection) getOrCreatePartyElection(int index) List<? extends HoldingAndUsingPostedCollateralElection.HoldingAndUsingPostedCollateralElectionBuilder> The parties' elections for the holding and using of posted collateral.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setPartyElection(List<? extends HoldingAndUsingPostedCollateralElection> partyElection) Methods inherited from interface cdm.legaldocumentation.csa.HoldingAndUsingPostedCollateral
build, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreatePartyElection
HoldingAndUsingPostedCollateralElection.HoldingAndUsingPostedCollateralElectionBuilder getOrCreatePartyElection(int index) -
getPartyElection
List<? extends HoldingAndUsingPostedCollateralElection.HoldingAndUsingPostedCollateralElectionBuilder> getPartyElection()Description copied from interface:HoldingAndUsingPostedCollateralThe parties' elections for the holding and using of posted collateral.- Specified by:
getPartyElectionin interfaceHoldingAndUsingPostedCollateral
-
addPartyElection
HoldingAndUsingPostedCollateral.HoldingAndUsingPostedCollateralBuilder addPartyElection(HoldingAndUsingPostedCollateralElection partyElection) -
addPartyElection
HoldingAndUsingPostedCollateral.HoldingAndUsingPostedCollateralBuilder addPartyElection(HoldingAndUsingPostedCollateralElection partyElection, int idx) -
addPartyElection
HoldingAndUsingPostedCollateral.HoldingAndUsingPostedCollateralBuilder addPartyElection(List<? extends HoldingAndUsingPostedCollateralElection> partyElection) -
setPartyElection
HoldingAndUsingPostedCollateral.HoldingAndUsingPostedCollateralBuilder setPartyElection(List<? extends HoldingAndUsingPostedCollateralElection> partyElection) -
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-