Class TypeMappingImpl.Pair

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

public static class TypeMappingImpl.Pair extends Object implements Serializable
See Also:
  • Field Details

    • javaType

      public Class javaType
    • xmlType

      public QName xmlType
  • Constructor Details

    • Pair

      public Pair(Class javaType, QName xmlType)
  • Method Details