|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.webmdsConfig.WebmdsConfigType
| 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 |
public WebmdsConfigType()
public WebmdsConfigType(String description,
String className,
String contentType,
Boolean suitableForXSL,
NamedParamType[] parameter,
MessageElement[] _any)
| Method Detail |
public String getDescription()
public void setDescription(String description)
description - public String getClassName()
public void setClassName(String className)
className - public String getContentType()
public void setContentType(String contentType)
contentType - public Boolean getSuitableForXSL()
public void setSuitableForXSL(Boolean suitableForXSL)
suitableForXSL - public NamedParamType[] getParameter()
public void setParameter(NamedParamType[] parameter)
parameter - public NamedParamType getParameter(int i)
public void setParameter(int i,
NamedParamType _value)
public MessageElement[] get_any()
get_any in interface AnyContentTypepublic void set_any(MessageElement[] _any)
set_any in interface AnyContentType_any - public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||