Interface ItemInfo

  • All Known Implementing Classes:
    AttributeInfo, ParticleInfo

    public interface ItemInfo
    Elements and attributes both provide these.
    • Method Detail

      • getJavascriptName

        String getJavascriptName()
      • isAny

        boolean isAny()
      • getType

        org.apache.ws.commons.schema.XmlSchemaType getType()
      • isOptional

        boolean isOptional()
      • isArray

        boolean isArray()
      • isNillable

        boolean isNillable()
      • getDefaultValue

        String getDefaultValue()
      • setDefaultValue

        void setDefaultValue​(String value)