Class SimpleTypeSchema

    • Field Detail

      • defaultdefault

        protected java.lang.String defaultdefault
        This attribute defines the default value of the instance when the instance is undefined.
      • title

        protected java.lang.String title
        This attribute is a string that provides a short description of the instance property.
      • pathStart

        protected java.lang.String pathStart
        This attribute is a URI that defines what the instance's URI MUST start with in order to validate.
      • links

        protected LinkDescriptionObject[] links
        This attribute is a string that provides a links related to description of the instance property.
    • Constructor Detail

      • SimpleTypeSchema

        public SimpleTypeSchema()
    • Method Detail

      • getDefault

        public java.lang.String getDefault()
      • getTitle

        public java.lang.String getTitle()
      • getPathStart

        public java.lang.String getPathStart()
      • isSimpleTypeSchema

        public boolean isSimpleTypeSchema()
        Description copied from class: JsonSchema
        determine if this JsonSchema is an SimpleTypeSchema.
        Overrides:
        isSimpleTypeSchema in class JsonSchema
        Returns:
        true if this JsonSchema is an SimpleTypeSchema, false otherwise
      • setDefault

        public void setDefault​(java.lang.String defaultdefault)
      • setTitle

        public void setTitle​(java.lang.String title)
      • setPathStart

        public void setPathStart​(java.lang.String pathStart)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class JsonSchema