com.ibm.uddi.v3.management
Class ValueSetStatus
- java.lang.Object
com.ibm.uddi.v3.management.ValueSetStatus
All implemented interfaces:
java.io.Serializable
- public class ValueSetStatus
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
ValueSetStatus()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDisplayName()
Gets the 'friendly' name for a value set.
|
|
getName()
Returns the tModel name of the value set.
|
|
getProperties()
Returns the properties of the value set.
|
|
getTModelKey()
Returns the tModel key of the value set.
|
|
isSupported()
Returns
true if value set is supported by policy.
|
|
setDisplayName(java.lang.String displayName)
Sets the 'friendly' name for a value set.
|
|
setName(java.lang.String name)
Sets the tModel name of the value set.
|
|
setProperties(java.util.List properties)
Sets the properties of the value set.
|
|
setSupported(boolean supported)
Sets the supported by policy flag
|
|
setTModelKey(java.lang.String tModelKey)
Sets the tModel key of the value set.
|
|
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
ValueSetStatus
- public ValueSetStatus()
Method Detail
getName
- public java.lang.String getName( )
Returns the tModel name of the value set.
Returns:
getProperties
- public java.util.List getProperties( )
Returns the properties of the value set.
Returns:
isSupported
- public boolean isSupported()
Returns
true
if value set is supported by policy.
Returns:
getTModelKey
- public java.lang.String getTModelKey( )
Returns the tModel key of the value set.
Returns:
setName
- public void setName(java.lang.String name)
Sets the tModel name of the value set.
Parameters:
name
- setProperties
- public void setProperties(java.util.List properties)
Sets the properties of the value set.
Parameters:
properties
- setSupported
- public void setSupported(boolean supported)
Sets the supported by policy flag
Parameters:
supported
- true
if the value set is supported. setTModelKey
- public void setTModelKey(java.lang.String tModelKey)
Sets the tModel key of the value set.
Parameters:
tModelKey
- getDisplayName
- public java.lang.String getDisplayName( )
Gets the 'friendly' name for a value set.
Returns:
setDisplayName
- public void setDisplayName(java.lang.String displayName)
Sets the 'friendly' name for a value set.
Parameters:
displayName
- toString
- public java.lang.String toString( )
Overrides:
toString
in class java.lang.Object