Class ContainedEntry

java.lang.Object
org.apache.axis.wsdl.symbolTable.SymTabEntry
org.apache.axis.wsdl.symbolTable.ContainedEntry
Direct Known Subclasses:
ContainedAttribute, ElementDecl

public class ContainedEntry extends SymTabEntry
  • Field Details

  • Constructor Details

    • ContainedEntry

      protected ContainedEntry(TypeEntry type, QName qname)
      Parameters:
      qname -
  • Method Details

    • getType

      public TypeEntry getType()
      Returns:
      Returns the type.
    • setType

      public void setType(TypeEntry type)
      Parameters:
      type - The type to set.