public class CoherenceInitParamBinding extends Object implements oracle.fmwplatform.envspec.common.ContainerAware<CoherenceModuleBinding>, oracle.fmwplatform.util.validation.ValidationParticipant
Modifier and Type | Field and Description |
---|---|
static String |
COHERENCE_IA_INIT_PARAM_TOKEN |
Constructor and Description |
---|
CoherenceInitParamBinding() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name.
|
String |
getParamType()
Get the type.
|
String |
getParamValue()
Get the value.
|
CoherenceModuleBinding |
getParent()
Returns the object that contains this entity
|
CoherenceInitParamBinding |
setName(String name)
Set the name.
|
CoherenceInitParamBinding |
setParamType(String paramType)
Set the type.
|
CoherenceInitParamBinding |
setParamValue(String paramValue)
Set the value.
|
CoherenceInitParamBinding |
setParent(CoherenceModuleBinding parentContainer)
Sets the container object that contains this.
|
String |
toCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toJsonCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toJsonString()
Returns a string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in XML format.
|
String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toXmlString()
Returns a string representation of the object in XML format.
|
void |
validate(oracle.fmwplatform.util.validation.Validate validate) |
public static final String COHERENCE_IA_INIT_PARAM_TOKEN
public String getName()
public CoherenceInitParamBinding setName(String name)
name
- the new namepublic String getParamType()
public CoherenceInitParamBinding setParamType(String paramType)
paramType
- the new typepublic String getParamValue()
public CoherenceInitParamBinding setParamValue(String paramValue)
paramValue
- the new valuepublic CoherenceModuleBinding getParent()
getParent
in interface oracle.fmwplatform.envspec.common.ContainerAware<CoherenceModuleBinding>
public CoherenceInitParamBinding setParent(CoherenceModuleBinding parentContainer)
setParent
in interface oracle.fmwplatform.envspec.common.ContainerAware<CoherenceModuleBinding>
parentContainer
- the parent containerpublic void validate(oracle.fmwplatform.util.validation.Validate validate)
validate
in interface oracle.fmwplatform.util.validation.ValidationParticipant
public String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()