public class com.sun.org.apache.xerces.internal.impl.dv.XSFacets
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.dv.XSFacets
  super_class: java.lang.Object
{
  public int length;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int minLength;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int maxLength;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public short whiteSpace;
    descriptor: S
    flags: (0x0001) ACC_PUBLIC

  public int totalDigits;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int fractionDigits;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

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

  public java.util.Vector enumeration;
    descriptor: Ljava/util/Vector;
    flags: (0x0001) ACC_PUBLIC

  public java.util.Vector enumNSDecls;
    descriptor: Ljava/util/Vector;
    flags: (0x0001) ACC_PUBLIC

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.dv.XSFacets this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.dv.XSFacets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/dv/XSFacets;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.dv.XSFacets this
         0: .line 124
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.dv.XSFacets.lengthAnnotation:Lcom/sun/org/apache/xerces/internal/xs/XSAnnotation;
         1: .line 125
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.dv.XSFacets.minLengthAnnotation:Lcom/sun/org/apache/xerces/internal/xs/XSAnnotation;
         2: .line 126
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.dv.XSFacets.maxLengthAnnotation:Lcom/sun/org/apache/xerces/internal/xs/XSAnnotation;
         3: .line 127
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.dv.XSFacets.whiteSpaceAnnotation:Lcom/sun/org/apache/xerces/internal/xs/XSAnnotation;
         4: .line 128
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.dv.XSFacets.totalDigitsAnnotation:Lcom/sun/org/apache/xerces/internal/xs/XSAnnotation;
         5: .line 129
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.dv.XSFacets.fractionDigitsAnnotation:Lcom/sun/org/apache/xerces/internal/xs/XSAnnotation;
         6: .line 130
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.dv.XSFacets.patternAnnotations:Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
         7: .line 131
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.dv.XSFacets.enumAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
         8: .line 132
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.dv.XSFacets.maxInclusiveAnnotation:Lcom/sun/org/apache/xerces/internal/xs/XSAnnotation;
         9: .line 133
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.dv.XSFacets.maxExclusiveAnnotation:Lcom/sun/org/apache/xerces/internal/xs/XSAnnotation;
        10: .line 134
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.dv.XSFacets.minInclusiveAnnotation:Lcom/sun/org/apache/xerces/internal/xs/XSAnnotation;
        11: .line 135
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.dv.XSFacets.minExclusiveAnnotation:Lcom/sun/org/apache/xerces/internal/xs/XSAnnotation;
        12: .line 136
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.dv.XSFacets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/org/apache/xerces/internal/impl/dv/XSFacets;
}
SourceFile: "XSFacets.java"