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.String
getA()
Get the a.java.util.List
getB()
Get the b.void
setA(java.lang.String a)
Set the a.void
setB(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.
-
-