org.codehaus.xfire.demo.java
Class SimpleBean

java.lang.Object
  |
  +--org.codehaus.xfire.demo.java.SimpleBean

public class SimpleBean
extends java.lang.Object

SomeBean

Author:
Dan Diephouse

Constructor Summary
SimpleBean()
           
 
Method Summary
 java.lang.String getBleh()
           
 java.lang.String getHowdy()
           
 void setBleh(java.lang.String bleh)
           
 void setHowdy(java.lang.String howdy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleBean

public SimpleBean()
Method Detail

getBleh

public java.lang.String getBleh()

setBleh

public void setBleh(java.lang.String bleh)

getHowdy

public java.lang.String getHowdy()

setHowdy

public void setHowdy(java.lang.String howdy)


Copyright © -2004 Codehaus. All Rights Reserved.