public interface com.sun.org.apache.xerces.internal.xs.XSElementDeclaration extends com.sun.org.apache.xerces.internal.xs.XSTerm
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.org.apache.xerces.internal.xs.XSElementDeclaration
  super_class: java.lang.Object
{
  public abstract com.sun.org.apache.xerces.internal.xs.XSTypeDefinition getTypeDefinition();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract short getScope();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.org.apache.xerces.internal.xs.XSComplexTypeDefinition getEnclosingCTDefinition();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSComplexTypeDefinition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract short getConstraintType();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String getConstraintValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract java.lang.Object getActualVC();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xs.XSException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract short getActualVCType();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xs.XSException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract com.sun.org.apache.xerces.internal.xs.ShortList getItemValueTypes();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/ShortList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xs.XSException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract com.sun.org.apache.xerces.internal.xs.XSValue getValueConstraintValue();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSValue;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean getNillable();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.org.apache.xerces.internal.xs.XSNamedMap getIdentityConstraints();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSNamedMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.org.apache.xerces.internal.xs.XSElementDeclaration getSubstitutionGroupAffiliation();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isSubstitutionGroupExclusion(short);
    descriptor: (S)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      exclusion  

  public abstract short getSubstitutionGroupExclusions();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isDisallowedSubstitution(short);
    descriptor: (S)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      disallowed  

  public abstract short getDisallowedSubstitutions();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean getAbstract();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.org.apache.xerces.internal.xs.XSAnnotation getAnnotation();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSAnnotation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.org.apache.xerces.internal.xs.XSObjectList getAnnotations();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "XSElementDeclaration.java"