Skip navigation links

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

E16598-03


com.flashline.registry.openapi.entity
Class SettingsDescriptor

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
SettingsDescriptor()
           
SettingsDescriptor(java.lang.String _default, java.lang.String description, java.lang.String displayName, java.lang.String feature, java.lang.String name, java.lang.String suggestedValue, java.lang.String type)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String get_default()
          Gets the _default value for this SettingsDescriptor.
 java.lang.String getDescription()
          Gets the description value for this SettingsDescriptor.
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 getDisplayName()
          Gets the displayName value for this SettingsDescriptor.
 java.lang.String getFeature()
          Gets the feature value for this SettingsDescriptor.
 java.lang.String getName()
          Gets the name value for this SettingsDescriptor.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSuggestedValue()
          Gets the suggestedValue value for this SettingsDescriptor.
 java.lang.String getType()
          Gets the type value for this SettingsDescriptor.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_default(java.lang.String _default)
          Sets the _default value for this SettingsDescriptor.
 void setDescription(java.lang.String description)
          Sets the description value for this SettingsDescriptor.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this SettingsDescriptor.
 void setFeature(java.lang.String feature)
          Sets the feature value for this SettingsDescriptor.
 void setName(java.lang.String name)
          Sets the name value for this SettingsDescriptor.
 void setSuggestedValue(java.lang.String suggestedValue)
          Sets the suggestedValue value for this SettingsDescriptor.
 void setType(java.lang.String type)
          Sets the type value for this SettingsDescriptor.

 

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

 

Constructor Detail

SettingsDescriptor

public SettingsDescriptor()

SettingsDescriptor

public SettingsDescriptor(java.lang.String _default,
                          java.lang.String description,
                          java.lang.String displayName,
                          java.lang.String feature,
                          java.lang.String name,
                          java.lang.String suggestedValue,
                          java.lang.String type)

Method Detail

get_default

public java.lang.String get_default()
Gets the _default value for this SettingsDescriptor.
Returns:
_default

set_default

public void set_default(java.lang.String _default)
Sets the _default value for this SettingsDescriptor.
Parameters:
_default -

getDescription

public java.lang.String getDescription()
Gets the description value for this SettingsDescriptor.
Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this SettingsDescriptor.
Parameters:
description -

getDisplayName

public java.lang.String getDisplayName()
Gets the displayName value for this SettingsDescriptor.
Returns:
displayName

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the displayName value for this SettingsDescriptor.
Parameters:
displayName -

getFeature

public java.lang.String getFeature()
Gets the feature value for this SettingsDescriptor.
Returns:
feature

setFeature

public void setFeature(java.lang.String feature)
Sets the feature value for this SettingsDescriptor.
Parameters:
feature -

getName

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

setName

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

getSuggestedValue

public java.lang.String getSuggestedValue()
Gets the suggestedValue value for this SettingsDescriptor.
Returns:
suggestedValue

setSuggestedValue

public void setSuggestedValue(java.lang.String suggestedValue)
Sets the suggestedValue value for this SettingsDescriptor.
Parameters:
suggestedValue -

getType

public java.lang.String getType()
Gets the type value for this SettingsDescriptor.
Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this SettingsDescriptor.
Parameters:
type -

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.5.0)

E16598-03


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