站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

TypeMappingImpl.Pair (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.encoding
Class TypeMappingImpl.Pair

java.lang.Object
  extended byorg.apache.axis.encoding.TypeMappingImpl.Pair
Enclosing class:
TypeMappingImpl

public class TypeMappingImpl.Pair
extends Object


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

Field Detail

javaType

public Class javaType

xmlType

public javax.xml.namespace.QName xmlType
Constructor Detail

TypeMappingImpl.Pair

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

equals

public boolean equals(Object o)

hashCode

public int hashCode()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.