Class WsSubject
java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_0.WsSubject
subject bean for web services
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]if attributes are being sent back per config in the grouper.properties, this is attribute0 value, this is extended subject datagetId()subject id, note if no subject found, and identifier was passed in, that will be placed hereidentifier used to lookup subjectgetName()T or F for successvoidsetAttributeValues(String[] attributesa) attribute data of subjects in group (in same order as attributeNames)voidsubject id, note if no subject found, and identifier was passed in, that will be placed herevoidsetIdentifierLookup(String identifierLookup1) return the identifier looked upvoidvoidsetResultCode(String resultCode1) voidsetSourceId(String source1) voidsetSuccess(String success1) T or F for success
-
Constructor Details
-
WsSubject
public WsSubject()constructor
-
-
Method Details
-
getIdentifierLookup
identifier used to lookup subject- Returns:
- the identifier
-
setIdentifierLookup
return the identifier looked up- Parameters:
identifierLookup1-
-
getId
subject id, note if no subject found, and identifier was passed in, that will be placed here- Returns:
- the id
-
setId
subject id, note if no subject found, and identifier was passed in, that will be placed here- Parameters:
id1-
-
getName
- Returns:
- the name
-
setName
- Parameters:
name1- the name to set
-
getAttributeValues
if attributes are being sent back per config in the grouper.properties, this is attribute0 value, this is extended subject data- Returns:
- the attribute0
-
setAttributeValues
attribute data of subjects in group (in same order as attributeNames)- Parameters:
attributesa- the attributes to set
-
getSourceId
- Returns:
- the source
-
setSourceId
- Parameters:
source1- the source to set
-
getResultCode
- Returns:
- the resultCode
-
setResultCode
- Parameters:
resultCode1- the resultCode to set
-
getSuccess
T or F for success- Returns:
- the success
-
setSuccess
T or F for success- Parameters:
success1- the success to set
-