Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E22256-01


oracle.xdo.service.v2
Class ParamNameValue

java.lang.Object
  extended by oracle.xdo.service.v2.ParamNameValue

All Implemented Interfaces:
java.io.Serializable

public class ParamNameValue
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
ParamNameValue()
           
ParamNameValue(java.lang.String UIType, java.lang.String dataType, java.lang.String dateFormatString, java.lang.String dateFrom, java.lang.String dateTo, java.lang.String defaultValue, java.lang.String fieldSize, java.lang.String label, java.lang.String[] lovLabels, boolean multiValuesAllowed, java.lang.String name, boolean refreshParamOnChange, boolean selectAll, boolean templateParam, boolean useNullForAll, java.lang.String[] values)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDataType()
          Gets the dataType value for this ParamNameValue.
 java.lang.String getDateFormatString()
          Gets the dateFormatString value for this ParamNameValue.
 java.lang.String getDateFrom()
          Gets the dateFrom value for this ParamNameValue.
 java.lang.String getDateTo()
          Gets the dateTo value for this ParamNameValue.
 java.lang.String getDefaultValue()
          Gets the defaultValue value for this ParamNameValue.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getFieldSize()
          Gets the fieldSize value for this ParamNameValue.
 java.lang.String getLabel()
          Gets the label value for this ParamNameValue.
 java.lang.String[] getLovLabels()
          Gets the lovLabels value for this ParamNameValue.
 java.lang.String getName()
          Gets the name value for this ParamNameValue.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUIType()
          Gets the UIType value for this ParamNameValue.
 java.lang.String[] getValues()
          Gets the values value for this ParamNameValue.
 int hashCode()
           
 boolean isMultiValuesAllowed()
          Gets the multiValuesAllowed value for this ParamNameValue.
 boolean isRefreshParamOnChange()
          Gets the refreshParamOnChange value for this ParamNameValue.
 boolean isSelectAll()
          Gets the selectAll value for this ParamNameValue.
 boolean isTemplateParam()
          Gets the templateParam value for this ParamNameValue.
 boolean isUseNullForAll()
          Gets the useNullForAll value for this ParamNameValue.
 void setDataType(java.lang.String dataType)
          Sets the dataType value for this ParamNameValue.
 void setDateFormatString(java.lang.String dateFormatString)
          Sets the dateFormatString value for this ParamNameValue.
 void setDateFrom(java.lang.String dateFrom)
          Sets the dateFrom value for this ParamNameValue.
 void setDateTo(java.lang.String dateTo)
          Sets the dateTo value for this ParamNameValue.
 void setDefaultValue(java.lang.String defaultValue)
          Sets the defaultValue value for this ParamNameValue.
 void setFieldSize(java.lang.String fieldSize)
          Sets the fieldSize value for this ParamNameValue.
 void setLabel(java.lang.String label)
          Sets the label value for this ParamNameValue.
 void setLovLabels(java.lang.String[] lovLabels)
          Sets the lovLabels value for this ParamNameValue.
 void setMultiValuesAllowed(boolean multiValuesAllowed)
          Sets the multiValuesAllowed value for this ParamNameValue.
 void setName(java.lang.String name)
          Sets the name value for this ParamNameValue.
 void setRefreshParamOnChange(boolean refreshParamOnChange)
          Sets the refreshParamOnChange value for this ParamNameValue.
 void setSelectAll(boolean selectAll)
          Sets the selectAll value for this ParamNameValue.
 void setTemplateParam(boolean templateParam)
          Sets the templateParam value for this ParamNameValue.
 void setUIType(java.lang.String UIType)
          Sets the UIType value for this ParamNameValue.
 void setUseNullForAll(boolean useNullForAll)
          Sets the useNullForAll value for this ParamNameValue.
 void setValues(java.lang.String[] values)
          Sets the values value for this ParamNameValue.

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ParamNameValue

public ParamNameValue()

ParamNameValue

public ParamNameValue(java.lang.String UIType,
                      java.lang.String dataType,
                      java.lang.String dateFormatString,
                      java.lang.String dateFrom,
                      java.lang.String dateTo,
                      java.lang.String defaultValue,
                      java.lang.String fieldSize,
                      java.lang.String label,
                      java.lang.String[] lovLabels,
                      boolean multiValuesAllowed,
                      java.lang.String name,
                      boolean refreshParamOnChange,
                      boolean selectAll,
                      boolean templateParam,
                      boolean useNullForAll,
                      java.lang.String[] values)

Method Detail

getUIType

public java.lang.String getUIType()
Gets the UIType value for this ParamNameValue.
Returns:
UIType

setUIType

public void setUIType(java.lang.String UIType)
Sets the UIType value for this ParamNameValue.
Parameters:
UIType -

getDataType

public java.lang.String getDataType()
Gets the dataType value for this ParamNameValue.
Returns:
dataType

setDataType

public void setDataType(java.lang.String dataType)
Sets the dataType value for this ParamNameValue.
Parameters:
dataType -

getDateFormatString

public java.lang.String getDateFormatString()
Gets the dateFormatString value for this ParamNameValue.
Returns:
dateFormatString

setDateFormatString

public void setDateFormatString(java.lang.String dateFormatString)
Sets the dateFormatString value for this ParamNameValue.
Parameters:
dateFormatString -

getDateFrom

public java.lang.String getDateFrom()
Gets the dateFrom value for this ParamNameValue.
Returns:
dateFrom

setDateFrom

public void setDateFrom(java.lang.String dateFrom)
Sets the dateFrom value for this ParamNameValue.
Parameters:
dateFrom -

getDateTo

public java.lang.String getDateTo()
Gets the dateTo value for this ParamNameValue.
Returns:
dateTo

setDateTo

public void setDateTo(java.lang.String dateTo)
Sets the dateTo value for this ParamNameValue.
Parameters:
dateTo -

getDefaultValue

public java.lang.String getDefaultValue()
Gets the defaultValue value for this ParamNameValue.
Returns:
defaultValue

setDefaultValue

public void setDefaultValue(java.lang.String defaultValue)
Sets the defaultValue value for this ParamNameValue.
Parameters:
defaultValue -

getFieldSize

public java.lang.String getFieldSize()
Gets the fieldSize value for this ParamNameValue.
Returns:
fieldSize

setFieldSize

public void setFieldSize(java.lang.String fieldSize)
Sets the fieldSize value for this ParamNameValue.
Parameters:
fieldSize -

getLabel

public java.lang.String getLabel()
Gets the label value for this ParamNameValue.
Returns:
label

setLabel

public void setLabel(java.lang.String label)
Sets the label value for this ParamNameValue.
Parameters:
label -

getLovLabels

public java.lang.String[] getLovLabels()
Gets the lovLabels value for this ParamNameValue.
Returns:
lovLabels

setLovLabels

public void setLovLabels(java.lang.String[] lovLabels)
Sets the lovLabels value for this ParamNameValue.
Parameters:
lovLabels -

isMultiValuesAllowed

public boolean isMultiValuesAllowed()
Gets the multiValuesAllowed value for this ParamNameValue.
Returns:
multiValuesAllowed

setMultiValuesAllowed

public void setMultiValuesAllowed(boolean multiValuesAllowed)
Sets the multiValuesAllowed value for this ParamNameValue.
Parameters:
multiValuesAllowed -

getName

public java.lang.String getName()
Gets the name value for this ParamNameValue.
Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ParamNameValue.
Parameters:
name -

isRefreshParamOnChange

public boolean isRefreshParamOnChange()
Gets the refreshParamOnChange value for this ParamNameValue.
Returns:
refreshParamOnChange

setRefreshParamOnChange

public void setRefreshParamOnChange(boolean refreshParamOnChange)
Sets the refreshParamOnChange value for this ParamNameValue.
Parameters:
refreshParamOnChange -

isSelectAll

public boolean isSelectAll()
Gets the selectAll value for this ParamNameValue.
Returns:
selectAll

setSelectAll

public void setSelectAll(boolean selectAll)
Sets the selectAll value for this ParamNameValue.
Parameters:
selectAll -

isTemplateParam

public boolean isTemplateParam()
Gets the templateParam value for this ParamNameValue.
Returns:
templateParam

setTemplateParam

public void setTemplateParam(boolean templateParam)
Sets the templateParam value for this ParamNameValue.
Parameters:
templateParam -

isUseNullForAll

public boolean isUseNullForAll()
Gets the useNullForAll value for this ParamNameValue.
Returns:
useNullForAll

setUseNullForAll

public void setUseNullForAll(boolean useNullForAll)
Sets the useNullForAll value for this ParamNameValue.
Parameters:
useNullForAll -

getValues

public java.lang.String[] getValues()
Gets the values value for this ParamNameValue.
Returns:
values

setValues

public void setValues(java.lang.String[] values)
Sets the values value for this ParamNameValue.
Parameters:
values -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E22256-01


Copyright © 2010, 2011, Oracle. All rights reserved.