Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1)

E16598-01


com.flashline.registry.openapi.entity
Class SettingValue

java.lang.Object
  extended by com.flashline.registry.openapi.entity.SettingValue

All Implemented Interfaces:
java.io.Serializable

public class SettingValue
extends java.lang.Object
implements java.io.Serializable

Contains the actual value for the specified setting.

See Also:
Serialized Form

Constructor Summary
SettingValue()
           
SettingValue(boolean booleanValue, SettingsDescriptor descriptor, double doubleValue, boolean _false, float floatValue, int intValue, java.util.Calendar loadTime, long longValue, SettingsSection section, boolean _true, java.lang.String value)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 SettingsDescriptor getDescriptor()
          Gets the descriptor value for this SettingValue.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 double getDoubleValue()
          Gets the doubleValue value for this SettingValue.
 float getFloatValue()
          Gets the floatValue value for this SettingValue.
 int getIntValue()
          Gets the intValue value for this SettingValue.
 java.util.Calendar getLoadTime()
          Gets the loadTime value for this SettingValue.
 long getLongValue()
          Gets the longValue value for this SettingValue.
 SettingsSection getSection()
          Gets the section value for this SettingValue.
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 getValue()
          Gets the value value for this SettingValue.
 int hashCode()
           
 boolean is_false()
          Gets the _false value for this SettingValue.
 boolean is_true()
          Gets the _true value for this SettingValue.
 boolean isBooleanValue()
          Gets the booleanValue value for this SettingValue.
 void set_false(boolean _false)
          Sets the _false value for this SettingValue.
 void set_true(boolean _true)
          Sets the _true value for this SettingValue.
 void setBooleanValue(boolean booleanValue)
          Sets the booleanValue value for this SettingValue.
 void setDescriptor(SettingsDescriptor descriptor)
          Sets the descriptor value for this SettingValue.
 void setDoubleValue(double doubleValue)
          Sets the doubleValue value for this SettingValue.
 void setFloatValue(float floatValue)
          Sets the floatValue value for this SettingValue.
 void setIntValue(int intValue)
          Sets the intValue value for this SettingValue.
 void setLoadTime(java.util.Calendar loadTime)
          Sets the loadTime value for this SettingValue.
 void setLongValue(long longValue)
          Sets the longValue value for this SettingValue.
 void setSection(SettingsSection section)
          Sets the section value for this SettingValue.
 void setValue(java.lang.String value)
          Sets the value value for this SettingValue.

 

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

 

Constructor Detail

SettingValue

public SettingValue()

SettingValue

public SettingValue(boolean booleanValue,
                    SettingsDescriptor descriptor,
                    double doubleValue,
                    boolean _false,
                    float floatValue,
                    int intValue,
                    java.util.Calendar loadTime,
                    long longValue,
                    SettingsSection section,
                    boolean _true,
                    java.lang.String value)

Method Detail

isBooleanValue

public boolean isBooleanValue()
Gets the booleanValue value for this SettingValue.
Returns:
booleanValue

setBooleanValue

public void setBooleanValue(boolean booleanValue)
Sets the booleanValue value for this SettingValue.
Parameters:
booleanValue -

getDescriptor

public SettingsDescriptor getDescriptor()
Gets the descriptor value for this SettingValue.
Returns:
descriptor

setDescriptor

public void setDescriptor(SettingsDescriptor descriptor)
Sets the descriptor value for this SettingValue.
Parameters:
descriptor -

getDoubleValue

public double getDoubleValue()
Gets the doubleValue value for this SettingValue.
Returns:
doubleValue

setDoubleValue

public void setDoubleValue(double doubleValue)
Sets the doubleValue value for this SettingValue.
Parameters:
doubleValue -

is_false

public boolean is_false()
Gets the _false value for this SettingValue.
Returns:
_false

set_false

public void set_false(boolean _false)
Sets the _false value for this SettingValue.
Parameters:
_false -

getFloatValue

public float getFloatValue()
Gets the floatValue value for this SettingValue.
Returns:
floatValue

setFloatValue

public void setFloatValue(float floatValue)
Sets the floatValue value for this SettingValue.
Parameters:
floatValue -

getIntValue

public int getIntValue()
Gets the intValue value for this SettingValue.
Returns:
intValue

setIntValue

public void setIntValue(int intValue)
Sets the intValue value for this SettingValue.
Parameters:
intValue -

getLoadTime

public java.util.Calendar getLoadTime()
Gets the loadTime value for this SettingValue.
Returns:
loadTime

setLoadTime

public void setLoadTime(java.util.Calendar loadTime)
Sets the loadTime value for this SettingValue.
Parameters:
loadTime -

getLongValue

public long getLongValue()
Gets the longValue value for this SettingValue.
Returns:
longValue

setLongValue

public void setLongValue(long longValue)
Sets the longValue value for this SettingValue.
Parameters:
longValue -

getSection

public SettingsSection getSection()
Gets the section value for this SettingValue.
Returns:
section

setSection

public void setSection(SettingsSection section)
Sets the section value for this SettingValue.
Parameters:
section -

is_true

public boolean is_true()
Gets the _true value for this SettingValue.
Returns:
_true

set_true

public void set_true(boolean _true)
Sets the _true value for this SettingValue.
Parameters:
_true -

getValue

public java.lang.String getValue()
Gets the value value for this SettingValue.
Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value value for this SettingValue.
Parameters:
value -

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 Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1)

E16598-01


Copyright © 2004-2010, Oracle and/or its affiliates. All rights reserved.