Package org.isda.cdm
Class DeliveryAmount.DeliveryAmountBuilder
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObjectBuilder
-
- org.isda.cdm.DeliveryAmount.DeliveryAmountBuilder
-
- Enclosing class:
- DeliveryAmount
public static class DeliveryAmount.DeliveryAmountBuilder extends com.rosetta.model.lib.RosettaModelObjectBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
customElection
protected DeliveryAmountElectionEnum
standardElection
-
Constructor Summary
Constructors Constructor Description DeliveryAmountBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliveryAmount
build()
boolean
equals(java.lang.Object o)
java.lang.String
getCustomElection()
DeliveryAmountElectionEnum
getStandardElection()
boolean
hasData()
int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends DeliveryAmount>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor)
DeliveryAmount.DeliveryAmountBuilder
prune()
DeliveryAmount.DeliveryAmountBuilder
setCustomElection(java.lang.String customElection)
DeliveryAmount.DeliveryAmountBuilder
setStandardElection(DeliveryAmountElectionEnum standardElection)
java.lang.String
toString()
-
-
-
Field Detail
-
customElection
protected java.lang.String customElection
-
standardElection
protected DeliveryAmountElectionEnum standardElection
-
-
Method Detail
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends DeliveryAmount> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
getCustomElection
public java.lang.String getCustomElection()
-
getStandardElection
public DeliveryAmountElectionEnum getStandardElection()
-
setCustomElection
public DeliveryAmount.DeliveryAmountBuilder setCustomElection(java.lang.String customElection)
-
setStandardElection
public DeliveryAmount.DeliveryAmountBuilder setStandardElection(DeliveryAmountElectionEnum standardElection)
-
build
public DeliveryAmount build()
- Specified by:
build
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
public DeliveryAmount.DeliveryAmountBuilder 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
-
-