public final class com.sun.tools.internal.xjc.model.CAttributePropertyInfo extends com.sun.tools.internal.xjc.model.CSingleTypePropertyInfo implements com.sun.xml.internal.bind.v2.model.core.AttributePropertyInfo<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.CAttributePropertyInfo
  super_class: com.sun.tools.internal.xjc.model.CSingleTypePropertyInfo
{
  private final javax.xml.namespace.QName attName;
    descriptor: Ljavax/xml/namespace/QName;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(java.lang.String, com.sun.xml.internal.xsom.XSComponent, com.sun.tools.internal.xjc.model.CCustomizations, org.xml.sax.Locator, javax.xml.namespace.QName, com.sun.tools.internal.xjc.model.TypeUse, javax.xml.namespace.QName, boolean);
    descriptor: (Ljava/lang/String;Lcom/sun/xml/internal/xsom/XSComponent;Lcom/sun/tools/internal/xjc/model/CCustomizations;Lorg/xml/sax/Locator;Ljavax/xml/namespace/QName;Lcom/sun/tools/internal/xjc/model/TypeUse;Ljavax/xml/namespace/QName;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=9
        start local 0 // com.sun.tools.internal.xjc.model.CAttributePropertyInfo this
        start local 1 // java.lang.String name
        start local 2 // com.sun.xml.internal.xsom.XSComponent source
        start local 3 // com.sun.tools.internal.xjc.model.CCustomizations customizations
        start local 4 // org.xml.sax.Locator locator
        start local 5 // javax.xml.namespace.QName attName
        start local 6 // com.sun.tools.internal.xjc.model.TypeUse type
        start local 7 // javax.xml.namespace.QName typeName
        start local 8 // boolean required
         0: .line 58
            aload 0 /* this */
            aload 1 /* name */
            aload 6 /* type */
            aload 7 /* typeName */
            aload 2 /* source */
            aload 3 /* customizations */
            aload 4 /* locator */
            invokespecial com.sun.tools.internal.xjc.model.CSingleTypePropertyInfo.<init>:(Ljava/lang/String;Lcom/sun/tools/internal/xjc/model/TypeUse;Ljavax/xml/namespace/QName;Lcom/sun/xml/internal/xsom/XSComponent;Lcom/sun/tools/internal/xjc/model/CCustomizations;Lorg/xml/sax/Locator;)V
         1: .line 59
            aload 0 /* this */
            iload 8 /* required */
            putfield com.sun.tools.internal.xjc.model.CAttributePropertyInfo.isRequired:Z
         2: .line 60
            aload 0 /* this */
            aload 5 /* attName */
            putfield com.sun.tools.internal.xjc.model.CAttributePropertyInfo.attName:Ljavax/xml/namespace/QName;
         3: .line 61
            return
        end local 8 // boolean required
        end local 7 // javax.xml.namespace.QName typeName
        end local 6 // com.sun.tools.internal.xjc.model.TypeUse type
        end local 5 // javax.xml.namespace.QName attName
        end local 4 // org.xml.sax.Locator locator
        end local 3 // com.sun.tools.internal.xjc.model.CCustomizations customizations
        end local 2 // com.sun.xml.internal.xsom.XSComponent source
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.internal.xjc.model.CAttributePropertyInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/sun/tools/internal/xjc/model/CAttributePropertyInfo;
            0    4     1            name  Ljava/lang/String;
            0    4     2          source  Lcom/sun/xml/internal/xsom/XSComponent;
            0    4     3  customizations  Lcom/sun/tools/internal/xjc/model/CCustomizations;
            0    4     4         locator  Lorg/xml/sax/Locator;
            0    4     5         attName  Ljavax/xml/namespace/QName;
            0    4     6            type  Lcom/sun/tools/internal/xjc/model/TypeUse;
            0    4     7        typeName  Ljavax/xml/namespace/QName;
            0    4     8        required  Z
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
      4:
      5:
      6:
        com.sun.istack.internal.Nullable()
      7:
    MethodParameters:
                Name  Flags
      name            
      source          
      customizations  
      locator         
      attName         
      type            
      typeName        
      required        

  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.CAttributePropertyInfo this
         0: .line 64
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CAttributePropertyInfo.isRequired:Z
            ireturn
        end local 0 // com.sun.tools.internal.xjc.model.CAttributePropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CAttributePropertyInfo;

  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.CAttributePropertyInfo this
         0: .line 68
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CAttributePropertyInfo.attName:Ljavax/xml/namespace/QName;
            areturn
        end local 0 // com.sun.tools.internal.xjc.model.CAttributePropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CAttributePropertyInfo;

  public boolean isUnboxable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CAttributePropertyInfo this
         0: .line 76
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CAttributePropertyInfo.isRequired:Z
            ifne 1
            iconst_0
            ireturn
         1: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.tools.internal.xjc.model.CSingleTypePropertyInfo.isUnboxable:()Z
            ireturn
        end local 0 // com.sun.tools.internal.xjc.model.CAttributePropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/internal/xjc/model/CAttributePropertyInfo;

  public boolean isOptionalPrimitive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CAttributePropertyInfo this
         0: .line 82
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CAttributePropertyInfo.isRequired:Z
            ifne 1
            aload 0 /* this */
            invokespecial com.sun.tools.internal.xjc.model.CSingleTypePropertyInfo.isUnboxable:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.tools.internal.xjc.model.CAttributePropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/internal/xjc/model/CAttributePropertyInfo;

  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.CAttributePropertyInfo this
        start local 1 // com.sun.tools.internal.xjc.model.CPropertyVisitor visitor
         0: .line 86
            aload 1 /* visitor */
            aload 0 /* this */
            invokeinterface com.sun.tools.internal.xjc.model.CPropertyVisitor.onAttribute:(Lcom/sun/tools/internal/xjc/model/CAttributePropertyInfo;)Ljava/lang/Object;
            areturn
        end local 1 // com.sun.tools.internal.xjc.model.CPropertyVisitor visitor
        end local 0 // com.sun.tools.internal.xjc.model.CAttributePropertyInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/internal/xjc/model/CAttributePropertyInfo;
            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.CAttributePropertyInfo this
        start local 1 // com.sun.tools.internal.xjc.model.CPropertyVisitor2 visitor
        start local 2 // java.lang.Object p
         0: .line 90
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* p */
            invokeinterface com.sun.tools.internal.xjc.model.CPropertyVisitor2.visit:(Lcom/sun/tools/internal/xjc/model/CAttributePropertyInfo;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.CAttributePropertyInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/internal/xjc/model/CAttributePropertyInfo;
            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 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.CAttributePropertyInfo this
         0: .line 94
            getstatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.ATTRIBUTE:Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
            areturn
        end local 0 // com.sun.tools.internal.xjc.model.CAttributePropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CAttributePropertyInfo;

  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.CAttributePropertyInfo.getAdapter:()Lcom/sun/tools/internal/xjc/model/CAdapter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public javax.xml.namespace.QName getSchemaType();
    descriptor: ()Ljavax/xml/namespace/QName;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.tools.internal.xjc.model.CSingleTypePropertyInfo.getSchemaType:()Ljavax/xml/namespace/QName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.xml.internal.bind.v2.model.core.PropertyInfo getSource();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/core/PropertyInfo;
    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.CAttributePropertyInfo.getSource:()Lcom/sun/tools/internal/xjc/model/CSingleTypePropertyInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.xml.internal.bind.v2.model.core.NonElement getTarget();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/core/NonElement;
    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.CAttributePropertyInfo.getTarget:()Lcom/sun/tools/internal/xjc/model/CNonElement;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/tools/internal/xjc/model/CSingleTypePropertyInfo;Lcom/sun/xml/internal/bind/v2/model/core/AttributePropertyInfo<Lcom/sun/tools/internal/xjc/model/nav/NType;Lcom/sun/tools/internal/xjc/model/nav/NClass;>;
SourceFile: "CAttributePropertyInfo.java"