edu.internet2.middleware.grouperClient.api
Class GcAttributeDefNameDelete

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

public class GcAttributeDefNameDelete
extends java.lang.Object

class to run an attributeDefName delete web service call


Constructor Summary
GcAttributeDefNameDelete()
           
 
Method Summary
 GcAttributeDefNameDelete addAttributeDefNameLookup(WsAttributeDefNameLookup wsAttributeDefNameLookup)
          add attributeDefName lookup
 GcAttributeDefNameDelete addParam(java.lang.String paramName, java.lang.String paramValue)
          add a param to the list
 GcAttributeDefNameDelete addParam(WsParam wsParam)
          add a param to the list
 GcAttributeDefNameDelete assignActAsSubject(WsSubjectLookup theActAsSubject)
          assign the act as subject if any
 GcAttributeDefNameDelete assignClientVersion(java.lang.String theClientVersion)
          assign client version
 GcAttributeDefNameDelete assignTxType(GcTransactionType gcTransactionType)
          assign the tx type
 WsAttributeDefNameDeleteResults execute()
          execute the call and return the results.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GcAttributeDefNameDelete

public GcAttributeDefNameDelete()
Method Detail

addAttributeDefNameLookup

public GcAttributeDefNameDelete addAttributeDefNameLookup(WsAttributeDefNameLookup wsAttributeDefNameLookup)
add attributeDefName lookup

Parameters:
wsAttributeDefNameLookup -
Returns:
this for chaining

addParam

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

Parameters:
paramName -
paramValue -
Returns:
this for chaining

addParam

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

Parameters:
wsParam -
Returns:
this for chaining

assignActAsSubject

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

Parameters:
theActAsSubject -
Returns:
this for chaining

assignTxType

public GcAttributeDefNameDelete assignTxType(GcTransactionType gcTransactionType)
assign the tx type

Parameters:
gcTransactionType -
Returns:
self for chaining

assignClientVersion

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

Parameters:
theClientVersion -
Returns:
this for chaining

execute

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

Returns:
the results