Class WsAttributeAssignValue
java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsAttributeAssignValue
- All Implemented Interfaces:
Comparable<WsAttributeAssignValue>
value of an attribute assign
-
Constructor Summary
ConstructorDescriptionWsAttributeAssignValue
(AttributeAssignValue attributeAssignValue) construct with attribute assign to set internal fieldsWsAttributeAssignValue
(PITAttributeAssignValue attributeAssignValue) construct with pit attribute assign value to set internal fields -
Method Summary
Modifier and TypeMethodDescriptionint
compare and sort so results are reproducible for testsstatic WsAttributeAssignValue[]
convertAttributeAssigns
(Set<AttributeAssignValue> attributeAssignValueSet) convert attribute assignsstatic WsAttributeAssignValue[]
convertPITAttributeAssignValues
(Set<PITAttributeAssignValue> attributeAssignValueSet) convert pit attribute assign valuesgetId()
id of this attribute assignmentvalue formattedinternal valuevoid
id of this attribute assignmentvoid
setValueFormatted
(String valueFormatted1) value formattedvoid
setValueSystem
(String valueSystem1) internal valuestatic String
toString
(WsAttributeAssignValue[] wsAttributeAssignValues1, int maxSize) turn an array to a string
-
Constructor Details
-
WsAttributeAssignValue
public WsAttributeAssignValue() -
WsAttributeAssignValue
construct with attribute assign to set internal fields- Parameters:
attributeAssignValue
-
-
WsAttributeAssignValue
construct with pit attribute assign value to set internal fields- Parameters:
attributeAssignValue
-
-
-
Method Details
-
toString
turn an array to a string- Parameters:
wsAttributeAssignValues1
-maxSize
- is the size where this value get larger than, it should just quit and return what it has- Returns:
- the string value
-
getValueSystem
internal value- Returns:
- internal value
-
setValueSystem
internal value- Parameters:
valueSystem1
-
-
getValueFormatted
value formatted- Returns:
- value formatted
-
setValueFormatted
value formatted- Parameters:
valueFormatted1
-
-
compareTo
compare and sort so results are reproducible for tests- Specified by:
compareTo
in interfaceComparable<WsAttributeAssignValue>
- See Also:
-
getId
id of this attribute assignment- Returns:
- id
-
setId
id of this attribute assignment- Parameters:
id1
-
-
convertAttributeAssigns
public static WsAttributeAssignValue[] convertAttributeAssigns(Set<AttributeAssignValue> attributeAssignValueSet) convert attribute assigns- Parameters:
attributeAssignValueSet
- should be the value row- Returns:
- the subject results
-
convertPITAttributeAssignValues
public static WsAttributeAssignValue[] convertPITAttributeAssignValues(Set<PITAttributeAssignValue> attributeAssignValueSet) convert pit attribute assign values- Parameters:
attributeAssignValueSet
- should be the value row- Returns:
- the results
-