edu.internet2.middleware.grouperClient.api
Class GcAttributeDefNameSave

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.api.GcAttributeDefNameSave

public class GcAttributeDefNameSave
extends java.lang.Object

class to run an attributeDefName save web service call


Constructor Summary
GcAttributeDefNameSave()
           
 
Method Summary
 GcAttributeDefNameSave addAttributeDefNameToSave(WsAttributeDefNameToSave wsAttributeDefNameToSave)
          add an attributeDefName to save
 GcAttributeDefNameSave addParam(java.lang.String paramName, java.lang.String paramValue)
          add a param to the list
 GcAttributeDefNameSave addParam(WsParam wsParam)
          add a param to the list
 GcAttributeDefNameSave assignActAsSubject(WsSubjectLookup theActAsSubject)
          assign the act as subject if any
 GcAttributeDefNameSave assignClientVersion(java.lang.String theClientVersion)
          assign client version
 GcAttributeDefNameSave assignTxType(GcTransactionType gcTransactionType)
          assign the tx type
 WsAttributeDefNameSaveResults execute()
          execute the call and return the results.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GcAttributeDefNameSave

public GcAttributeDefNameSave()
Method Detail

assignClientVersion

public GcAttributeDefNameSave assignClientVersion(java.lang.String theClientVersion)
assign client version

Parameters:
theClientVersion -
Returns:
this for chaining

addAttributeDefNameToSave

public GcAttributeDefNameSave addAttributeDefNameToSave(WsAttributeDefNameToSave wsAttributeDefNameToSave)
add an attributeDefName to save

Parameters:
wsAttributeDefNameToSave -
Returns:
attributeDefName to save

addParam

public GcAttributeDefNameSave addParam(java.lang.String paramName,
                                       java.lang.String paramValue)
add a param to the list

Parameters:
paramName -
paramValue -
Returns:
this for chaining

addParam

public GcAttributeDefNameSave addParam(WsParam wsParam)
add a param to the list

Parameters:
wsParam -
Returns:
this for chaining

assignActAsSubject

public GcAttributeDefNameSave assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any

Parameters:
theActAsSubject -
Returns:
this for chaining

execute

public WsAttributeDefNameSaveResults execute()
execute the call and return the results. If there is a problem calling the service, an exception will be thrown

Returns:
the results

assignTxType

public GcAttributeDefNameSave assignTxType(GcTransactionType gcTransactionType)
assign the tx type

Parameters:
gcTransactionType -
Returns:
self for chaining

main

public static void main(java.lang.String[] args)
Parameters:
args -