public static final class CampaignInitiativeDetailsDataBean.WhenChoice
extends java.lang.Object
Constructor and Description |
---|
WhenChoice(java.util.Hashtable xml)
Constructs a when choice object using an XML document.
|
WhenChoice(java.lang.String action,
java.lang.String type,
java.lang.String value1,
java.lang.String value2)
Constructs a when choice object using separate values for each field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAction()
Gets the WHICH action.
|
java.lang.String |
getType()
Gets the WHICH type.
|
java.lang.String |
getValue1()
Gets the WHICH value 1.
|
java.lang.String |
getValue2()
Gets the WHICH value 2.
|
public WhenChoice(java.util.Hashtable xml)
public WhenChoice(java.lang.String action, java.lang.String type, java.lang.String value1, java.lang.String value2)
public java.lang.String getAction()
public java.lang.String getType()
public java.lang.String getValue1()
public java.lang.String getValue2()