/*
 * Created on 01.06.2005
 *
 */
package com.iez.spserver.ws;

/**
 * @author Falk
 *
 * 
 */
public class SubBean
{
    private int x = 0;
    /**
     * 
     */
    public SubBean()
    {
        super();
        // TODO Auto-generated constructor stub
    }

    public int getX()
    {
        return x;
    }
    
    public void setX(int x)
    {
        this.x = x;
    }
}
