org.apache.axis.encoding

Class TypeMappingImpl.Pair

Enclosing Class:
TypeMappingImpl
Implemented Interfaces:
Serializable

public static class TypeMappingImpl.Pair
extends java.lang.Object
implements Serializable

Field Summary

Class
javaType
QName
xmlType

Constructor Summary

Pair(Class javaType, QName xmlType)

Method Summary

boolean
equals(Object o)
int
hashCode()

Field Details

javaType

public Class javaType


xmlType

public QName xmlType

Constructor Details

Pair

public Pair(Class javaType,
            QName xmlType)

Method Details

equals

public boolean equals(Object o)


hashCode

public int hashCode()


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.