public class com.sun.research.ws.wadl.Representation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.research.ws.wadl.Representation
  super_class: java.lang.Object
{
  protected java.util.List<com.sun.research.ws.wadl.Doc> doc;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Lcom/sun/research/ws/wadl/Doc;>;

  protected java.util.List<com.sun.research.ws.wadl.Param> param;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Lcom/sun/research/ws/wadl/Param;>;

  protected java.util.List<java.lang.Object> any;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Ljava/lang/Object;>;
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlAnyElement(lax = true)

  protected java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlAttribute(name = "id")
      javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter(value = Ljavax/xml/bind/annotation/adapters/CollapsedStringAdapter;)
      javax.xml.bind.annotation.XmlID()
      javax.xml.bind.annotation.XmlSchemaType(name = "ID")

  protected javax.xml.namespace.QName element;
    descriptor: Ljavax/xml/namespace/QName;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlAttribute(name = "element")

  protected java.lang.String mediaType;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlAttribute(name = "mediaType")

  protected java.lang.String href;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlAttribute(name = "href")
      javax.xml.bind.annotation.XmlSchemaType(name = "anyURI")

  protected java.util.List<java.lang.String> profile;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlAttribute(name = "profile")

  private java.util.Map<javax.xml.namespace.QName, java.lang.String> otherAttributes;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljavax/xml/namespace/QName;Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlAnyAttribute()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.Representation this
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.research.ws.wadl.Representation.otherAttributes:Ljava/util/Map;
         2: .line 64
            return
        end local 0 // com.sun.research.ws.wadl.Representation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/research/ws/wadl/Representation;

  public java.util.List<com.sun.research.ws.wadl.Doc> getDoc();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.Representation this
         0: .line 110
            aload 0 /* this */
            getfield com.sun.research.ws.wadl.Representation.doc:Ljava/util/List;
            ifnonnull 2
         1: .line 111
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.research.ws.wadl.Representation.doc:Ljava/util/List;
         2: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.research.ws.wadl.Representation.doc:Ljava/util/List;
            areturn
        end local 0 // com.sun.research.ws.wadl.Representation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/research/ws/wadl/Representation;
    Signature: ()Ljava/util/List<Lcom/sun/research/ws/wadl/Doc;>;

  public java.util.List<com.sun.research.ws.wadl.Param> getParam();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.Representation this
         0: .line 139
            aload 0 /* this */
            getfield com.sun.research.ws.wadl.Representation.param:Ljava/util/List;
            ifnonnull 2
         1: .line 140
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.research.ws.wadl.Representation.param:Ljava/util/List;
         2: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.research.ws.wadl.Representation.param:Ljava/util/List;
            areturn
        end local 0 // com.sun.research.ws.wadl.Representation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/research/ws/wadl/Representation;
    Signature: ()Ljava/util/List<Lcom/sun/research/ws/wadl/Param;>;

  public java.util.List<java.lang.Object> getAny();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.Representation this
         0: .line 169
            aload 0 /* this */
            getfield com.sun.research.ws.wadl.Representation.any:Ljava/util/List;
            ifnonnull 2
         1: .line 170
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.research.ws.wadl.Representation.any:Ljava/util/List;
         2: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.research.ws.wadl.Representation.any:Ljava/util/List;
            areturn
        end local 0 // com.sun.research.ws.wadl.Representation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/research/ws/wadl/Representation;
    Signature: ()Ljava/util/List<Ljava/lang/Object;>;

  public java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.Representation this
         0: .line 184
            aload 0 /* this */
            getfield com.sun.research.ws.wadl.Representation.id:Ljava/lang/String;
            areturn
        end local 0 // com.sun.research.ws.wadl.Representation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/Representation;

  public void setId(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.research.ws.wadl.Representation this
        start local 1 // java.lang.String value
         0: .line 196
            aload 0 /* this */
            aload 1 /* value */
            putfield com.sun.research.ws.wadl.Representation.id:Ljava/lang/String;
         1: .line 197
            return
        end local 1 // java.lang.String value
        end local 0 // com.sun.research.ws.wadl.Representation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/research/ws/wadl/Representation;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public javax.xml.namespace.QName getElement();
    descriptor: ()Ljavax/xml/namespace/QName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.Representation this
         0: .line 208
            aload 0 /* this */
            getfield com.sun.research.ws.wadl.Representation.element:Ljavax/xml/namespace/QName;
            areturn
        end local 0 // com.sun.research.ws.wadl.Representation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/Representation;

  public void setElement(javax.xml.namespace.QName);
    descriptor: (Ljavax/xml/namespace/QName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.research.ws.wadl.Representation this
        start local 1 // javax.xml.namespace.QName value
         0: .line 220
            aload 0 /* this */
            aload 1 /* value */
            putfield com.sun.research.ws.wadl.Representation.element:Ljavax/xml/namespace/QName;
         1: .line 221
            return
        end local 1 // javax.xml.namespace.QName value
        end local 0 // com.sun.research.ws.wadl.Representation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/research/ws/wadl/Representation;
            0    2     1  value  Ljavax/xml/namespace/QName;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String getMediaType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.Representation this
         0: .line 232
            aload 0 /* this */
            getfield com.sun.research.ws.wadl.Representation.mediaType:Ljava/lang/String;
            areturn
        end local 0 // com.sun.research.ws.wadl.Representation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/Representation;

  public void setMediaType(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.research.ws.wadl.Representation this
        start local 1 // java.lang.String value
         0: .line 244
            aload 0 /* this */
            aload 1 /* value */
            putfield com.sun.research.ws.wadl.Representation.mediaType:Ljava/lang/String;
         1: .line 245
            return
        end local 1 // java.lang.String value
        end local 0 // com.sun.research.ws.wadl.Representation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/research/ws/wadl/Representation;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String getHref();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.Representation this
         0: .line 256
            aload 0 /* this */
            getfield com.sun.research.ws.wadl.Representation.href:Ljava/lang/String;
            areturn
        end local 0 // com.sun.research.ws.wadl.Representation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/Representation;

  public void setHref(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.research.ws.wadl.Representation this
        start local 1 // java.lang.String value
         0: .line 268
            aload 0 /* this */
            aload 1 /* value */
            putfield com.sun.research.ws.wadl.Representation.href:Ljava/lang/String;
         1: .line 269
            return
        end local 1 // java.lang.String value
        end local 0 // com.sun.research.ws.wadl.Representation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/research/ws/wadl/Representation;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public java.util.List<java.lang.String> getProfile();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.Representation this
         0: .line 294
            aload 0 /* this */
            getfield com.sun.research.ws.wadl.Representation.profile:Ljava/util/List;
            ifnonnull 2
         1: .line 295
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.research.ws.wadl.Representation.profile:Ljava/util/List;
         2: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.research.ws.wadl.Representation.profile:Ljava/util/List;
            areturn
        end local 0 // com.sun.research.ws.wadl.Representation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/research/ws/wadl/Representation;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public java.util.Map<javax.xml.namespace.QName, java.lang.String> getOtherAttributes();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.Representation this
         0: .line 315
            aload 0 /* this */
            getfield com.sun.research.ws.wadl.Representation.otherAttributes:Ljava/util/Map;
            areturn
        end local 0 // com.sun.research.ws.wadl.Representation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/Representation;
    Signature: ()Ljava/util/Map<Ljavax/xml/namespace/QName;Ljava/lang/String;>;
}
SourceFile: "Representation.java"
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlAccessorType(value = javax.xml.bind.annotation.XmlAccessType.FIELD:Ljavax/xml/bind/annotation/XmlAccessType;)
      javax.xml.bind.annotation.XmlType(name = "", propOrder = {"doc", "param", "any"})
      javax.xml.bind.annotation.XmlRootElement(name = "representation")