public interface javax.jws.soap.SOAPBinding extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: javax.jws.soap.SOAPBinding
  super_class: java.lang.Object
{
  public abstract javax.jws.soap.SOAPBinding$Style style();
    descriptor: ()Ljavax/jws/soap/SOAPBinding$Style;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: javax.jws.soap.SOAPBinding$Style.DOCUMENT:Ljavax/jws/soap/SOAPBinding$Style;

  public abstract javax.jws.soap.SOAPBinding$Use use();
    descriptor: ()Ljavax/jws/soap/SOAPBinding$Use;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: javax.jws.soap.SOAPBinding$Use.LITERAL:Ljavax/jws/soap/SOAPBinding$Use;

  public abstract javax.jws.soap.SOAPBinding$ParameterStyle parameterStyle();
    descriptor: ()Ljavax/jws/soap/SOAPBinding$ParameterStyle;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: javax.jws.soap.SOAPBinding$ParameterStyle.WRAPPED:Ljavax/jws/soap/SOAPBinding$ParameterStyle;
}
SourceFile: "SOAPBinding.java"
NestMembers:
  javax.jws.soap.SOAPBinding$ParameterStyle  javax.jws.soap.SOAPBinding$Style  javax.jws.soap.SOAPBinding$Use
InnerClasses:
  public final ParameterStyle = javax.jws.soap.SOAPBinding$ParameterStyle of javax.jws.soap.SOAPBinding
  public final Style = javax.jws.soap.SOAPBinding$Style of javax.jws.soap.SOAPBinding
  public final Use = javax.jws.soap.SOAPBinding$Use of javax.jws.soap.SOAPBinding
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.TYPE:Ljava/lang/annotation/ElementType;, java.lang.annotation.ElementType.METHOD:Ljava/lang/annotation/ElementType;})