ch.elca.el4j.tests.remoting.jaxws.service
Class SomeIntValue

java.lang.Object
  extended by ch.elca.el4j.tests.remoting.jaxws.service.SomeIntValue

public class SomeIntValue
extends Object

This class simply stores an integer value.

Author:
Stefan Wismer (SWI)
File-location:
SomeIntValue
Last check-in date:
2009-08-04 15:48:31 +0200 (Di, 04. Aug 2009) by swismer for revision 3884

Field Summary
private  int m_someValue
          An integer value.
 
Constructor Summary
SomeIntValue()
          Default constructor for JAX-WS.
SomeIntValue(int value)
           
 
Method Summary
 int getSomeValue()
           
 void setSomeValue(int someValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_someValue

private int m_someValue
An integer value.

Constructor Detail

SomeIntValue

public SomeIntValue()
Default constructor for JAX-WS.


SomeIntValue

public SomeIntValue(int value)
Parameters:
value - the new value
Method Detail

getSomeValue

public int getSomeValue()
Returns:
Returns the someValue.

setSomeValue

public void setSomeValue(int someValue)
Parameters:
someValue - Is the someValue to set.


Copyright © 2005-2011 ELCA. All Rights Reserved.