org.w3.www._2000._09.xmldsig
Class RetrievalMethodType

java.lang.Object
  extended by org.w3.www._2000._09.xmldsig.RetrievalMethodType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
RetrievalMethodType()
           
RetrievalMethodType(TransformType[] transforms, org.apache.axis.types.URI URI, org.apache.axis.types.URI type)
           
 
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
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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetrievalMethodType

public RetrievalMethodType()

RetrievalMethodType

public RetrievalMethodType(TransformType[] transforms,
                           org.apache.axis.types.URI URI,
                           org.apache.axis.types.URI type)
Method Detail

getTransforms

public TransformType[] getTransforms()
Gets the transforms value for this RetrievalMethodType.

Returns:
transforms

setTransforms

public void setTransforms(TransformType[] transforms)
Sets the transforms value for this RetrievalMethodType.

Parameters:
transforms -

getURI

public org.apache.axis.types.URI getURI()
Gets the URI value for this RetrievalMethodType.

Returns:
URI

setURI

public void setURI(org.apache.axis.types.URI URI)
Sets the URI value for this RetrievalMethodType.

Parameters:
URI -

getType

public org.apache.axis.types.URI getType()
Gets the type value for this RetrievalMethodType.

Returns:
type

setType

public void setType(org.apache.axis.types.URI type)
Sets the type value for this RetrievalMethodType.

Parameters:
type -

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