public class WsExternalSubjectAttribute
extends java.lang.Object
Constructor and Description |
---|
WsExternalSubjectAttribute()
no arg constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeSystemName()
Full name of the group (all extensions of parent stems, separated by colons,
and the extention of this group
|
java.lang.String |
getAttributeValue()
attribute value
|
java.lang.String |
getUuid()
universally unique identifier of this group
|
void |
setAttributeSystemName(java.lang.String name1)
Full name of the group (all extensions of parent stems, separated by colons,
and the extention of this group
|
void |
setAttributeValue(java.lang.String attributeValue1)
attribute value
|
void |
setUuid(java.lang.String uuid1)
universally unique identifier of this group
|
public WsExternalSubjectAttribute()
public java.lang.String getAttributeValue()
public void setAttributeValue(java.lang.String attributeValue1)
attributeValue1
- the attributeValue to setpublic java.lang.String getAttributeSystemName()
public java.lang.String getUuid()
public void setAttributeSystemName(java.lang.String name1)
name1
- the name to setpublic void setUuid(java.lang.String uuid1)
uuid1
- the uuid to set