Class WsAttributeAssign

java.lang.Object
edu.internet2.middleware.grouper.ws.soap.WsAttributeAssign

public class WsAttributeAssign extends Object
result of attribute assign query represents an assignment in the DB
  • Constructor Details

    • WsAttributeAssign

      public WsAttributeAssign()
  • Method Details

    • getAttributeAssignDelegatable

      public String getAttributeAssignDelegatable()
      AttributeAssignDelegatable enum (generally only for permissions): TRUE, FALSE, GRANT
      Returns:
      delegatable
    • setAttributeAssignDelegatable

      public void setAttributeAssignDelegatable(String attributeAssignDelegatable1)
      AttributeAssignDelegatable enum (generally only for permissions): TRUE, FALSE, GRANT
      Parameters:
      attributeAssignDelegatable1 -
    • getAttributeAssignActionType

      public String getAttributeAssignActionType()
      type of assignment from enum AttributeAssignActionType e.g. effective, immediate
      Returns:
      type of assignment from enum AttributeAssignActionType e.g. effective, immediate
    • setAttributeAssignActionType

      public void setAttributeAssignActionType(String attributeAssignActionType1)
      type of assignment from enum AttributeAssignActionType e.g. effective, immediate
      Parameters:
      attributeAssignActionType1 - type of assignment from enum AttributeAssignActionType e.g. effective, immediate
    • getWsAttributeAssignValues

      public WsAttributeAssignValue[] getWsAttributeAssignValues()
      value(s) in this assignment if any
      Returns:
      values
    • setWsAttributeAssignValues

      public void setWsAttributeAssignValues(WsAttributeAssignValue[] wsAttributeAssignValues1)
      value(s) in this assignment if any
      Parameters:
      wsAttributeAssignValues1 -
    • getAttributeDefId

      public String getAttributeDefId()
      id of attribute def in this assignment
      Returns:
      id of attribute def in this assignment
    • setAttributeDefId

      public void setAttributeDefId(String attributeDefId1)
      id of attribute def in this assignment
      Parameters:
      attributeDefId1 -
    • getAttributeDefName

      public String getAttributeDefName()
      name of attribute def in this assignment
      Returns:
      name of attribute def in this assignment
    • setAttributeDefName

      public void setAttributeDefName(String attributeDefName1)
      name of attribute def in this assignment
      Parameters:
      attributeDefName1 -
    • getAttributeAssignActionId

      public String getAttributeAssignActionId()
      id of action for this assignment (e.g. assign). Generally this will be AttributeDef.ACTION_DEFAULT
      Returns:
      id of action for this assignment (e.g. assign). Generally this will be AttributeDef.ACTION_DEFAULT
    • setAttributeAssignActionId

      public void setAttributeAssignActionId(String attributeAssignActionId1)
      id of action for this assignment (e.g. assign). Generally this will be AttributeDef.ACTION_DEFAULT
      Parameters:
      attributeAssignActionId1 -
    • getAttributeAssignActionName

      public String getAttributeAssignActionName()
      name of action for this assignment (e.g. assign). Generally this will be AttributeDef.ACTION_DEFAULT
      Returns:
      name of action for this assignment (e.g. assign). Generally this will be AttributeDef.ACTION_DEFAULT
    • setAttributeAssignActionName

      public void setAttributeAssignActionName(String attributeAssignActionName1)
      name of action for this assignment (e.g. assign). Generally this will be AttributeDef.ACTION_DEFAULT
      Parameters:
      attributeAssignActionName1 -
    • getAttributeAssignType

      public String getAttributeAssignType()
      Type of owner, from enum AttributeAssignType, e.g. group, member, stem, any_mem, imm_mem, attr_def, group_asgn, mem_asgn, stem_asgn, any_mem_asgn, imm_mem_asgn, attr_def_asgn
      Returns:
      type
    • setAttributeAssignType

      public void setAttributeAssignType(String attributeAssignType1)
      Type of owner, from enum AttributeAssignType, e.g. group, member, stem, any_mem, imm_mem, attr_def, group_asgn, mem_asgn, stem_asgn, any_mem_asgn, imm_mem_asgn, attr_def_asgn
      Parameters:
      attributeAssignType1 -
    • getAttributeDefNameId

      public String getAttributeDefNameId()
      attribute name id in this assignment
      Returns:
      attribute name id in this assignment
    • setAttributeDefNameId

      public void setAttributeDefNameId(String attributeDefNameId1)
      attribute name id in this assignment
      Parameters:
      attributeDefNameId1 -
    • getAttributeDefNameName

      public String getAttributeDefNameName()
      attribute name in this assignment
      Returns:
      attribute name in this assignment
    • setAttributeDefNameName

      public void setAttributeDefNameName(String attributeDefNameName1)
      attribute name in this assignment
      Parameters:
      attributeDefNameName1 -
    • getCreatedOn

      public String getCreatedOn()
      when created: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23
      Returns:
      when created
    • setCreatedOn

      public void setCreatedOn(String createdOn1)
      when created: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23
      Parameters:
      createdOn1 -
    • getDisabledTime

      public String getDisabledTime()
      if there is a date here, and it is in the past, this assignment is disabled yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23
      Returns:
      the disabled time
    • setDisabledTime

      public void setDisabledTime(String disabledTime1)
      if there is a date here, and it is in the past, this assignment is disabled yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23
      Parameters:
      disabledTime1 -
    • getEnabled

      public String getEnabled()
      T or F for if this assignment is enabled (e.g. might have expired)
      Returns:
      T or F
    • setEnabled

      public void setEnabled(String enabled1)
      T or F for if this assignment is enabled (e.g. might have expired)
      Parameters:
      enabled1 -
    • getEnabledTime

      public String getEnabledTime()
      if there is a date here, and it is in the future, this assignment is disabled until that time: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23
      Returns:
      enabled time
    • setEnabledTime

      public void setEnabledTime(String enabledTime1)
      if there is a date here, and it is in the future, this assignment is disabled until that time: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23
      Parameters:
      enabledTime1 -
    • getId

      public String getId()
      id of this attribute assignment
      Returns:
      id
    • setId

      public void setId(String id1)
      id of this attribute assignment
      Parameters:
      id1 -
    • getLastUpdated

      public String getLastUpdated()
      time when this attribute was last modified yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23
      Returns:
      last updated
    • setLastUpdated

      public void setLastUpdated(String lastUpdated1)
      time when this attribute was last modified yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23
      Parameters:
      lastUpdated1 -
    • getNotes

      public String getNotes()
      notes about this assignment, free-form text
      Returns:
      notes
    • setNotes

      public void setNotes(String notes1)
      notes about this assignment, free-form text
      Parameters:
      notes1 -
    • getOwnerAttributeAssignId

      public String getOwnerAttributeAssignId()
      if this is an attribute assign attribute, this is the foreign key
      Returns:
      attribute assign id
    • setOwnerAttributeAssignId

      public void setOwnerAttributeAssignId(String ownerAttributeAssignId1)
      if this is an attribute assign attribute, this is the foreign key
      Parameters:
      ownerAttributeAssignId1 -
    • getOwnerAttributeDefId

      public String getOwnerAttributeDefId()
      if this is an attribute def attribute, this is the foreign key
      Returns:
      owner attribute def id
    • setOwnerAttributeDefId

      public void setOwnerAttributeDefId(String ownerAttributeDefId1)
      if this is an attribute def attribute, this is the foreign key
      Parameters:
      ownerAttributeDefId1 -
    • getOwnerAttributeDefName

      public String getOwnerAttributeDefName()
      if this is an attribute def attribute, this is the name of foreign key
      Returns:
      owner attribute def name
    • setOwnerAttributeDefName

      public void setOwnerAttributeDefName(String ownerAttributeDefName1)
      if this is an attribute def attribute, this is the name of foreign key
      Parameters:
      ownerAttributeDefName1 -
    • getOwnerGroupId

      public String getOwnerGroupId()
      if this is a group attribute, this is the foreign key
      Returns:
      the owner group id
    • setOwnerGroupId

      public void setOwnerGroupId(String ownerGroupId1)
      if this is a group attribute, this is the foreign key
      Parameters:
      ownerGroupId1 -
    • getOwnerGroupName

      public String getOwnerGroupName()
      if this is a group attribute, this is the name of the foreign key
      Returns:
      owner group name
    • setOwnerGroupName

      public void setOwnerGroupName(String ownerGroupName1)
      if this is a group attribute, this is the name of the foreign key
      Parameters:
      ownerGroupName1 -
    • getOwnerMemberId

      public String getOwnerMemberId()
      if this is a member attribute, this is the foreign key
      Returns:
      member id
    • setOwnerMemberId

      public void setOwnerMemberId(String ownerMemberId1)
      if this is a member attribute, this is the foreign key
      Parameters:
      ownerMemberId1 -
    • getOwnerMemberSubjectId

      public String getOwnerMemberSubjectId()
      if this is a member attribute, this is the subject of the foreign key
      Returns:
      owner subject id
    • setOwnerMemberSubjectId

      public void setOwnerMemberSubjectId(String ownerMemberSubjectId1)
      if this is a member attribute, this is the subject of the foreign key
      Parameters:
      ownerMemberSubjectId1 -
    • getOwnerMemberSourceId

      public String getOwnerMemberSourceId()
      if this is a member attribute, this is the source of the foreign key
      Returns:
      owner member source id
    • setOwnerMemberSourceId

      public void setOwnerMemberSourceId(String ownerMemberSourceId1)
      if this is a member attribute, this is the source of the foreign key
      Parameters:
      ownerMemberSourceId1 -
    • getOwnerMembershipId

      public String getOwnerMembershipId()
      if this is a membership attribute, this is the foreign key
      Returns:
      membership attribute
    • setOwnerMembershipId

      public void setOwnerMembershipId(String ownerMembershipId1)
      if this is a membership attribute, this is the foreign key
      Parameters:
      ownerMembershipId1 -
    • getOwnerStemId

      public String getOwnerStemId()
      if this is a stem attribute, this is the foreign key
      Returns:
      owner stem id
    • setOwnerStemId

      public void setOwnerStemId(String ownerStemId1)
      if this is a stem attribute, this is the foreign key
      Parameters:
      ownerStemId1 -
    • getOwnerStemName

      public String getOwnerStemName()
      if this is a stem attribute, this is the stem of the foreign key
      Returns:
      stem name
    • setOwnerStemName

      public void setOwnerStemName(String ownerStemName1)
      if this is a stem attribute, this is the stem of the foreign key
      Parameters:
      ownerStemName1 -