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

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

public class XmlTypeInfo
extends InfoObject

See Also:
Serialized Form

Field Summary
 boolean anonymous
           
 QName arrayComponentType
           
 Map<String,QName> attributes
           
 Map<QName,XmlElementInfo> elements
           
 boolean enumType
           
 boolean listType
           
 QName qname
           
 QName simpleBaseType
           
 
Constructor Summary
XmlTypeInfo()
           
 
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

anonymous

public boolean anonymous

simpleBaseType

public QName simpleBaseType

enumType

public boolean enumType

listType

public boolean listType

arrayComponentType

public QName arrayComponentType

attributes

public final Map<String,QName> attributes

elements

public final Map<QName,XmlElementInfo> elements
Constructor Detail

XmlTypeInfo

public XmlTypeInfo()


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