public class com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl implements com.sun.org.apache.xerces.internal.xs.XSModelGroupDefinition
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl
  super_class: java.lang.Object
{
  public java.lang.String fName;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String fTargetNamespace;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl fModelGroup;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
    flags: (0x0001) ACC_PUBLIC

  public com.sun.org.apache.xerces.internal.xs.XSObjectList fAnnotations;
    descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
    flags: (0x0001) ACC_PUBLIC

  private com.sun.org.apache.xerces.internal.xs.XSNamespaceItem fNamespaceItem;
    descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fName:Ljava/lang/String;
         2: .line 46
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fTargetNamespace:Ljava/lang/String;
         3: .line 48
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fModelGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
         4: .line 50
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
         5: .line 53
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fNamespaceItem:Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
         6: .line 41
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;

  public short getType();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
         0: .line 59
            bipush 6
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
         0: .line 67
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fName:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;

  public java.lang.String getNamespace();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
         0: .line 76
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fTargetNamespace:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;

  public com.sun.org.apache.xerces.internal.xs.XSModelGroup getModelGroup();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSModelGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
         0: .line 83
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fModelGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;

  public com.sun.org.apache.xerces.internal.xs.XSAnnotation getAnnotation();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSAnnotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
         0: .line 90
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
            ifnull 1
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSObjectList.item:(I)Lcom/sun/org/apache/xerces/internal/xs/XSObject;
            checkcast com.sun.org.apache.xerces.internal.xs.XSAnnotation
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xs.XSAnnotation
         2: areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;

  public com.sun.org.apache.xerces.internal.xs.XSObjectList getAnnotations();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
         0: .line 97
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
            ifnull 1
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.EMPTY_LIST:Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xs.XSObjectList
         2: areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;

  public com.sun.org.apache.xerces.internal.xs.XSNamespaceItem getNamespaceItem();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
         0: .line 104
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fNamespaceItem:Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;

  void setNamespaceItem(com.sun.org.apache.xerces.internal.xs.XSNamespaceItem);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
        start local 1 // com.sun.org.apache.xerces.internal.xs.XSNamespaceItem namespaceItem
         0: .line 108
            aload 0 /* this */
            aload 1 /* namespaceItem */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fNamespaceItem:Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
         1: .line 109
            return
        end local 1 // com.sun.org.apache.xerces.internal.xs.XSNamespaceItem namespaceItem
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;
            0    2     1  namespaceItem  Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
    MethodParameters:
               Name  Flags
      namespaceItem  
}
SourceFile: "XSGroupDecl.java"