edu.internet2.middleware.grouperClient.ws.beans
Class WsRestAddMemberRequest

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.ws.beans.WsRestAddMemberRequest
All Implemented Interfaces:
WsRequestBean

public class WsRestAddMemberRequest
extends Object
implements WsRequestBean

bean that will be the data from rest request


Constructor Summary
WsRestAddMemberRequest()
           
 
Method Summary
 WsSubjectLookup getActAsSubjectLookup()
           
 String getAddExternalSubjectIfNotFound()
          T or F, if this is a search by identifier, with no source, or the external source, and the subject is not found, then add an external subject (if the user is allowed
 String getClientVersion()
           
 String getDisabledTime()
          date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS
 String getEnabledTime()
          date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSS
 String getFieldName()
           
 String getIncludeGroupDetail()
           
 String getIncludeSubjectDetail()
           
 WsParam[] getParams()
           
 String getReplaceAllExisting()
           
 String[] getSubjectAttributeNames()
           
 WsSubjectLookup[] getSubjectLookups()
           
 String getTxType()
           
 WsGroupLookup getWsGroupLookup()
           
 void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
           
 void setAddExternalSubjectIfNotFound(String addExternalSubjectIfNotFound1)
          T or F, if this is a search by identifier, with no source, or the external source, and the subject is not found, then add an external subject (if the user is allowed
 void setClientVersion(String clientVersion1)
           
 void setDisabledTime(String disabledTime1)
          date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS
 void setEnabledTime(String enabledTime1)
          date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSS
 void setFieldName(String fieldName1)
           
 void setIncludeGroupDetail(String includeGroupDetail1)
          who to act as if not the connecting user
 void setIncludeSubjectDetail(String includeSubjectDetail1)
           
 void setParams(WsParam[] params1)
           
 void setReplaceAllExisting(String replaceAllExisting1)
           
 void setSubjectAttributeNames(String[] subjectAttributeNames1)
           
 void setSubjectLookups(WsSubjectLookup[] subjectLookups1)
           
 void setTxType(String txType1)
           
 void setWsGroupLookup(WsGroupLookup wsGroupLookup1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsRestAddMemberRequest

public WsRestAddMemberRequest()
Method Detail

getDisabledTime

public String getDisabledTime()
date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS

Returns:
disabled time

setDisabledTime

public void setDisabledTime(String disabledTime1)
date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS

Parameters:
disabledTime1 -

getEnabledTime

public String getEnabledTime()
date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSS

Returns:
date

setEnabledTime

public void setEnabledTime(String enabledTime1)
date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSS

Parameters:
enabledTime1 -

getClientVersion

public String getClientVersion()
Returns:
the clientVersion

setClientVersion

public void setClientVersion(String clientVersion1)
Parameters:
clientVersion1 - the clientVersion to set

getWsGroupLookup

public WsGroupLookup getWsGroupLookup()
Returns:
the wsGroupLookup

setWsGroupLookup

public void setWsGroupLookup(WsGroupLookup wsGroupLookup1)
Parameters:
wsGroupLookup1 - the wsGroupLookup to set

getSubjectLookups

public WsSubjectLookup[] getSubjectLookups()
Returns:
the subjectLookups

setSubjectLookups

public void setSubjectLookups(WsSubjectLookup[] subjectLookups1)
Parameters:
subjectLookups1 - the subjectLookups to set

getReplaceAllExisting

public String getReplaceAllExisting()
Returns:
the replaceAllExisting

setReplaceAllExisting

public void setReplaceAllExisting(String replaceAllExisting1)
Parameters:
replaceAllExisting1 - the replaceAllExisting to set

getActAsSubjectLookup

public WsSubjectLookup getActAsSubjectLookup()
Returns:
the actAsSubjectLookup

setActAsSubjectLookup

public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
Parameters:
actAsSubjectLookup1 - the actAsSubjectLookup to set

getFieldName

public String getFieldName()
Returns:
the fieldName

setFieldName

public void setFieldName(String fieldName1)
Parameters:
fieldName1 - the fieldName to set

getTxType

public String getTxType()
Returns:
the txType

setTxType

public void setTxType(String txType1)
Parameters:
txType1 - the txType to set

getIncludeGroupDetail

public String getIncludeGroupDetail()
Returns:
the includeGroupDetail

setIncludeGroupDetail

public void setIncludeGroupDetail(String includeGroupDetail1)
who to act as if not the connecting user

Parameters:
includeGroupDetail1 - the includeGroupDetail to set

getIncludeSubjectDetail

public String getIncludeSubjectDetail()
Returns:
the includeSubjectDetail

setIncludeSubjectDetail

public void setIncludeSubjectDetail(String includeSubjectDetail1)
Parameters:
includeSubjectDetail1 - the includeSubjectDetail to set

getSubjectAttributeNames

public String[] getSubjectAttributeNames()
Returns:
the subjectAttributeNames

setSubjectAttributeNames

public void setSubjectAttributeNames(String[] subjectAttributeNames1)
Parameters:
subjectAttributeNames1 - the subjectAttributeNames to set

getParams

public WsParam[] getParams()
Returns:
the params

setParams

public void setParams(WsParam[] params1)
Parameters:
params1 - the params to set

getAddExternalSubjectIfNotFound

public String getAddExternalSubjectIfNotFound()
T or F, if this is a search by identifier, with no source, or the external source, and the subject is not found, then add an external subject (if the user is allowed

Returns:
T or F or blank

setAddExternalSubjectIfNotFound

public void setAddExternalSubjectIfNotFound(String addExternalSubjectIfNotFound1)
T or F, if this is a search by identifier, with no source, or the external source, and the subject is not found, then add an external subject (if the user is allowed

Parameters:
addExternalSubjectIfNotFound1 -