public final class com.sun.tools.internal.xjc.model.CElementPropertyInfo extends com.sun.tools.internal.xjc.model.CPropertyInfo implements com.sun.xml.internal.bind.v2.model.core.ElementPropertyInfo<com.sun.tools.internal.xjc.model.nav.NType, com.sun.tools.internal.xjc.model.nav.NClass>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.tools.internal.xjc.model.CElementPropertyInfo
  super_class: com.sun.tools.internal.xjc.model.CPropertyInfo
{
  private final boolean required;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javax.activation.MimeType expectedMimeType;
    descriptor: Ljavax/activation/MimeType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.sun.tools.internal.xjc.model.CAdapter adapter;
    descriptor: Lcom/sun/tools/internal/xjc/model/CAdapter;
    flags: (0x0002) ACC_PRIVATE

  private final boolean isValueList;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.sun.xml.internal.bind.v2.model.core.ID id;
    descriptor: Lcom/sun/xml/internal/bind/v2/model/core/ID;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.List<com.sun.tools.internal.xjc.model.CTypeRef> types;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lcom/sun/tools/internal/xjc/model/CTypeRef;>;

  private final java.util.List<com.sun.tools.internal.xjc.model.CNonElement> ref;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lcom/sun/tools/internal/xjc/model/CNonElement;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 51
            ldc Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.sun.tools.internal.xjc.model.CElementPropertyInfo.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode, com.sun.xml.internal.bind.v2.model.core.ID, javax.activation.MimeType, com.sun.xml.internal.xsom.XSComponent, com.sun.tools.internal.xjc.model.CCustomizations, org.xml.sax.Locator, boolean);
    descriptor: (Ljava/lang/String;Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;Lcom/sun/xml/internal/bind/v2/model/core/ID;Ljavax/activation/MimeType;Lcom/sun/xml/internal/xsom/XSComponent;Lcom/sun/tools/internal/xjc/model/CCustomizations;Lorg/xml/sax/Locator;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=9
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
        start local 1 // java.lang.String name
        start local 2 // com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode collection
        start local 3 // com.sun.xml.internal.bind.v2.model.core.ID id
        start local 4 // javax.activation.MimeType expectedMimeType
        start local 5 // com.sun.xml.internal.xsom.XSComponent source
        start local 6 // com.sun.tools.internal.xjc.model.CCustomizations customizations
        start local 7 // org.xml.sax.Locator locator
        start local 8 // boolean required
         0: .line 88
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* collection */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.col:Z
            aload 5 /* source */
            aload 6 /* customizations */
            aload 7 /* locator */
            invokespecial com.sun.tools.internal.xjc.model.CPropertyInfo.<init>:(Ljava/lang/String;ZLcom/sun/xml/internal/xsom/XSComponent;Lcom/sun/tools/internal/xjc/model/CCustomizations;Lorg/xml/sax/Locator;)V
         1: .line 74
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.types:Ljava/util/List;
         2: .line 76
            aload 0 /* this */
            new com.sun.tools.internal.xjc.model.CElementPropertyInfo$1
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.internal.xjc.model.CElementPropertyInfo$1.<init>:(Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;)V
            putfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.ref:Ljava/util/List;
         3: .line 89
            aload 0 /* this */
            iload 8 /* required */
            putfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.required:Z
         4: .line 90
            aload 0 /* this */
            aload 3 /* id */
            putfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.id:Lcom/sun/xml/internal/bind/v2/model/core/ID;
         5: .line 91
            aload 0 /* this */
            aload 4 /* expectedMimeType */
            putfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.expectedMimeType:Ljavax/activation/MimeType;
         6: .line 92
            aload 0 /* this */
            aload 2 /* collection */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.val:Z
            putfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.isValueList:Z
         7: .line 93
            return
        end local 8 // boolean required
        end local 7 // org.xml.sax.Locator locator
        end local 6 // com.sun.tools.internal.xjc.model.CCustomizations customizations
        end local 5 // com.sun.xml.internal.xsom.XSComponent source
        end local 4 // javax.activation.MimeType expectedMimeType
        end local 3 // com.sun.xml.internal.bind.v2.model.core.ID id
        end local 2 // com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode collection
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;
            0    8     1              name  Ljava/lang/String;
            0    8     2        collection  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
            0    8     3                id  Lcom/sun/xml/internal/bind/v2/model/core/ID;
            0    8     4  expectedMimeType  Ljavax/activation/MimeType;
            0    8     5            source  Lcom/sun/xml/internal/xsom/XSComponent;
            0    8     6    customizations  Lcom/sun/tools/internal/xjc/model/CCustomizations;
            0    8     7           locator  Lorg/xml/sax/Locator;
            0    8     8          required  Z
    MethodParameters:
                  Name  Flags
      name              
      collection        
      id                
      expectedMimeType  
      source            
      customizations    
      locator           
      required          

  public com.sun.xml.internal.bind.v2.model.core.ID id();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/core/ID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
         0: .line 96
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.id:Lcom/sun/xml/internal/bind/v2/model/core/ID;
            areturn
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;

  public java.util.List<com.sun.tools.internal.xjc.model.CTypeRef> getTypes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
         0: .line 100
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.types:Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;
    Signature: ()Ljava/util/List<Lcom/sun/tools/internal/xjc/model/CTypeRef;>;

  public java.util.List<com.sun.tools.internal.xjc.model.CNonElement> ref();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
         0: .line 104
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.ref:Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;
    Signature: ()Ljava/util/List<Lcom/sun/tools/internal/xjc/model/CNonElement;>;

  public javax.xml.namespace.QName getSchemaType();
    descriptor: ()Ljavax/xml/namespace/QName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
         0: .line 108
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.types:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpeq 2
         1: .line 111
            aconst_null
            areturn
         2: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.types:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.tools.internal.xjc.model.CTypeRef
            astore 1 /* t */
        start local 1 // com.sun.tools.internal.xjc.model.CTypeRef t
         3: .line 114
            aload 1 /* t */
            invokevirtual com.sun.tools.internal.xjc.model.CTypeRef.getTarget:()Lcom/sun/tools/internal/xjc/model/CNonElement;
            aload 1 /* t */
            getfield com.sun.tools.internal.xjc.model.CTypeRef.typeName:Ljavax/xml/namespace/QName;
            invokestatic com.sun.tools.internal.xjc.model.CElementPropertyInfo.needsExplicitTypeName:(Lcom/sun/tools/internal/xjc/model/TypeUse;Ljavax/xml/namespace/QName;)Z
            ifeq 5
         4: .line 115
            aload 1 /* t */
            getfield com.sun.tools.internal.xjc.model.CTypeRef.typeName:Ljavax/xml/namespace/QName;
            areturn
         5: .line 117
      StackMap locals: com.sun.tools.internal.xjc.model.CTypeRef
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.sun.tools.internal.xjc.model.CTypeRef t
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;
            3    6     1     t  Lcom/sun/tools/internal/xjc/model/CTypeRef;

  public javax.xml.namespace.QName getXmlName();
    descriptor: ()Ljavax/xml/namespace/QName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
         0: .line 125
            aconst_null
            areturn
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public boolean isCollectionRequired();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
         0: .line 130
            iconst_0
            ireturn
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;

  public boolean isCollectionNillable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
         0: .line 135
            iconst_0
            ireturn
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;

  public boolean isRequired();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
         0: .line 139
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.required:Z
            ireturn
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;

  public boolean isValueList();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
         0: .line 143
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.isValueList:Z
            ireturn
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;

  public boolean isUnboxable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
         0: .line 147
            aload 0 /* this */
            invokevirtual com.sun.tools.internal.xjc.model.CElementPropertyInfo.isCollection:()Z
            ifne 2
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.required:Z
            ifne 2
         1: .line 149
            iconst_0
            ireturn
         2: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.internal.xjc.model.CElementPropertyInfo.getTypes:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 6
      StackMap locals: com.sun.tools.internal.xjc.model.CElementPropertyInfo top java.util.Iterator
      StackMap stack:
         3: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.internal.xjc.model.CTypeRef
            astore 1 /* t */
        start local 1 // com.sun.tools.internal.xjc.model.CTypeRef t
         4: .line 152
            aload 1 /* t */
            invokevirtual com.sun.tools.internal.xjc.model.CTypeRef.isNillable:()Z
            ifeq 6
         5: .line 153
            iconst_0
            ireturn
        end local 1 // com.sun.tools.internal.xjc.model.CTypeRef t
         6: .line 151
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 155
            aload 0 /* this */
            invokespecial com.sun.tools.internal.xjc.model.CPropertyInfo.isUnboxable:()Z
            ireturn
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;
            4    6     1     t  Lcom/sun/tools/internal/xjc/model/CTypeRef;

  public boolean isOptionalPrimitive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
         0: .line 161
            aload 0 /* this */
            invokevirtual com.sun.tools.internal.xjc.model.CElementPropertyInfo.getTypes:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: com.sun.tools.internal.xjc.model.CElementPropertyInfo top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.internal.xjc.model.CTypeRef
            astore 1 /* t */
        start local 1 // com.sun.tools.internal.xjc.model.CTypeRef t
         2: .line 162
            aload 1 /* t */
            invokevirtual com.sun.tools.internal.xjc.model.CTypeRef.isNillable:()Z
            ifeq 4
         3: .line 163
            iconst_0
            ireturn
        end local 1 // com.sun.tools.internal.xjc.model.CTypeRef t
         4: .line 161
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 165
            aload 0 /* this */
            invokevirtual com.sun.tools.internal.xjc.model.CElementPropertyInfo.isCollection:()Z
            ifne 6
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.required:Z
            ifne 6
            aload 0 /* this */
            invokespecial com.sun.tools.internal.xjc.model.CPropertyInfo.isUnboxable:()Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals: com.sun.tools.internal.xjc.model.CElementPropertyInfo
      StackMap stack:
         6: iconst_0
            ireturn
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;
            2    4     1     t  Lcom/sun/tools/internal/xjc/model/CTypeRef;

  public <V> V accept(com.sun.tools.internal.xjc.model.CPropertyVisitor<V>);
    descriptor: (Lcom/sun/tools/internal/xjc/model/CPropertyVisitor;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
        start local 1 // com.sun.tools.internal.xjc.model.CPropertyVisitor visitor
         0: .line 169
            aload 1 /* visitor */
            aload 0 /* this */
            invokeinterface com.sun.tools.internal.xjc.model.CPropertyVisitor.onElement:(Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;)Ljava/lang/Object;
            areturn
        end local 1 // com.sun.tools.internal.xjc.model.CPropertyVisitor visitor
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;
            0    1     1  visitor  Lcom/sun/tools/internal/xjc/model/CPropertyVisitor<TV;>;
    Signature: <V:Ljava/lang/Object;>(Lcom/sun/tools/internal/xjc/model/CPropertyVisitor<TV;>;)TV;
    MethodParameters:
         Name  Flags
      visitor  

  public <R, P> R accept(com.sun.tools.internal.xjc.model.CPropertyVisitor2<R, P>, );
    descriptor: (Lcom/sun/tools/internal/xjc/model/CPropertyVisitor2;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
        start local 1 // com.sun.tools.internal.xjc.model.CPropertyVisitor2 visitor
        start local 2 // java.lang.Object p
         0: .line 174
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* p */
            invokeinterface com.sun.tools.internal.xjc.model.CPropertyVisitor2.visit:(Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object p
        end local 1 // com.sun.tools.internal.xjc.model.CPropertyVisitor2 visitor
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;
            0    1     1  visitor  Lcom/sun/tools/internal/xjc/model/CPropertyVisitor2<TR;TP;>;
            0    1     2        p  TP;
    Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>(Lcom/sun/tools/internal/xjc/model/CPropertyVisitor2<TR;TP;>;TP;)TR;
    MethodParameters:
         Name  Flags
      visitor  
      p        

  public com.sun.tools.internal.xjc.model.CAdapter getAdapter();
    descriptor: ()Lcom/sun/tools/internal/xjc/model/CAdapter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
         0: .line 178
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.adapter:Lcom/sun/tools/internal/xjc/model/CAdapter;
            areturn
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;

  public void setAdapter(com.sun.tools.internal.xjc.model.CAdapter);
    descriptor: (Lcom/sun/tools/internal/xjc/model/CAdapter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
        start local 1 // com.sun.tools.internal.xjc.model.CAdapter a
         0: .line 182
            getstatic com.sun.tools.internal.xjc.model.CElementPropertyInfo.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.adapter:Lcom/sun/tools/internal/xjc/model/CAdapter;
            ifnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* a */
            putfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.adapter:Lcom/sun/tools/internal/xjc/model/CAdapter;
         2: .line 184
            return
        end local 1 // com.sun.tools.internal.xjc.model.CAdapter a
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;
            0    3     1     a  Lcom/sun/tools/internal/xjc/model/CAdapter;
    MethodParameters:
      Name  Flags
      a     

  public final com.sun.xml.internal.bind.v2.model.core.PropertyKind kind();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
         0: .line 187
            getstatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.ELEMENT:Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
            areturn
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;

  public javax.activation.MimeType getExpectedMimeType();
    descriptor: ()Ljavax/activation/MimeType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
         0: .line 191
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.expectedMimeType:Ljavax/activation/MimeType;
            areturn
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;

  public javax.xml.namespace.QName collectElementNames(java.util.Map<javax.xml.namespace.QName, com.sun.tools.internal.xjc.model.CPropertyInfo>);
    descriptor: (Ljava/util/Map;)Ljavax/xml/namespace/QName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
        start local 1 // java.util.Map table
         0: .line 211
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo.types:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: com.sun.tools.internal.xjc.model.CElementPropertyInfo java.util.Map top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.internal.xjc.model.CTypeRef
            astore 2 /* t */
        start local 2 // com.sun.tools.internal.xjc.model.CTypeRef t
         2: .line 212
            aload 2 /* t */
            invokevirtual com.sun.tools.internal.xjc.model.CTypeRef.getTagName:()Ljavax/xml/namespace/QName;
            astore 4 /* n */
        start local 4 // javax.xml.namespace.QName n
         3: .line 213
            aload 1 /* table */
            aload 4 /* n */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 4
            aload 4 /* n */
            areturn
         4: .line 214
      StackMap locals: com.sun.tools.internal.xjc.model.CElementPropertyInfo java.util.Map com.sun.tools.internal.xjc.model.CTypeRef java.util.Iterator javax.xml.namespace.QName
      StackMap stack:
            aload 1 /* table */
            aload 4 /* n */
            aload 0 /* this */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // javax.xml.namespace.QName n
        end local 2 // com.sun.tools.internal.xjc.model.CTypeRef t
         5: .line 211
      StackMap locals: com.sun.tools.internal.xjc.model.CElementPropertyInfo java.util.Map top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         6: .line 216
            aconst_null
            areturn
        end local 1 // java.util.Map table
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;
            0    7     1  table  Ljava/util/Map<Ljavax/xml/namespace/QName;Lcom/sun/tools/internal/xjc/model/CPropertyInfo;>;
            2    5     2      t  Lcom/sun/tools/internal/xjc/model/CTypeRef;
            3    5     4      n  Ljavax/xml/namespace/QName;
    Signature: (Ljava/util/Map<Ljavax/xml/namespace/QName;Lcom/sun/tools/internal/xjc/model/CPropertyInfo;>;)Ljavax/xml/namespace/QName;
    MethodParameters:
       Name  Flags
      table  

  public com.sun.xml.internal.bind.v2.model.core.Adapter getAdapter();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/core/Adapter;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.tools.internal.xjc.model.CElementPropertyInfo.getAdapter:()Lcom/sun/tools/internal/xjc/model/CAdapter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Collection ref();
    descriptor: ()Ljava/util/Collection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.tools.internal.xjc.model.CElementPropertyInfo.ref:()Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/tools/internal/xjc/model/CPropertyInfo;Lcom/sun/xml/internal/bind/v2/model/core/ElementPropertyInfo<Lcom/sun/tools/internal/xjc/model/nav/NType;Lcom/sun/tools/internal/xjc/model/nav/NClass;>;
SourceFile: "CElementPropertyInfo.java"
NestMembers:
  com.sun.tools.internal.xjc.model.CElementPropertyInfo$1  com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode
InnerClasses:
  com.sun.tools.internal.xjc.model.CElementPropertyInfo$1
  public final CollectionMode = com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode of com.sun.tools.internal.xjc.model.CElementPropertyInfo