Package cdm.legaldocumentation.common
Interface NoticeInformationElection
- All Superinterfaces:
ContactInformationElection,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
NoticeInformationElection.NoticeInformationElectionBuilder
- All Known Implementing Classes:
NoticeInformationElection.NoticeInformationElectionBuilderImpl,NoticeInformationElection.NoticeInformationElectionImpl
@RosettaDataType(value="NoticeInformationElection",
builder=NoticeInformationElectionBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="NoticeInformationElection",
model="cdm",
builder=NoticeInformationElectionBuilderImpl.class,
version="7.0.0-dev.105")
public interface NoticeInformationElection
extends ContactInformationElection
Specifies the party reference and the associated notice and contact information.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of NoticeInformationElectionstatic classImmutable Implementation of NoticeInformationElectionNested classes/interfaces inherited from interface cdm.legaldocumentation.common.ContactInformationElection
ContactInformationElection.ContactInformationElectionBuilder, ContactInformationElection.ContactInformationElectionBuilderImpl, ContactInformationElection.ContactInformationElectionImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends NoticeContactInformation> Additional notice/address information of the party.The main notice/address information of the party.default Class<? extends NoticeInformationElection> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends NoticeInformationElection> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.legaldocumentation.common.ContactInformationElection
getPartyReferenceMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getPrimaryContactInformation
NoticeContactInformation getPrimaryContactInformation()The main notice/address information of the party.- Specified by:
getPrimaryContactInformationin interfaceContactInformationElection
-
getAdditionalContactInformation
List<? extends NoticeContactInformation> getAdditionalContactInformation()Additional notice/address information of the party. -
build
NoticeInformationElection build()Build Methods- Specified by:
buildin interfaceContactInformationElection- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceContactInformationElection- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfaceContactInformationElection- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfaceContactInformationElection- 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 interfaceContactInformationElection- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-