Interface Example

All Known Implementing Classes:
AbstractExample, ArrayExample, BigIntegerExample, BooleanExample, DecimalExample, DoubleExample, FloatExample, IntegerExample, LongExample, ObjectExample, StringExample

public interface Example
See: https://github.com/swagger-api/swagger-inflector
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getNamespace

      String getNamespace()
    • setNamespace

      void setNamespace(String namespace)
    • getPrefix

      String getPrefix()
    • setPrefix

      void setPrefix(String prefix)
    • getAttribute

      Boolean getAttribute()
    • setAttribute

      void setAttribute(Boolean attribute)
    • getWrapped

      Boolean getWrapped()
    • setWrapped

      void setWrapped(Boolean wrapped)
    • getWrappedName

      String getWrappedName()
    • setWrappedName

      void setWrappedName(String name)
    • asString

      String asString()
    • getTypeName

      String getTypeName()