Package com.saperion.ws.jaxws
Class GetAuthorizedUsers
- java.lang.Object
-
- com.saperion.ws.jaxws.GetAuthorizedUsers
-
public class GetAuthorizedUsers extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetAuthorizedUsers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SaWsMatchKind
getMatch()
java.util.List<SaWsRight>
getRights()
java.lang.String
getToken()
java.lang.String
getXhdoc()
void
setMatch(SaWsMatchKind match)
void
setRights(java.util.List<SaWsRight> rights)
void
setToken(java.lang.String token)
void
setXhdoc(java.lang.String xhdoc)
-
-
-
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
-
getXhdoc
public java.lang.String getXhdoc()
- Returns:
- returns String
-
setXhdoc
public void setXhdoc(java.lang.String xhdoc)
- Parameters:
xhdoc
- the value for the xhdoc property
-
getRights
public java.util.List<SaWsRight> getRights()
- Returns:
- returns List
-
setRights
public void setRights(java.util.List<SaWsRight> rights)
- Parameters:
rights
- the value for the rights property
-
getMatch
public SaWsMatchKind getMatch()
- Returns:
- returns SaWsMatchKind
-
setMatch
public void setMatch(SaWsMatchKind match)
- Parameters:
match
- the value for the match property
-
-