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

Packages that use SomeIntValue
ch.elca.el4j.tests.remoting.jaxws.service   
 

Uses of SomeIntValue in ch.elca.el4j.tests.remoting.jaxws.service
 

Fields in ch.elca.el4j.tests.remoting.jaxws.service declared as SomeIntValue
private  SomeIntValue CalculatorValueObject.m_myNestedObject
          A nested object.
 

Fields in ch.elca.el4j.tests.remoting.jaxws.service with type parameters of type SomeIntValue
private  List<SomeIntValue> CalculatorValueObject.m_myNestedObjectList
          A list of nested objects.
 

Methods in ch.elca.el4j.tests.remoting.jaxws.service that return SomeIntValue
 SomeIntValue CalculatorValueObject.getSomeValue()
           
 

Methods in ch.elca.el4j.tests.remoting.jaxws.service that return types with arguments of type SomeIntValue
 List<SomeIntValue> CalculatorValueObject.getMyNestedObjectList()
           
 

Methods in ch.elca.el4j.tests.remoting.jaxws.service with parameters of type SomeIntValue
 void CalculatorValueObject.setSomeValue(SomeIntValue object)
           
 

Method parameters in ch.elca.el4j.tests.remoting.jaxws.service with type arguments of type SomeIntValue
 void CalculatorValueObject.setMyNestedObjectList(List<SomeIntValue> myNestedObjectList)
           
 



Copyright © 2005-2011 ELCA. All Rights Reserved.