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

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.server.axis.assembler.XmlElementInfo
All Implemented Interfaces:
Serializable

public class XmlElementInfo
extends InfoObject

See Also:
Serialized Form

Field Summary
 long maxOccurs
           
 long minOccurs
           
 boolean nillable
           
 QName qname
           
 QName xmlType
           
 
Constructor Summary
XmlElementInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qname

public QName qname

xmlType

public QName xmlType

minOccurs

public long minOccurs

maxOccurs

public long maxOccurs

nillable

public boolean nillable
Constructor Detail

XmlElementInfo

public XmlElementInfo()


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