Package cdm.legaldocumentation.csa
Interface ProcessAgentElection
- All Superinterfaces:
ContactInformationElection,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ProcessAgentElection.ProcessAgentElectionBuilder
- All Known Implementing Classes:
ProcessAgentElection.ProcessAgentElectionBuilderImpl,ProcessAgentElection.ProcessAgentElectionImpl
@RosettaDataType(value="ProcessAgentElection",
builder=ProcessAgentElectionBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="ProcessAgentElection",
model="cdm",
builder=ProcessAgentElectionBuilderImpl.class,
version="7.0.0-dev.105")
public interface ProcessAgentElection
extends ContactInformationElection
Specifies the parties' respective elections with respect to the Process Agent.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ProcessAgentElectionstatic classImmutable Implementation of ProcessAgentElectionNested 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()Additional information relating to the Process Agent.Specification of the process agent entity.The qualification of whether the Process Agent is applicable (True) or not applicable (False).default Class<? extends ProcessAgentElection> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ProcessAgentElection> 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
getPartyReference, getPrimaryContactInformationMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getIsApplicable
Boolean getIsApplicable()The qualification of whether the Process Agent is applicable (True) or not applicable (False). -
getEntity
LegalEntity getEntity()Specification of the process agent entity. -
getAdditionalInformation
String getAdditionalInformation()Additional information relating to the Process Agent. -
build
ProcessAgentElection build()Build Methods- Specified by:
buildin interfaceContactInformationElection- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ProcessAgentElection.ProcessAgentElectionBuilder 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
-