public interface com.sun.org.apache.xerces.internal.xs.XSComplexTypeDefinition extends com.sun.org.apache.xerces.internal.xs.XSTypeDefinition
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.org.apache.xerces.internal.xs.XSComplexTypeDefinition
  super_class: java.lang.Object
{
  public static final short CONTENTTYPE_EMPTY;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final short CONTENTTYPE_SIMPLE;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final short CONTENTTYPE_ELEMENT;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final short CONTENTTYPE_MIXED;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public abstract short getDerivationMethod();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean getAbstract();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.org.apache.xerces.internal.xs.XSObjectList getAttributeUses();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.org.apache.xerces.internal.xs.XSWildcard getAttributeWildcard();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSWildcard;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract short getContentType();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.org.apache.xerces.internal.xs.XSSimpleTypeDefinition getSimpleType();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSSimpleTypeDefinition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.org.apache.xerces.internal.xs.XSParticle getParticle();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSParticle;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isProhibitedSubstitution(short);
    descriptor: (S)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      restriction  

  public abstract short getProhibitedSubstitutions();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.org.apache.xerces.internal.xs.XSObjectList getAnnotations();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "XSComplexTypeDefinition.java"