public class GetSet {
    // Attributes
    public type nom;
    /**
     * com2
     */
    private bool boole;
    // Operations
    public final type getNom () {
    }
    public final void setNom (type value) {
    }
    public final bool isBoole () {
    }
    public final void setBoole (bool value) {
    }
}
