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