ch.elca.el4j.tests.remoting.jaxws.service
Class SomeIntValue
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_someValue
private int m_someValue
- An integer value.
SomeIntValue
public SomeIntValue()
- Default constructor for JAX-WS.
SomeIntValue
public SomeIntValue(int value)
- Parameters:
value - the new value
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.