Package cdm.legaldocumentation.common
Interface AddressForNotices
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AddressForNotices.AddressForNoticesBuilder
- All Known Implementing Classes:
AddressForNotices.AddressForNoticesBuilderImpl,AddressForNotices.AddressForNoticesImpl
@RosettaDataType(value="AddressForNotices",
builder=AddressForNoticesBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="AddressForNotices",
model="cdm",
builder=AddressForNoticesBuilderImpl.class,
version="5.30.0")
public interface AddressForNotices
extends com.rosetta.model.lib.RosettaModelObject
Specification of the address and other details for notices.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AddressForNoticesstatic classImmutable Implementation of AddressForNotices -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends PartyContactInformation> The optional specification of additional information when a party requires notices to be delivered to more than one address.Specification of primary notice detailsdefault Class<? extends AddressForNotices> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AddressForNotices> 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
-
getPrimaryNotices
ContactElection getPrimaryNotices()Specification of primary notice details -
getAdditionalNotices
List<? extends PartyContactInformation> getAdditionalNotices()The optional specification of additional information when a party requires notices to be delivered to more than one address. -
build
AddressForNotices build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
AddressForNotices.AddressForNoticesBuilder 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
-