Package com.saperion.ws.jaxws
Class GetConfiguration
- java.lang.Object
-
- com.saperion.ws.jaxws.GetConfiguration
-
public class GetConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSection()
java.lang.String
getToken()
void
setSection(java.lang.String section)
void
setToken(java.lang.String token)
-
-
-
Method Detail
-
getToken
public java.lang.String getToken()
- Returns:
- returns String
-
setToken
public void setToken(java.lang.String token)
- Parameters:
token
- the value for the token property
-
getSection
public java.lang.String getSection()
- Returns:
- returns String
-
setSection
public void setSection(java.lang.String section)
- Parameters:
section
- the value for the section property
-
-