Package cdm.legaldocumentation.common
Class TransferInformationElection.TransferInformationElectionBuilderImpl
java.lang.Object
cdm.legaldocumentation.common.TransferInformationElection.TransferInformationElectionBuilderImpl
- All Implemented Interfaces:
ContactInformationElection,ContactInformationElection.ContactInformationElectionBuilder,TransferInformationElection,TransferInformationElection.TransferInformationElectionBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
TransferInformationElection
public static class TransferInformationElection.TransferInformationElectionBuilderImpl
extends Object
implements TransferInformationElection.TransferInformationElectionBuilder
Builder Implementation of TransferInformationElection
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.common.ContactInformationElection
ContactInformationElection.ContactInformationElectionBuilder, ContactInformationElection.ContactInformationElectionBuilderImpl, ContactInformationElection.ContactInformationElectionImplNested classes/interfaces inherited from interface cdm.legaldocumentation.common.TransferInformationElection
TransferInformationElection.TransferInformationElectionBuilder, TransferInformationElection.TransferInformationElectionBuilderImpl, TransferInformationElection.TransferInformationElectionImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.common.ContactInformationElection
metaDataFields inherited from interface cdm.legaldocumentation.common.TransferInformationElection
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe party to which the election and details apply.The main notice/address and account information of the party.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setPartyReference(CounterpartyRoleEnum _partyReference) setPrimaryContactInformation(ContactInformation _primaryContactInformation) setPrimaryContactInformation(TransferContactInformation _primaryContactInformation) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosettaMethods inherited from interface cdm.legaldocumentation.common.TransferInformationElection
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.common.TransferInformationElection.TransferInformationElectionBuilder
process
-
Field Details
-
partyReference
-
-
-
Constructor Details
-
TransferInformationElectionBuilderImpl
public TransferInformationElectionBuilderImpl()
-
-
Method Details
-
getPartyReference
@RosettaAttribute("partyReference") @Accessor(GETTER) @Required @RuneAttribute("partyReference") public CounterpartyRoleEnum getPartyReference()Description copied from interface:ContactInformationElectionThe party to which the election and details apply.- Specified by:
getPartyReferencein interfaceContactInformationElection
-
getPrimaryContactInformation
@RosettaAttribute("primaryContactInformation") @Accessor(GETTER) @Required @RuneAttribute("primaryContactInformation") public TransferContactInformation.TransferContactInformationBuilder getPrimaryContactInformation()Description copied from interface:TransferInformationElectionThe main notice/address and account information of the party.- Specified by:
getPrimaryContactInformationin interfaceContactInformationElection- Specified by:
getPrimaryContactInformationin interfaceContactInformationElection.ContactInformationElectionBuilder- Specified by:
getPrimaryContactInformationin interfaceTransferInformationElection- Specified by:
getPrimaryContactInformationin interfaceTransferInformationElection.TransferInformationElectionBuilder
-
getOrCreatePrimaryContactInformation
public TransferContactInformation.TransferContactInformationBuilder getOrCreatePrimaryContactInformation()- Specified by:
getOrCreatePrimaryContactInformationin interfaceContactInformationElection.ContactInformationElectionBuilder- Specified by:
getOrCreatePrimaryContactInformationin interfaceTransferInformationElection.TransferInformationElectionBuilder
-
setPartyReference
@RosettaAttribute("partyReference") @Accessor(SETTER) @Required @RuneAttribute("partyReference") public TransferInformationElection.TransferInformationElectionBuilder setPartyReference(CounterpartyRoleEnum _partyReference) - Specified by:
setPartyReferencein interfaceContactInformationElection.ContactInformationElectionBuilder- Specified by:
setPartyReferencein interfaceTransferInformationElection.TransferInformationElectionBuilder
-
setPrimaryContactInformation
@RosettaAttribute("primaryContactInformation") @Accessor(SETTER) @Required @RuneAttribute("primaryContactInformation") public TransferInformationElection.TransferInformationElectionBuilder setPrimaryContactInformation(TransferContactInformation _primaryContactInformation) - Specified by:
setPrimaryContactInformationin interfaceTransferInformationElection.TransferInformationElectionBuilder
-
setPrimaryContactInformation
@RosettaIgnore @RuneIgnore public TransferInformationElection.TransferInformationElectionBuilder setPrimaryContactInformation(ContactInformation _primaryContactInformation) - Specified by:
setPrimaryContactInformationin interfaceContactInformationElection.ContactInformationElectionBuilder- Specified by:
setPrimaryContactInformationin interfaceTransferInformationElection.TransferInformationElectionBuilder
-
build
Description copied from interface:TransferInformationElectionBuild Methods- Specified by:
buildin interfaceContactInformationElection- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
buildin interfaceTransferInformationElection
-
toBuilder
- Specified by:
toBuilderin interfaceContactInformationElection- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
toBuilderin interfaceTransferInformationElection
-
prune
- Specified by:
prunein interfaceContactInformationElection.ContactInformationElectionBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder- Specified by:
prunein interfaceTransferInformationElection.TransferInformationElectionBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public TransferInformationElection.TransferInformationElectionBuilder 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
-