Class A
- java.lang.Object
-
- jadex.webservice.examples.rs.hello.A
-
public class A extends java.lang.Object
-
-
Method Summary
All 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
-
getA
public java.lang.String getA()
Get the a.- Returns:
- the a.
-
setA
public void setA(java.lang.String a)
Set the a.- Parameters:
a- The a to set.
-
getB
public java.util.List getB()
Get the b.- Returns:
- the b.
-
setB
public void setB(java.util.List b)
Set the b.- Parameters:
b- The b to set.
-
-