Class WsPermissionLimit
java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_2.WsPermissionLimit
represents a limit on a permission. Note this is an attribute assignment
you can link to the attribute assignment by the attribute assign id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionif this is an attribute assign attribute, this is the foreign keyattribute name id in this assignmentattribute name in this assignmentvalue(s) in this assignment if anyvoid
setAttributeAssignId
(String ownerAttributeAssignId1) if this is an attribute assign attribute, this is the foreign keyvoid
setAttributeDefNameId
(String attributeDefNameId1) attribute name id in this assignmentvoid
setAttributeDefNameName
(String attributeDefNameName1) attribute name in this assignmentvoid
setWsAttributeAssignValues
(WsAttributeAssignValue[] wsAttributeAssignValues1) value(s) in this assignment if any
-
Constructor Details
-
WsPermissionLimit
public WsPermissionLimit()
-
-
Method Details
-
getWsAttributeAssignValues
value(s) in this assignment if any- Returns:
- values
-
setWsAttributeAssignValues
value(s) in this assignment if any- Parameters:
wsAttributeAssignValues1
-
-
getAttributeAssignId
if this is an attribute assign attribute, this is the foreign key- Returns:
- attribute assign id
-
getAttributeDefNameId
attribute name id in this assignment- Returns:
- attribute name id in this assignment
-
getAttributeDefNameName
attribute name in this assignment- Returns:
- attribute name in this assignment
-
setAttributeAssignId
if this is an attribute assign attribute, this is the foreign key- Parameters:
ownerAttributeAssignId1
-
-
setAttributeDefNameId
attribute name id in this assignment- Parameters:
attributeDefNameId1
-
-
setAttributeDefNameName
attribute name in this assignment- Parameters:
attributeDefNameName1
-
-