org.globus.mds.webmdsConfig
Class WebmdsConfigType

java.lang.Object
  extended byorg.globus.mds.webmdsConfig.WebmdsConfigType
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, java.io.Serializable

public class WebmdsConfigType
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.AnyContentType

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.message.MessageElement[] _any
           
private  java.lang.String className
           
private  java.lang.String contentType
           
private  java.lang.String description
           
private  NamedParamType[] parameter
           
private  java.lang.Boolean suitableForXSL
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
WebmdsConfigType()
           
WebmdsConfigType(org.apache.axis.message.MessageElement[] _any, java.lang.String className, java.lang.String contentType, java.lang.String description, NamedParamType[] parameter, java.lang.Boolean suitableForXSL)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this WebmdsConfigType.
 java.lang.String getClassName()
          Gets the className value for this WebmdsConfigType.
 java.lang.String getContentType()
          Gets the contentType value for this WebmdsConfigType.
 java.lang.String getDescription()
          Gets the description value for this WebmdsConfigType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 NamedParamType[] getParameter()
          Gets the parameter value for this WebmdsConfigType.
 NamedParamType getParameter(int i)
           
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.Boolean getSuitableForXSL()
          Gets the suitableForXSL value for this WebmdsConfigType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this WebmdsConfigType.
 void setClassName(java.lang.String className)
          Sets the className value for this WebmdsConfigType.
 void setContentType(java.lang.String contentType)
          Sets the contentType value for this WebmdsConfigType.
 void setDescription(java.lang.String description)
          Sets the description value for this WebmdsConfigType.
 void setParameter(int i, NamedParamType _value)
           
 void setParameter(NamedParamType[] parameter)
          Sets the parameter value for this WebmdsConfigType.
 void setSuitableForXSL(java.lang.Boolean suitableForXSL)
          Sets the suitableForXSL value for this WebmdsConfigType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

private java.lang.String description

className

private java.lang.String className

contentType

private java.lang.String contentType

suitableForXSL

private java.lang.Boolean suitableForXSL

parameter

private NamedParamType[] parameter

_any

private org.apache.axis.message.MessageElement[] _any

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

WebmdsConfigType

public WebmdsConfigType()

WebmdsConfigType

public WebmdsConfigType(org.apache.axis.message.MessageElement[] _any,
                        java.lang.String className,
                        java.lang.String contentType,
                        java.lang.String description,
                        NamedParamType[] parameter,
                        java.lang.Boolean suitableForXSL)
Method Detail

getDescription

public java.lang.String getDescription()
Gets the description value for this WebmdsConfigType.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this WebmdsConfigType.

Parameters:
description -

getClassName

public java.lang.String getClassName()
Gets the className value for this WebmdsConfigType.

Returns:
className

setClassName

public void setClassName(java.lang.String className)
Sets the className value for this WebmdsConfigType.

Parameters:
className -

getContentType

public java.lang.String getContentType()
Gets the contentType value for this WebmdsConfigType.

Returns:
contentType

setContentType

public void setContentType(java.lang.String contentType)
Sets the contentType value for this WebmdsConfigType.

Parameters:
contentType -

getSuitableForXSL

public java.lang.Boolean getSuitableForXSL()
Gets the suitableForXSL value for this WebmdsConfigType.

Returns:
suitableForXSL

setSuitableForXSL

public void setSuitableForXSL(java.lang.Boolean suitableForXSL)
Sets the suitableForXSL value for this WebmdsConfigType.

Parameters:
suitableForXSL -

getParameter

public NamedParamType[] getParameter()
Gets the parameter value for this WebmdsConfigType.

Returns:
parameter

setParameter

public void setParameter(NamedParamType[] parameter)
Sets the parameter value for this WebmdsConfigType.

Parameters:
parameter -

getParameter

public NamedParamType getParameter(int i)

setParameter

public void setParameter(int i,
                         NamedParamType _value)

get_any

public org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this WebmdsConfigType.

Specified by:
get_any in interface org.apache.axis.encoding.AnyContentType
Returns:
_any

set_any

public void set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this WebmdsConfigType.

Specified by:
set_any in interface org.apache.axis.encoding.AnyContentType
Parameters:
_any -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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