Class A
- java.lang.Object
- 
- jadex.webservice.examples.rs.hello.A
 
- 
 public class A extends java.lang.Object
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetA()Get the a.java.util.ListgetB()Get the b.voidsetA(java.lang.String a)Set the a.voidsetB(java.util.List b)Set the b.
 
- 
- 
- 
Method Detail- 
getApublic java.lang.String getA() Get the a.- Returns:
- the a.
 
 - 
setApublic void setA(java.lang.String a) Set the a.- Parameters:
- a- The a to set.
 
 - 
getBpublic java.util.List getB() Get the b.- Returns:
- the b.
 
 - 
setBpublic void setB(java.util.List b) Set the b.- Parameters:
- b- The b to set.
 
 
- 
 
-