Package cdm.legaldocumentation.common
Interface ContactInformationElection
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ContactInformationElection.ContactInformationElectionBuilder,NoticeInformationElection,NoticeInformationElection.NoticeInformationElectionBuilder,ProcessAgentElection,ProcessAgentElection.ProcessAgentElectionBuilder,TransferInformationElection,TransferInformationElection.TransferInformationElectionBuilder
- All Known Implementing Classes:
ContactInformationElection.ContactInformationElectionBuilderImpl,ContactInformationElection.ContactInformationElectionImpl,NoticeInformationElection.NoticeInformationElectionBuilderImpl,NoticeInformationElection.NoticeInformationElectionImpl,ProcessAgentElection.ProcessAgentElectionBuilderImpl,ProcessAgentElection.ProcessAgentElectionImpl,TransferInformationElection.TransferInformationElectionBuilderImpl,TransferInformationElection.TransferInformationElectionImpl
@RosettaDataType(value="ContactInformationElection",
builder=ContactInformationElectionBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="ContactInformationElection",
model="cdm",
builder=ContactInformationElectionBuilderImpl.class,
version="7.0.0-dev.105")
public interface ContactInformationElection
extends com.rosetta.model.lib.RosettaModelObject
Specifies the party reference and the associated contact information.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ContactInformationElectionstatic classImmutable Implementation of ContactInformationElection -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The party to which the election and details apply.The main notice/address information of the party.default Class<? extends ContactInformationElection> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ContactInformationElection> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getPartyReference
CounterpartyRoleEnum getPartyReference()The party to which the election and details apply. -
getPrimaryContactInformation
ContactInformation getPrimaryContactInformation()The main notice/address information of the party. -
build
ContactInformationElection build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-