Class EnumType

    • Constructor Detail

      • EnumType

        public EnumType()
    • Method Detail

      • setTypeClass

        public void setTypeClass​(Type typeClass)
        Overrides:
        setTypeClass in class AegisType
        Parameters:
        typeClass - The typeClass to set.
      • writeSchema

        public void writeSchema​(org.apache.ws.commons.schema.XmlSchema root)
        Description copied from class: AegisType
        If this type should correspond to a global, named, schema type, here is where the type object adds it to the schema.
        Overrides:
        writeSchema in class AegisType
        Parameters:
        root - root of the XSD document.
      • isComplex

        public boolean isComplex()
        Overrides:
        isComplex in class AegisType
        Returns:
        True if a complex type schema must be written.