|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsAttributeDef
public class WsAttributeDef
Result of one attribute def name being retrieved. The number of attribute def names will equal the number of attribute def names related to the result
| Constructor Summary | |
|---|---|
WsAttributeDef()
|
|
| Method Summary | |
|---|---|
String[] |
getAssignableTos()
can be assigned to these types |
String |
getAttributeDefType()
type of attribute def, from enum AttributeDefType, e.g. |
String |
getDescription()
friendly description of this attributeDef |
String |
getExtension()
extension of attributeDef, the part to the right of last colon in name |
String |
getMultiAssignable()
T of F for if can be assigned multiple times to one object |
String |
getMultiValued()
T or F, if has values, if can assign multiple values to one assignment |
String |
getName()
Full name of the attributeDef (all extensions of parent stems, separated by colons, and the extention of this attributeDef |
String |
getUuid()
universally unique identifier of this attributeDef |
String |
getValueType()
what type of value on assignments: AttributeDefValueType: e.g. |
void |
setAssignableTos(String[] assignableTos1)
can be assigned to these types |
void |
setAttributeDefType(String attributeDefType1)
type of attribute def, from enum AttributeDefType, e.g. |
void |
setDescription(String description1)
friendly description of this attributeDef |
void |
setExtension(String extension1)
extension of attributeDef, the part to the right of last colon in name |
void |
setMultiAssignable(String multiAssignable1)
T of F for if can be assigned multiple times to one object |
void |
setMultiValued(String multiValued1)
T or F, if has values, if can assign multiple values to one assignment |
void |
setName(String name1)
Full name of the attributeDef (all extensions of parent stems, separated by colons, and the extention of this attributeDef |
void |
setUuid(String uuid1)
universally unique identifier of this attributeDef |
void |
setValueType(String valueType1)
what type of value on assignments: AttributeDefValueType: e.g. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsAttributeDef()
| Method Detail |
|---|
public String getAttributeDefType()
public void setAttributeDefType(String attributeDefType1)
attributeDefType1 - public String getMultiAssignable()
public void setMultiAssignable(String multiAssignable1)
multiAssignable1 - public String getMultiValued()
public void setMultiValued(String multiValued1)
multiValued1 - public String getValueType()
public void setValueType(String valueType1)
valueType1 - public String[] getAssignableTos()
public void setAssignableTos(String[] assignableTos1)
assignableTos1 - public String getDescription()
public String getName()
public String getUuid()
public void setDescription(String description1)
description1 - the description to setpublic void setName(String name1)
name1 - the name to setpublic void setUuid(String uuid1)
uuid1 - the uuid to setpublic String getExtension()
public void setExtension(String extension1)
extension1 - the extension to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||