org.apache.axis.encoding
Class TypeMappingImpl.Pair

java.lang.Object
  extended by org.apache.axis.encoding.TypeMappingImpl.Pair
All Implemented Interfaces:
Serializable
Enclosing class:
TypeMappingImpl

public static class TypeMappingImpl.Pair
extends Object
implements Serializable

See Also:
Serialized Form

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

Field Detail

javaType

public Class javaType

xmlType

public QName xmlType
Constructor Detail

TypeMappingImpl.Pair

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

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © The Apache Software Foundation. All Rights Reserved.