// This class was generated by the JAXRPC SI, do not edit.
// Contents subject to change without notice.
// JSR-172 Reference Implementation wscompile 1.0, using: JAX-RPC Standard Implementation (1.1, build R59)

package com.balbes.web;


public class GetConditions {
    protected java.lang.String title;
    
    public GetConditions() {
    }
    
    public GetConditions(java.lang.String title) {
        this.title = title;
    }
    
    public java.lang.String getTitle() {
        return title;
    }
    
    public void setTitle(java.lang.String title) {
        this.title = title;
    }
}