edu.internet2.middleware.grouperClient.ws.beans
Class WsAttributeDef

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.ws.beans.WsAttributeDef

public class WsAttributeDef
extends java.lang.Object

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

Author:
mchyzer

Constructor Summary
WsAttributeDef()
           
 
Method Summary
 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 getIdIndex()
          integer ID for object
 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 setIdIndex(java.lang.String idIndex1)
          integer ID for object
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsAttributeDef

public WsAttributeDef()
Method Detail

getIdIndex

public java.lang.String getIdIndex()
integer ID for object

Returns:
the id

setIdIndex

public void setIdIndex(java.lang.String idIndex1)
integer ID for object

Parameters:
idIndex1 -

getAttributeDefType

public java.lang.String getAttributeDefType()
type of attribute def, from enum AttributeDefType, e.g. attr, domain, type, limit, perm

Returns:
the type

setAttributeDefType

public void setAttributeDefType(java.lang.String attributeDefType1)
type of attribute def, from enum AttributeDefType, e.g. attr, domain, type, limit, perm

Parameters:
attributeDefType1 -

getMultiAssignable

public java.lang.String getMultiAssignable()
T of F for if can be assigned multiple times to one object

Returns:
if multi assignable

setMultiAssignable

public void setMultiAssignable(java.lang.String multiAssignable1)
T of F for if can be assigned multiple times to one object

Parameters:
multiAssignable1 -

getMultiValued

public java.lang.String getMultiValued()
T or F, if has values, if can assign multiple values to one assignment

Returns:
T or F, if has values, if can assign multiple values to one assignment

setMultiValued

public void setMultiValued(java.lang.String multiValued1)
T or F, if has values, if can assign multiple values to one assignment

Parameters:
multiValued1 -

getValueType

public java.lang.String getValueType()
what type of value on assignments: AttributeDefValueType: e.g. integer, timestamp, string, floating, marker, memberId

Returns:
value type

setValueType

public void setValueType(java.lang.String valueType1)
what type of value on assignments: AttributeDefValueType: e.g. integer, timestamp, string, floating, marker, memberId

Parameters:
valueType1 -

getAssignableTos

public java.lang.String[] getAssignableTos()
can be assigned to these types

Returns:
assignable tos

setAssignableTos

public void setAssignableTos(java.lang.String[] assignableTos1)
can be assigned to these types

Parameters:
assignableTos1 -

getDescription

public java.lang.String getDescription()
friendly description of this attributeDef

Returns:
the description

getName

public java.lang.String getName()
Full name of the attributeDef (all extensions of parent stems, separated by colons, and the extention of this attributeDef

Returns:
the name

getUuid

public java.lang.String getUuid()
universally unique identifier of this attributeDef

Returns:
the uuid

setDescription

public void setDescription(java.lang.String description1)
friendly description of this attributeDef

Parameters:
description1 - the description to set

setName

public 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

Parameters:
name1 - the name to set

setUuid

public void setUuid(java.lang.String uuid1)
universally unique identifier of this attributeDef

Parameters:
uuid1 - the uuid to set

getExtension

public java.lang.String getExtension()
extension of attributeDef, the part to the right of last colon in name

Returns:
the extension

setExtension

public void setExtension(java.lang.String extension1)
extension of attributeDef, the part to the right of last colon in name

Parameters:
extension1 - the extension to set