|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.coresoap.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()
no arg constructor |
|
WsAttributeDef(AttributeDef attributeDef,
WsAttributeDefLookup wsAttributeDefLookup)
construct based on attribute def name, assign all fields |
|
WsAttributeDef(PITAttributeDef attributeDef,
WsAttributeDefLookup wsAttributeDefLookup)
construct based on attribute def name, assign all fields |
Method Summary | |
---|---|
int |
compareTo(WsAttributeDef o2)
|
static WsAttributeDef[] |
convertAttributeDefs(java.util.Set<AttributeDef> attributeDefSet)
convert a set of attribute def names to results |
java.lang.String[] |
getAssignableTos()
can be assigned to these types |
java.lang.String |
getAttributeDefType()
type of attribute def, from enum AttributeDefType, e.g. |
java.lang.String |
getDescription()
friendly description of this attributeDef |
java.lang.String |
getExtension()
extension of attributeDef, the part to the right of last colon in name |
java.lang.String |
getMultiAssignable()
T of F for if can be assigned multiple times to one object |
java.lang.String |
getMultiValued()
T or F, if has values, if can assign multiple values to one assignment |
java.lang.String |
getName()
Full name of the attributeDef (all extensions of parent stems, separated by colons, and the extention of this attributeDef |
java.lang.String |
getUuid()
universally unique identifier of this attributeDef |
java.lang.String |
getValueType()
what type of value on assignments: AttributeDefValueType: e.g. |
void |
setAssignableTos(java.lang.String[] assignableTos1)
can be assigned to these types |
void |
setAttributeDefType(java.lang.String attributeDefType1)
type of attribute def, from enum AttributeDefType, e.g. |
void |
setDescription(java.lang.String description1)
friendly description of this attributeDef |
void |
setExtension(java.lang.String extension1)
extension of attributeDef, the part to the right of last colon in name |
void |
setMultiAssignable(java.lang.String multiAssignable1)
T of F for if can be assigned multiple times to one object |
void |
setMultiValued(java.lang.String multiValued1)
T or F, if has values, if can assign multiple values to one assignment |
void |
setName(java.lang.String name1)
Full name of the attributeDef (all extensions of parent stems, separated by colons, and the extention of this attributeDef |
void |
setUuid(java.lang.String uuid1)
universally unique identifier of this attributeDef |
void |
setValueType(java.lang.String valueType1)
what type of value on assignments: AttributeDefValueType: e.g. |
java.lang.String |
toString()
make sure this is an explicit toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WsAttributeDef()
public WsAttributeDef(AttributeDef attributeDef, WsAttributeDefLookup wsAttributeDefLookup)
attributeDef
- wsAttributeDefLookup
- is the lookup to set looked up valuespublic WsAttributeDef(PITAttributeDef attributeDef, WsAttributeDefLookup wsAttributeDefLookup)
attributeDef
- wsAttributeDefLookup
- is the lookup to set looked up valuesMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public static WsAttributeDef[] convertAttributeDefs(java.util.Set<AttributeDef> attributeDefSet)
attributeDefSet
-
public java.lang.String getAttributeDefType()
public void setAttributeDefType(java.lang.String attributeDefType1)
attributeDefType1
- public java.lang.String getMultiAssignable()
public void setMultiAssignable(java.lang.String multiAssignable1)
multiAssignable1
- public java.lang.String getMultiValued()
public void setMultiValued(java.lang.String multiValued1)
multiValued1
- public java.lang.String getValueType()
public void setValueType(java.lang.String valueType1)
valueType1
- public java.lang.String[] getAssignableTos()
public void setAssignableTos(java.lang.String[] assignableTos1)
assignableTos1
- public java.lang.String getDescription()
public java.lang.String getName()
public java.lang.String getUuid()
public void setDescription(java.lang.String description1)
description1
- the description to setpublic void setName(java.lang.String name1)
name1
- the name to setpublic void setUuid(java.lang.String uuid1)
uuid1
- the uuid to setpublic java.lang.String getExtension()
public void setExtension(java.lang.String extension1)
extension1
- the extension to setpublic int compareTo(WsAttributeDef o2)
compareTo
in interface java.lang.Comparable<WsAttributeDef>
Comparable.compareTo(java.lang.Object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |