edu.internet2.middleware.grouper.ws.rest.attribute
Class WsRestGetAttributeAssignmentsLiteRequest

java.lang.Object
  extended by edu.internet2.middleware.grouper.ws.rest.attribute.WsRestGetAttributeAssignmentsLiteRequest
All Implemented Interfaces:
WsRequestBean

public class WsRestGetAttributeAssignmentsLiteRequest
extends Object
implements WsRequestBean

Bean for rest request to get attributes lite


Constructor Summary
WsRestGetAttributeAssignmentsLiteRequest()
           
 
Method Summary
 String getActAsSubjectId()
          if acting as another user
 String getActAsSubjectIdentifier()
          if acting as another user
 String getActAsSubjectSourceId()
          if acting as another user
 String getAction()
          action to query, or none to query all actions
 String getAttributeAssignId()
          attributeAssignId if you know the assign id you want, put it here
 String getAttributeAssignType()
          is the attribute assign type we are looking for
 String getAttributeDefType()
          null for all, or specify an AttributeDefType e.g.
 String getAttributeDefValueType()
          required if sending theValue, can be: floating, integer, memberId, string, timestamp
 String getClientVersion()
          is the version of the client.
 String getEnabled()
          is A for all, T or null for enabled only, F for disabled
 String getIncludeAssignmentsFromAssignments()
          T|F if you are finding an assignment that is an assignmentOnAssignment, then get the assignment which tells you the owner as well
 String getIncludeAssignmentsOnAssignments()
          if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true.
 String getIncludeGroupDetail()
          T or F as to if the group detail should be returned
 String getIncludeSubjectDetail()
          T|F, for if the extended subject information should be returned (anything more than just the id)
 String getParamName0()
          reserved for future use
 String getParamName1()
          reserved for future use
 String getParamValue0()
          reserved for future use
 String getParamValue1()
          reserved for future use
 String getSubjectAttributeNames()
          are the additional subject attributes (data) to return (comma separated) If blank, whatever is configured in the grouper-ws.properties will be sent
 String getTheValue()
          value if you are passing in one attributeDefNameLookup
 String getWsAssignAssignOwnerAction()
          if looking for assignments on assignments, this is the action of the assignment the assignment is assigned to
 String getWsAssignAssignOwnerAttributeAssignId()
          if looking for assignments on assignments, this is the assignment the assignment is assigned to
 String getWsAssignAssignOwnerIdOfAttributeDef()
          if looking for assignments on assignments, this is the attribute definition of the assignment the assignment is assigned to
 String getWsAssignAssignOwnerIdOfAttributeDefName()
          if looking for assignments on assignments, this is the attribute def name of the assignment the assignment is assigned to
 String getWsAssignAssignOwnerNameOfAttributeDef()
          if looking for assignments on assignments, this is the attribute definition of the assignment the assignment is assigned to
 String getWsAssignAssignOwnerNameOfAttributeDefName()
          if looking for assignments on assignments, this is the attribute def name of the assignment the assignment is assigned to
 String getWsAttributeDefId()
          find assignments in this attribute def (optional)
 String getWsAttributeDefName()
          find assignments in this attribute def (optional)
 String getWsAttributeDefNameId()
          find assignments in this attribute def name (optional)
 String getWsAttributeDefNameName()
          find assignments in this attribute def name (optional)
 String getWsOwnerAttributeDefId()
          to query attributes assigned on attribute def
 String getWsOwnerAttributeDefName()
          to query attributes assigned on attribute def
 String getWsOwnerGroupId()
          is group id to look in
 String getWsOwnerGroupName()
          is group name to look in
 String getWsOwnerMembershipAnyGroupId()
          to query attributes in "any" membership which is on immediate or effective membership
 String getWsOwnerMembershipAnyGroupName()
          to query attributes in "any" membership which is on immediate or effective membership
 String getWsOwnerMembershipAnySubjectId()
          to query attributes in "any" membership which is on immediate or effective membership
 String getWsOwnerMembershipAnySubjectIdentifier()
          to query attributes in "any" membership which is on immediate or effective membership
 String getWsOwnerMembershipAnySubjectSourceId()
          to query attributes in "any" membership which is on immediate or effective membership
 String getWsOwnerMembershipId()
          to query attributes on immediate membership
 String getWsOwnerStemId()
          is stem to look in
 String getWsOwnerStemName()
          is stem to look in
 String getWsOwnerSubjectId()
          is subject to look in
 String getWsOwnerSubjectIdentifier()
          is subject to look in
 String getWsOwnerSubjectSourceId()
          is subject to look in
 GrouperRestHttpMethod retrieveRestHttpMethod()
          see which http method this is supposed to be associated with, and override whatever was passed in
 void setActAsSubjectId(String actAsSubjectId1)
          if acting as another user
 void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
          if acting as another user
 void setActAsSubjectSourceId(String actAsSubjectSourceId1)
          if acting as another user
 void setAction(String action1)
          action to query, or none to query all actions
 void setAttributeAssignId(String attributeAssignId1)
          attributeAssignId if you know the assign id you want, put it here
 void setAttributeAssignType(String attributeAssignType1)
          is the attribute assign type we are looking for
 void setAttributeDefType(String attributeDefType1)
          null for all, or specify an AttributeDefType e.g.
 void setAttributeDefValueType(String attributeDefValueType1)
          required if sending theValue, can be: floating, integer, memberId, string, timestamp
 void setClientVersion(String clientVersion1)
          is the version of the client.
 void setEnabled(String enabled1)
          is A for all, T or null for enabled only, F for disabled
 void setIncludeAssignmentsFromAssignments(String includeAssignmentsFromAssignments1)
          T|F if you are finding an assignment that is an assignmentOnAssignment, then get the assignment which tells you the owner as well
 void setIncludeAssignmentsOnAssignments(String includeAssignmentsOnAssignments1)
          if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true.
 void setIncludeGroupDetail(String includeGroupDetail1)
          T or F as to if the group detail should be returned
 void setIncludeSubjectDetail(String includeSubjectDetail1)
          T|F, for if the extended subject information should be returned (anything more than just the id)
 void setParamName0(String _paramName0)
          reserved for future use
 void setParamName1(String _paramName1)
          reserved for future use
 void setParamValue0(String _paramValue0)
          reserved for future use
 void setParamValue1(String _paramValue1)
          reserved for future use
 void setSubjectAttributeNames(String subjectAttributeNames1)
          are the additional subject attributes (data) to return (comma separated) If blank, whatever is configured in the grouper-ws.properties will be sent
 void setTheValue(String theValue1)
          value if you are passing in one attributeDefNameLookup
 void setWsAssignAssignOwnerAction(String wsAssignAssignOwnerAction1)
          if looking for assignments on assignments, this is the action of the assignment the assignment is assigned to
 void setWsAssignAssignOwnerAttributeAssignId(String wsAssignAssignOwnerAttributeAssignId1)
          if looking for assignments on assignments, this is the assignment the assignment is assigned to
 void setWsAssignAssignOwnerIdOfAttributeDef(String wsAssignAssignOwnerIdOfAttributeDef1)
          if looking for assignments on assignments, this is the attribute definition of the assignment the assignment is assigned to
 void setWsAssignAssignOwnerIdOfAttributeDefName(String wsAssignAssignOwnerIdOfAttributeDefName1)
          if looking for assignments on assignments, this is the attribute def name of the assignment the assignment is assigned to
 void setWsAssignAssignOwnerNameOfAttributeDef(String wsAssignAssignOwnerNameOfAttributeDef1)
          if looking for assignments on assignments, this is the attribute definition of the assignment the assignment is assigned to
 void setWsAssignAssignOwnerNameOfAttributeDefName(String wsAssignAssignOwnerNameOfAttributeDefName1)
          if looking for assignments on assignments, this is the attribute def name of the assignment the assignment is assigned to
 void setWsAttributeDefId(String wsAttributeDefId1)
          find assignments in this attribute def (optional)
 void setWsAttributeDefName(String wsAttributeDefName1)
          find assignments in this attribute def (optional)
 void setWsAttributeDefNameId(String wsAttributeDefNameId1)
          find assignments in this attribute def name (optional)
 void setWsAttributeDefNameName(String wsAttributeDefNameName1)
          find assignments in this attribute def name (optional)
 void setWsOwnerAttributeDefId(String wsOwnerAttributeDefId1)
          to query attributes assigned on attribute def
 void setWsOwnerAttributeDefName(String wsOwnerAttributeDefName1)
          to query attributes assigned on attribute def
 void setWsOwnerGroupId(String wsOwnerGroupId1)
          is group id to look in
 void setWsOwnerGroupName(String wsOwnerGroupName1)
          is group name to look in
 void setWsOwnerMembershipAnyGroupId(String wsOwnerMembershipAnyGroupId1)
          to query attributes in "any" membership which is on immediate or effective membership
 void setWsOwnerMembershipAnyGroupName(String wsOwnerMembershipAnyGroupName1)
          to query attributes in "any" membership which is on immediate or effective membership
 void setWsOwnerMembershipAnySubjectId(String wsOwnerMembershipAnySubjectId1)
          to query attributes in "any" membership which is on immediate or effective membership
 void setWsOwnerMembershipAnySubjectIdentifier(String wsOwnerMembershipAnySubjectIdentifier1)
          to query attributes in "any" membership which is on immediate or effective membership
 void setWsOwnerMembershipAnySubjectSourceId(String wsOwnerMembershipAnySubjectSourceId1)
          to query attributes in "any" membership which is on immediate or effective membership
 void setWsOwnerMembershipId(String wsOwnerMembershipId1)
          to query attributes on immediate membership
 void setWsOwnerStemId(String wsOwnerStemId1)
          is stem to look in
 void setWsOwnerStemName(String wsOwnerStemName1)
          is stem to look in
 void setWsOwnerSubjectId(String wsOwnerSubjectId1)
          is subject to look in
 void setWsOwnerSubjectIdentifier(String wsOwnerSubjectIdentifier1)
          is subject to look in
 void setWsOwnerSubjectSourceId(String wsOwnerSubjectSourceId1)
          is subject to look in
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsRestGetAttributeAssignmentsLiteRequest

public WsRestGetAttributeAssignmentsLiteRequest()
Method Detail

getAttributeDefValueType

public String getAttributeDefValueType()
required if sending theValue, can be: floating, integer, memberId, string, timestamp

Returns:
attributeDefValueType

setAttributeDefValueType

public void setAttributeDefValueType(String attributeDefValueType1)
required if sending theValue, can be: floating, integer, memberId, string, timestamp

Parameters:
attributeDefValueType1 -

getAttributeDefType

public String getAttributeDefType()
null for all, or specify an AttributeDefType e.g. attr, limit, service, type, limit, perm

Returns:
attributeDefValueType

setAttributeDefType

public void setAttributeDefType(String attributeDefType1)
null for all, or specify an AttributeDefType e.g. attr, limit, service, type, limit, perm

Parameters:
attributeDefType1 -

getTheValue

public String getTheValue()
value if you are passing in one attributeDefNameLookup

Returns:
value

setTheValue

public void setTheValue(String theValue1)
value if you are passing in one attributeDefNameLookup

Parameters:
theValue1 -

getIncludeAssignmentsFromAssignments

public String getIncludeAssignmentsFromAssignments()
T|F if you are finding an assignment that is an assignmentOnAssignment, then get the assignment which tells you the owner as well

Returns:
if include assignments from assignments

setIncludeAssignmentsFromAssignments

public void setIncludeAssignmentsFromAssignments(String includeAssignmentsFromAssignments1)
T|F if you are finding an assignment that is an assignmentOnAssignment, then get the assignment which tells you the owner as well

Parameters:
includeAssignmentsFromAssignments1 -

retrieveRestHttpMethod

public GrouperRestHttpMethod retrieveRestHttpMethod()
Description copied from interface: WsRequestBean
see which http method this is supposed to be associated with, and override whatever was passed in

Specified by:
retrieveRestHttpMethod in interface WsRequestBean
Returns:
the method
See Also:
WsRequestBean.retrieveRestHttpMethod()

getClientVersion

public String getClientVersion()
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000

Returns:
client version

setClientVersion

public void setClientVersion(String clientVersion1)
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000

Parameters:
clientVersion1 -

getAttributeAssignType

public String getAttributeAssignType()
is the attribute assign type we are looking for

Returns:
attribute assign type

setAttributeAssignType

public void setAttributeAssignType(String attributeAssignType1)
is the attribute assign type we are looking for

Parameters:
attributeAssignType1 -

getAttributeAssignId

public String getAttributeAssignId()
attributeAssignId if you know the assign id you want, put it here

Returns:
attributeAssignId

setAttributeAssignId

public void setAttributeAssignId(String attributeAssignId1)
attributeAssignId if you know the assign id you want, put it here

Parameters:
attributeAssignId1 -

getWsAttributeDefName

public String getWsAttributeDefName()
find assignments in this attribute def (optional)

Returns:
attribute def name

setWsAttributeDefName

public void setWsAttributeDefName(String wsAttributeDefName1)
find assignments in this attribute def (optional)

Parameters:
wsAttributeDefName1 -

getWsAttributeDefId

public String getWsAttributeDefId()
find assignments in this attribute def (optional)

Returns:
attribute def

setWsAttributeDefId

public void setWsAttributeDefId(String wsAttributeDefId1)
find assignments in this attribute def (optional)

Parameters:
wsAttributeDefId1 -

getWsAttributeDefNameName

public String getWsAttributeDefNameName()
find assignments in this attribute def name (optional)

Returns:
attribute def name name

setWsAttributeDefNameName

public void setWsAttributeDefNameName(String wsAttributeDefNameName1)
find assignments in this attribute def name (optional)

Parameters:
wsAttributeDefNameName1 -

getWsAttributeDefNameId

public String getWsAttributeDefNameId()
find assignments in this attribute def name (optional)

Returns:
attribute def name id

setWsAttributeDefNameId

public void setWsAttributeDefNameId(String wsAttributeDefNameId1)
find assignments in this attribute def name (optional)

Parameters:
wsAttributeDefNameId1 -

getWsOwnerGroupName

public String getWsOwnerGroupName()
is group name to look in

Returns:
group name

setWsOwnerGroupName

public void setWsOwnerGroupName(String wsOwnerGroupName1)
is group name to look in

Parameters:
wsOwnerGroupName1 -

getWsOwnerGroupId

public String getWsOwnerGroupId()
is group id to look in

Returns:
group id

setWsOwnerGroupId

public void setWsOwnerGroupId(String wsOwnerGroupId1)
is group id to look in

Parameters:
wsOwnerGroupId1 -

getWsOwnerStemName

public String getWsOwnerStemName()
is stem to look in

Returns:
stem

setWsOwnerStemName

public void setWsOwnerStemName(String wsOwnerStemName1)
is stem to look in

Parameters:
wsOwnerStemName1 -

getWsOwnerStemId

public String getWsOwnerStemId()
is stem to look in

Returns:
stem

setWsOwnerStemId

public void setWsOwnerStemId(String wsOwnerStemId1)
is stem to look in

Parameters:
wsOwnerStemId1 -

getWsOwnerSubjectId

public String getWsOwnerSubjectId()
is subject to look in

Returns:
subject

setWsOwnerSubjectId

public void setWsOwnerSubjectId(String wsOwnerSubjectId1)
is subject to look in

Parameters:
wsOwnerSubjectId1 -

getWsOwnerSubjectSourceId

public String getWsOwnerSubjectSourceId()
is subject to look in

Returns:
subject

setWsOwnerSubjectSourceId

public void setWsOwnerSubjectSourceId(String wsOwnerSubjectSourceId1)
is subject to look in

Parameters:
wsOwnerSubjectSourceId1 -

getWsOwnerSubjectIdentifier

public String getWsOwnerSubjectIdentifier()
is subject to look in

Returns:
subject

setWsOwnerSubjectIdentifier

public void setWsOwnerSubjectIdentifier(String wsOwnerSubjectIdentifier1)
is subject to look in

Parameters:
wsOwnerSubjectIdentifier1 -

getWsOwnerMembershipId

public String getWsOwnerMembershipId()
to query attributes on immediate membership

Returns:
membership id

setWsOwnerMembershipId

public void setWsOwnerMembershipId(String wsOwnerMembershipId1)
to query attributes on immediate membership

Parameters:
wsOwnerMembershipId1 -

getWsOwnerMembershipAnyGroupName

public String getWsOwnerMembershipAnyGroupName()
to query attributes in "any" membership which is on immediate or effective membership

Returns:
owner membership

setWsOwnerMembershipAnyGroupName

public void setWsOwnerMembershipAnyGroupName(String wsOwnerMembershipAnyGroupName1)
to query attributes in "any" membership which is on immediate or effective membership

Parameters:
wsOwnerMembershipAnyGroupName1 -

getWsOwnerMembershipAnyGroupId

public String getWsOwnerMembershipAnyGroupId()
to query attributes in "any" membership which is on immediate or effective membership

Returns:
any membership

setWsOwnerMembershipAnyGroupId

public void setWsOwnerMembershipAnyGroupId(String wsOwnerMembershipAnyGroupId1)
to query attributes in "any" membership which is on immediate or effective membership

Parameters:
wsOwnerMembershipAnyGroupId1 -

getWsOwnerMembershipAnySubjectId

public String getWsOwnerMembershipAnySubjectId()
to query attributes in "any" membership which is on immediate or effective membership

Returns:
any membership

setWsOwnerMembershipAnySubjectId

public void setWsOwnerMembershipAnySubjectId(String wsOwnerMembershipAnySubjectId1)
to query attributes in "any" membership which is on immediate or effective membership

Parameters:
wsOwnerMembershipAnySubjectId1 -

getWsOwnerMembershipAnySubjectSourceId

public String getWsOwnerMembershipAnySubjectSourceId()
to query attributes in "any" membership which is on immediate or effective membership

Returns:
any membership

setWsOwnerMembershipAnySubjectSourceId

public void setWsOwnerMembershipAnySubjectSourceId(String wsOwnerMembershipAnySubjectSourceId1)
to query attributes in "any" membership which is on immediate or effective membership

Parameters:
wsOwnerMembershipAnySubjectSourceId1 -

getWsOwnerMembershipAnySubjectIdentifier

public String getWsOwnerMembershipAnySubjectIdentifier()
to query attributes in "any" membership which is on immediate or effective membership

Returns:
any membership

setWsOwnerMembershipAnySubjectIdentifier

public void setWsOwnerMembershipAnySubjectIdentifier(String wsOwnerMembershipAnySubjectIdentifier1)
to query attributes in "any" membership which is on immediate or effective membership

Parameters:
wsOwnerMembershipAnySubjectIdentifier1 -

getWsOwnerAttributeDefName

public String getWsOwnerAttributeDefName()
to query attributes assigned on attribute def

Returns:
attr def

setWsOwnerAttributeDefName

public void setWsOwnerAttributeDefName(String wsOwnerAttributeDefName1)
to query attributes assigned on attribute def

Parameters:
wsOwnerAttributeDefName1 -

getWsOwnerAttributeDefId

public String getWsOwnerAttributeDefId()
to query attributes assigned on attribute def

Returns:
attr def

setWsOwnerAttributeDefId

public void setWsOwnerAttributeDefId(String wsOwnerAttributeDefId1)
to query attributes assigned on attribute def

Parameters:
wsOwnerAttributeDefId1 -

getAction

public String getAction()
action to query, or none to query all actions

Returns:
action

setAction

public void setAction(String action1)
action to query, or none to query all actions

Parameters:
action1 -

getIncludeAssignmentsOnAssignments

public String getIncludeAssignmentsOnAssignments()
if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true. default to false.

Returns:
include assignment

setIncludeAssignmentsOnAssignments

public void setIncludeAssignmentsOnAssignments(String includeAssignmentsOnAssignments1)
if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true. default to false.

Parameters:
includeAssignmentsOnAssignments1 -

getActAsSubjectId

public String getActAsSubjectId()
if acting as another user

Returns:
id

setActAsSubjectId

public void setActAsSubjectId(String actAsSubjectId1)
if acting as another user

Parameters:
actAsSubjectId1 -

getActAsSubjectSourceId

public String getActAsSubjectSourceId()
if acting as another user

Returns:
source id

setActAsSubjectSourceId

public void setActAsSubjectSourceId(String actAsSubjectSourceId1)
if acting as another user

Parameters:
actAsSubjectSourceId1 -

getActAsSubjectIdentifier

public String getActAsSubjectIdentifier()
if acting as another user

Returns:
subject identifier

setActAsSubjectIdentifier

public void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
if acting as another user

Parameters:
actAsSubjectIdentifier1 -

getIncludeSubjectDetail

public String getIncludeSubjectDetail()
T|F, for if the extended subject information should be returned (anything more than just the id)

Returns:
T|F

setIncludeSubjectDetail

public void setIncludeSubjectDetail(String includeSubjectDetail1)
T|F, for if the extended subject information should be returned (anything more than just the id)

Parameters:
includeSubjectDetail1 -

getSubjectAttributeNames

public String getSubjectAttributeNames()
are the additional subject attributes (data) to return (comma separated) If blank, whatever is configured in the grouper-ws.properties will be sent

Returns:
subject attribute names

setSubjectAttributeNames

public void setSubjectAttributeNames(String subjectAttributeNames1)
are the additional subject attributes (data) to return (comma separated) If blank, whatever is configured in the grouper-ws.properties will be sent

Parameters:
subjectAttributeNames1 -

getIncludeGroupDetail

public String getIncludeGroupDetail()
T or F as to if the group detail should be returned

Returns:
T|F

setIncludeGroupDetail

public void setIncludeGroupDetail(String includeGroupDetail1)
T or F as to if the group detail should be returned

Parameters:
includeGroupDetail1 -

getParamName0

public String getParamName0()
reserved for future use

Returns:
param name 0

setParamName0

public void setParamName0(String _paramName0)
reserved for future use

Parameters:
_paramName0 -

getParamValue0

public String getParamValue0()
reserved for future use

Returns:
param value 0

setParamValue0

public void setParamValue0(String _paramValue0)
reserved for future use

Parameters:
_paramValue0 -

getParamName1

public String getParamName1()
reserved for future use

Returns:
paramname1

setParamName1

public void setParamName1(String _paramName1)
reserved for future use

Parameters:
_paramName1 -

getParamValue1

public String getParamValue1()
reserved for future use

Returns:
param value 1

setParamValue1

public void setParamValue1(String _paramValue1)
reserved for future use

Parameters:
_paramValue1 -

getEnabled

public String getEnabled()
is A for all, T or null for enabled only, F for disabled

Returns:
enabled

setEnabled

public void setEnabled(String enabled1)
is A for all, T or null for enabled only, F for disabled

Parameters:
enabled1 -

getWsAssignAssignOwnerAttributeAssignId

public String getWsAssignAssignOwnerAttributeAssignId()
if looking for assignments on assignments, this is the assignment the assignment is assigned to

Returns:
id

setWsAssignAssignOwnerAttributeAssignId

public void setWsAssignAssignOwnerAttributeAssignId(String wsAssignAssignOwnerAttributeAssignId1)
if looking for assignments on assignments, this is the assignment the assignment is assigned to

Parameters:
wsAssignAssignOwnerAttributeAssignId1 -

getWsAssignAssignOwnerIdOfAttributeDef

public String getWsAssignAssignOwnerIdOfAttributeDef()
if looking for assignments on assignments, this is the attribute definition of the assignment the assignment is assigned to

Returns:
id

setWsAssignAssignOwnerIdOfAttributeDef

public void setWsAssignAssignOwnerIdOfAttributeDef(String wsAssignAssignOwnerIdOfAttributeDef1)
if looking for assignments on assignments, this is the attribute definition of the assignment the assignment is assigned to

Parameters:
wsAssignAssignOwnerIdOfAttributeDef1 -

getWsAssignAssignOwnerNameOfAttributeDef

public String getWsAssignAssignOwnerNameOfAttributeDef()
if looking for assignments on assignments, this is the attribute definition of the assignment the assignment is assigned to

Returns:
name

setWsAssignAssignOwnerNameOfAttributeDef

public void setWsAssignAssignOwnerNameOfAttributeDef(String wsAssignAssignOwnerNameOfAttributeDef1)
if looking for assignments on assignments, this is the attribute definition of the assignment the assignment is assigned to

Parameters:
wsAssignAssignOwnerNameOfAttributeDef1 -

getWsAssignAssignOwnerIdOfAttributeDefName

public String getWsAssignAssignOwnerIdOfAttributeDefName()
if looking for assignments on assignments, this is the attribute def name of the assignment the assignment is assigned to

Returns:
id

setWsAssignAssignOwnerIdOfAttributeDefName

public void setWsAssignAssignOwnerIdOfAttributeDefName(String wsAssignAssignOwnerIdOfAttributeDefName1)
if looking for assignments on assignments, this is the attribute def name of the assignment the assignment is assigned to

Parameters:
wsAssignAssignOwnerIdOfAttributeDefName1 -

getWsAssignAssignOwnerNameOfAttributeDefName

public String getWsAssignAssignOwnerNameOfAttributeDefName()
if looking for assignments on assignments, this is the attribute def name of the assignment the assignment is assigned to

Returns:
name

setWsAssignAssignOwnerNameOfAttributeDefName

public void setWsAssignAssignOwnerNameOfAttributeDefName(String wsAssignAssignOwnerNameOfAttributeDefName1)
if looking for assignments on assignments, this is the attribute def name of the assignment the assignment is assigned to

Parameters:
wsAssignAssignOwnerNameOfAttributeDefName1 -

getWsAssignAssignOwnerAction

public String getWsAssignAssignOwnerAction()
if looking for assignments on assignments, this is the action of the assignment the assignment is assigned to

Returns:
action

setWsAssignAssignOwnerAction

public void setWsAssignAssignOwnerAction(String wsAssignAssignOwnerAction1)
if looking for assignments on assignments, this is the action of the assignment the assignment is assigned to

Parameters:
wsAssignAssignOwnerAction1 -