Package com.saperion.ws.jaxws
Class SetOutOfOffice
- java.lang.Object
-
- com.saperion.ws.jaxws.SetOutOfOffice
-
public class SetOutOfOffice extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SetOutOfOffice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getToken()
boolean
isOutOfOffice()
void
setOutOfOffice(boolean outOfOffice)
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
-
isOutOfOffice
public boolean isOutOfOffice()
- Returns:
- returns boolean
-
setOutOfOffice
public void setOutOfOffice(boolean outOfOffice)
- Parameters:
outOfOffice
- the value for the outOfOffice property
-
-