org.apache.openejb.server.axis.assembler
Class JaxRpcFieldInfo

java.lang.Object
  extended by org.apache.openejb.server.axis.assembler.JaxRpcFieldInfo

public class JaxRpcFieldInfo
extends Object


Field Summary
 boolean isElement
           
 boolean isNillable
           
 long maxOccurs
           
 long minOccurs
           
 String name
           
 QName xmlName
           
 QName xmlType
           
 
Constructor Summary
JaxRpcFieldInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

isElement

public boolean isElement

xmlName

public QName xmlName

xmlType

public QName xmlType

minOccurs

public long minOccurs

maxOccurs

public long maxOccurs

isNillable

public boolean isNillable
Constructor Detail

JaxRpcFieldInfo

public JaxRpcFieldInfo()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.