public class RetrievalMethodType
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RetrievalMethodType() |
RetrievalMethodType(TransformType[] transforms,
org.apache.axis.types.URI URI,
org.apache.axis.types.URI type) |
| Modifier and Type | Method and Description |
|---|---|
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
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
TransformType[] |
getTransforms()
Gets the transforms value for this RetrievalMethodType.
|
org.apache.axis.types.URI |
getType()
Gets the type value for this RetrievalMethodType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
org.apache.axis.types.URI |
getURI()
Gets the URI value for this RetrievalMethodType.
|
int |
hashCode() |
void |
setTransforms(TransformType[] transforms)
Sets the transforms value for this RetrievalMethodType.
|
void |
setType(org.apache.axis.types.URI type)
Sets the type value for this RetrievalMethodType.
|
void |
setURI(org.apache.axis.types.URI URI)
Sets the URI value for this RetrievalMethodType.
|
public RetrievalMethodType()
public RetrievalMethodType(TransformType[] transforms, org.apache.axis.types.URI URI, org.apache.axis.types.URI type)
public TransformType[] getTransforms()
public void setTransforms(TransformType[] transforms)
transforms - public org.apache.axis.types.URI getURI()
public void setURI(org.apache.axis.types.URI URI)
URI - public org.apache.axis.types.URI getType()
public void setType(org.apache.axis.types.URI type)
type - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Copyright © 2025. All rights reserved.