Package org.isda.cdm
Class CreditEventNotice.CreditEventNoticeBuilder
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObjectBuilder
-
- org.isda.cdm.CreditEventNotice.CreditEventNoticeBuilder
-
- Enclosing class:
- CreditEventNotice
public static class CreditEventNotice.CreditEventNoticeBuilder extends com.rosetta.model.lib.RosettaModelObjectBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected BusinessCenterEnum
businessCenter
protected NotifyingParty.NotifyingPartyBuilder
notifyingParty
protected PubliclyAvailableInformation.PubliclyAvailableInformationBuilder
publiclyAvailableInformation
-
Constructor Summary
Constructors Constructor Description CreditEventNoticeBuilder()
-
Method Summary
-
-
-
Field Detail
-
businessCenter
protected BusinessCenterEnum businessCenter
-
notifyingParty
protected NotifyingParty.NotifyingPartyBuilder notifyingParty
-
publiclyAvailableInformation
protected PubliclyAvailableInformation.PubliclyAvailableInformationBuilder publiclyAvailableInformation
-
-
Method Detail
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends CreditEventNotice> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
getBusinessCenter
public BusinessCenterEnum getBusinessCenter()
-
getNotifyingParty
public NotifyingParty.NotifyingPartyBuilder getNotifyingParty()
-
getOrCreateNotifyingParty
public NotifyingParty.NotifyingPartyBuilder getOrCreateNotifyingParty()
-
getPubliclyAvailableInformation
public PubliclyAvailableInformation.PubliclyAvailableInformationBuilder getPubliclyAvailableInformation()
-
getOrCreatePubliclyAvailableInformation
public PubliclyAvailableInformation.PubliclyAvailableInformationBuilder getOrCreatePubliclyAvailableInformation()
-
setBusinessCenter
public CreditEventNotice.CreditEventNoticeBuilder setBusinessCenter(BusinessCenterEnum businessCenter)
-
setNotifyingParty
public CreditEventNotice.CreditEventNoticeBuilder setNotifyingParty(NotifyingParty notifyingParty)
-
setNotifyingPartyBuilder
public CreditEventNotice.CreditEventNoticeBuilder setNotifyingPartyBuilder(NotifyingParty.NotifyingPartyBuilder notifyingParty)
-
setPubliclyAvailableInformation
public CreditEventNotice.CreditEventNoticeBuilder setPubliclyAvailableInformation(PubliclyAvailableInformation publiclyAvailableInformation)
-
setPubliclyAvailableInformationBuilder
public CreditEventNotice.CreditEventNoticeBuilder setPubliclyAvailableInformationBuilder(PubliclyAvailableInformation.PubliclyAvailableInformationBuilder publiclyAvailableInformation)
-
build
public CreditEventNotice build()
- Specified by:
build
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
public CreditEventNotice.CreditEventNoticeBuilder prune()
- Specified by:
prune
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()
- Specified by:
hasData
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-