Class WsExternalSubjectAttribute

java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_5.WsExternalSubjectAttribute

public class WsExternalSubjectAttribute extends Object
Result of one external subject attribute being retrieved.
  • Constructor Details

    • WsExternalSubjectAttribute

      public WsExternalSubjectAttribute()
      no arg constructor
  • Method Details

    • getAttributeValue

      public String getAttributeValue()
      attribute value
      Returns:
      the attributeValue
    • setAttributeValue

      public void setAttributeValue(String attributeValue1)
      attribute value
      Parameters:
      attributeValue1 - the attributeValue to set
    • getAttributeSystemName

      public String getAttributeSystemName()
      Full name of the group (all extensions of parent stems, separated by colons, and the extention of this group
      Returns:
      the name
    • getUuid

      public String getUuid()
      universally unique identifier of this group
      Returns:
      the uuid
    • setAttributeSystemName

      public void setAttributeSystemName(String name1)
      Full name of the group (all extensions of parent stems, separated by colons, and the extention of this group
      Parameters:
      name1 - the name to set
    • setUuid

      public void setUuid(String uuid1)
      universally unique identifier of this group
      Parameters:
      uuid1 - the uuid to set