gov.nih.nci.cagrid.introduce.beans.service
Class ResourceFrameworkOptions

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.beans.service.ResourceFrameworkOptions
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ResourceFrameworkOptions()
           
ResourceFrameworkOptions(Custom custom, Identifiable identifiable, Lifetime lifetime, Main main, Notification notification, Persistent persistent, ResourcePropertyManagement resourcePropertyManagement, Secure secure, Singleton singleton)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Custom getCustom()
          Gets the custom value for this ResourceFrameworkOptions.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Identifiable getIdentifiable()
          Gets the identifiable value for this ResourceFrameworkOptions.
 Lifetime getLifetime()
          Gets the lifetime value for this ResourceFrameworkOptions.
 Main getMain()
          Gets the main value for this ResourceFrameworkOptions.
 Notification getNotification()
          Gets the notification value for this ResourceFrameworkOptions.
 Persistent getPersistent()
          Gets the persistent value for this ResourceFrameworkOptions.
 ResourcePropertyManagement getResourcePropertyManagement()
          Gets the resourcePropertyManagement value for this ResourceFrameworkOptions.
 Secure getSecure()
          Gets the secure value for this ResourceFrameworkOptions.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Singleton getSingleton()
          Gets the singleton value for this ResourceFrameworkOptions.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCustom(Custom custom)
          Sets the custom value for this ResourceFrameworkOptions.
 void setIdentifiable(Identifiable identifiable)
          Sets the identifiable value for this ResourceFrameworkOptions.
 void setLifetime(Lifetime lifetime)
          Sets the lifetime value for this ResourceFrameworkOptions.
 void setMain(Main main)
          Sets the main value for this ResourceFrameworkOptions.
 void setNotification(Notification notification)
          Sets the notification value for this ResourceFrameworkOptions.
 void setPersistent(Persistent persistent)
          Sets the persistent value for this ResourceFrameworkOptions.
 void setResourcePropertyManagement(ResourcePropertyManagement resourcePropertyManagement)
          Sets the resourcePropertyManagement value for this ResourceFrameworkOptions.
 void setSecure(Secure secure)
          Sets the secure value for this ResourceFrameworkOptions.
 void setSingleton(Singleton singleton)
          Sets the singleton value for this ResourceFrameworkOptions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceFrameworkOptions

public ResourceFrameworkOptions()

ResourceFrameworkOptions

public ResourceFrameworkOptions(Custom custom,
                                Identifiable identifiable,
                                Lifetime lifetime,
                                Main main,
                                Notification notification,
                                Persistent persistent,
                                ResourcePropertyManagement resourcePropertyManagement,
                                Secure secure,
                                Singleton singleton)
Method Detail

getMain

public Main getMain()
Gets the main value for this ResourceFrameworkOptions.

Returns:
main

setMain

public void setMain(Main main)
Sets the main value for this ResourceFrameworkOptions.

Parameters:
main -

getCustom

public Custom getCustom()
Gets the custom value for this ResourceFrameworkOptions.

Returns:
custom

setCustom

public void setCustom(Custom custom)
Sets the custom value for this ResourceFrameworkOptions.

Parameters:
custom -

getSingleton

public Singleton getSingleton()
Gets the singleton value for this ResourceFrameworkOptions.

Returns:
singleton

setSingleton

public void setSingleton(Singleton singleton)
Sets the singleton value for this ResourceFrameworkOptions.

Parameters:
singleton -

getLifetime

public Lifetime getLifetime()
Gets the lifetime value for this ResourceFrameworkOptions.

Returns:
lifetime

setLifetime

public void setLifetime(Lifetime lifetime)
Sets the lifetime value for this ResourceFrameworkOptions.

Parameters:
lifetime -

getIdentifiable

public Identifiable getIdentifiable()
Gets the identifiable value for this ResourceFrameworkOptions.

Returns:
identifiable

setIdentifiable

public void setIdentifiable(Identifiable identifiable)
Sets the identifiable value for this ResourceFrameworkOptions.

Parameters:
identifiable -

getPersistent

public Persistent getPersistent()
Gets the persistent value for this ResourceFrameworkOptions.

Returns:
persistent

setPersistent

public void setPersistent(Persistent persistent)
Sets the persistent value for this ResourceFrameworkOptions.

Parameters:
persistent -

getNotification

public Notification getNotification()
Gets the notification value for this ResourceFrameworkOptions.

Returns:
notification

setNotification

public void setNotification(Notification notification)
Sets the notification value for this ResourceFrameworkOptions.

Parameters:
notification -

getSecure

public Secure getSecure()
Gets the secure value for this ResourceFrameworkOptions.

Returns:
secure

setSecure

public void setSecure(Secure secure)
Sets the secure value for this ResourceFrameworkOptions.

Parameters:
secure -

getResourcePropertyManagement

public ResourcePropertyManagement getResourcePropertyManagement()
Gets the resourcePropertyManagement value for this ResourceFrameworkOptions.

Returns:
resourcePropertyManagement

setResourcePropertyManagement

public void setResourcePropertyManagement(ResourcePropertyManagement resourcePropertyManagement)
Sets the resourcePropertyManagement value for this ResourceFrameworkOptions.

Parameters:
resourcePropertyManagement -

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