gov.nih.nci.cagrid.introduce.beans.extension
Class AuthorizationExtensionDescriptionType

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

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

See Also:
Serialized Form

Constructor Summary
AuthorizationExtensionDescriptionType()
           
AuthorizationExtensionDescriptionType(java.lang.String displayName, java.lang.String methodAuthorizationPanel, java.lang.String name, Properties properties, java.lang.String serviceAuthorizationPanel)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 AuthorizationExtensionDescriptionType.
 java.lang.String getMethodAuthorizationPanel()
          Gets the methodAuthorizationPanel value for this AuthorizationExtensionDescriptionType.
 java.lang.String getName()
          Gets the name value for this AuthorizationExtensionDescriptionType.
 Properties getProperties()
          Gets the properties value for this AuthorizationExtensionDescriptionType.
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 getServiceAuthorizationPanel()
          Gets the serviceAuthorizationPanel value for this AuthorizationExtensionDescriptionType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this AuthorizationExtensionDescriptionType.
 void setMethodAuthorizationPanel(java.lang.String methodAuthorizationPanel)
          Sets the methodAuthorizationPanel value for this AuthorizationExtensionDescriptionType.
 void setName(java.lang.String name)
          Sets the name value for this AuthorizationExtensionDescriptionType.
 void setProperties(Properties properties)
          Sets the properties value for this AuthorizationExtensionDescriptionType.
 void setServiceAuthorizationPanel(java.lang.String serviceAuthorizationPanel)
          Sets the serviceAuthorizationPanel value for this AuthorizationExtensionDescriptionType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationExtensionDescriptionType

public AuthorizationExtensionDescriptionType()

AuthorizationExtensionDescriptionType

public AuthorizationExtensionDescriptionType(java.lang.String displayName,
                                             java.lang.String methodAuthorizationPanel,
                                             java.lang.String name,
                                             Properties properties,
                                             java.lang.String serviceAuthorizationPanel)
Method Detail

getServiceAuthorizationPanel

public java.lang.String getServiceAuthorizationPanel()
Gets the serviceAuthorizationPanel value for this AuthorizationExtensionDescriptionType.

Returns:
serviceAuthorizationPanel

setServiceAuthorizationPanel

public void setServiceAuthorizationPanel(java.lang.String serviceAuthorizationPanel)
Sets the serviceAuthorizationPanel value for this AuthorizationExtensionDescriptionType.

Parameters:
serviceAuthorizationPanel -

getMethodAuthorizationPanel

public java.lang.String getMethodAuthorizationPanel()
Gets the methodAuthorizationPanel value for this AuthorizationExtensionDescriptionType.

Returns:
methodAuthorizationPanel

setMethodAuthorizationPanel

public void setMethodAuthorizationPanel(java.lang.String methodAuthorizationPanel)
Sets the methodAuthorizationPanel value for this AuthorizationExtensionDescriptionType.

Parameters:
methodAuthorizationPanel -

getProperties

public Properties getProperties()
Gets the properties value for this AuthorizationExtensionDescriptionType.

Returns:
properties

setProperties

public void setProperties(Properties properties)
Sets the properties value for this AuthorizationExtensionDescriptionType.

Parameters:
properties -

getDisplayName

public java.lang.String getDisplayName()
Gets the displayName value for this AuthorizationExtensionDescriptionType.

Returns:
displayName

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the displayName value for this AuthorizationExtensionDescriptionType.

Parameters:
displayName -

getName

public java.lang.String getName()
Gets the name value for this AuthorizationExtensionDescriptionType.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this AuthorizationExtensionDescriptionType.

Parameters:
name -

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