All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mx.path.model.mdx.model.challenges.Text Maven / Gradle / Ivy

package com.mx.path.model.mdx.model.challenges;

import com.mx.path.model.mdx.model.MdxBase;

public final class Text extends MdxBase {
  private String characterType;

  public String getCharacterType() {
    return characterType;
  }

  public void setCharacterType(String characterType) {
    this.characterType = characterType;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy