org.apache.axis.encoding
Class TypeMappingImpl.Pair

java.lang.Object
  |
  +--org.apache.axis.encoding.TypeMappingImpl.Pair
Enclosing class:
TypeMappingImpl

public class TypeMappingImpl.Pair
extends java.lang.Object


Field Summary
 java.lang.Class javaType
           
 QName xmlType
           
 
Constructor Summary
TypeMappingImpl.Pair(java.lang.Class javaType, QName xmlType)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

javaType

public java.lang.Class javaType

xmlType

public QName xmlType
Constructor Detail

TypeMappingImpl.Pair

public TypeMappingImpl.Pair(java.lang.Class javaType,
                            QName xmlType)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2003 Apache Web Services Project. All Rights Reserved.