org.globus.mds.webmdsConfig
Class WebmdsConfigType

java.lang.Object
  extended byorg.globus.mds.webmdsConfig.WebmdsConfigType
All Implemented Interfaces:
AnyContentType, Serializable

public class WebmdsConfigType
extends Object
implements Serializable, AnyContentType

See Also:
Serialized Form

Constructor Summary
WebmdsConfigType()
           
WebmdsConfigType(String description, String className, String contentType, Boolean suitableForXSL, NamedParamType[] parameter, MessageElement[] _any)
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this WebmdsConfigType.
 String getClassName()
          Gets the className value for this WebmdsConfigType.
 String getContentType()
          Gets the contentType value for this WebmdsConfigType.
 String getDescription()
          Gets the description value for this WebmdsConfigType.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 NamedParamType[] getParameter()
          Gets the parameter value for this WebmdsConfigType.
 NamedParamType getParameter(int i)
           
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Boolean getSuitableForXSL()
          Gets the suitableForXSL value for this WebmdsConfigType.
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(MessageElement[] _any)
          Sets the _any value for this WebmdsConfigType.
 void setClassName(String className)
          Sets the className value for this WebmdsConfigType.
 void setContentType(String contentType)
          Sets the contentType value for this WebmdsConfigType.
 void setDescription(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(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
 

Constructor Detail

WebmdsConfigType

public WebmdsConfigType()

WebmdsConfigType

public WebmdsConfigType(String description,
                        String className,
                        String contentType,
                        Boolean suitableForXSL,
                        NamedParamType[] parameter,
                        MessageElement[] _any)
Method Detail

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getClassName

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

Returns:
className

setClassName

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

Parameters:
className -

getContentType

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

Returns:
contentType

setContentType

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

Parameters:
contentType -

getSuitableForXSL

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

Returns:
suitableForXSL

setSuitableForXSL

public void setSuitableForXSL(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 MessageElement[] get_any()
Gets the _any value for this WebmdsConfigType.

Specified by:
get_any in interface AnyContentType
Returns:
_any

set_any

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

Specified by:
set_any in interface AnyContentType
Parameters:
_any -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer



Copyright © 1999-2006 University of Chicago. All rights reserved.