com.ibm.uddi.v3.management

Class ValueSetStatus

  1. java.lang.Object
  2. extended bycom.ibm.uddi.v3.management.ValueSetStatus
All implemented interfaces:
java.io.Serializable

  1. public class ValueSetStatus
  2. extends java.lang.Object
  3. implements java.io.Serializable
Represents the status of a value set in a UDDI node.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
ValueSetStatus()

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getDisplayName()
Gets the 'friendly' name for a value set.
  1. java.lang.String
getName()
Returns the tModel name of the value set.
  1. java.util.List
getProperties()
Returns the properties of the value set.
  1. java.lang.String
getTModelKey()
Returns the tModel key of the value set.
  1. boolean
isSupported()
Returns true if value set is supported by policy.
  1. void
setDisplayName(java.lang.String displayName)
Sets the 'friendly' name for a value set.
  1. void
setName(java.lang.String name)
Sets the tModel name of the value set.
  1. void
setProperties(java.util.List properties)
Sets the properties of the value set.
  1. void
setSupported(boolean supported)
Sets the supported by policy flag
  1. void
setTModelKey(java.lang.String tModelKey)
Sets the tModel key of the value set.
  1. java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

ValueSetStatus

  1. public ValueSetStatus()

Method Detail

getName

  1. public java.lang.String getName( )
Returns the tModel name of the value set.
Returns:

getProperties

  1. public java.util.List getProperties( )
Returns the properties of the value set.
Returns:

isSupported

  1. public boolean isSupported()
Returns true if value set is supported by policy.
Returns:

getTModelKey

  1. public java.lang.String getTModelKey( )
Returns the tModel key of the value set.
Returns:

setName

  1. public void setName(java.lang.String name)
Sets the tModel name of the value set.
Parameters:
name -

setProperties

  1. public void setProperties(java.util.List properties)
Sets the properties of the value set.
Parameters:
properties -

setSupported

  1. public void setSupported(boolean supported)
Sets the supported by policy flag
Parameters:
supported - true if the value set is supported.

setTModelKey

  1. public void setTModelKey(java.lang.String tModelKey)
Sets the tModel key of the value set.
Parameters:
tModelKey -

getDisplayName

  1. public java.lang.String getDisplayName( )
Gets the 'friendly' name for a value set.
Returns:

setDisplayName

  1. public void setDisplayName(java.lang.String displayName)
Sets the 'friendly' name for a value set.
Parameters:
displayName -

toString

  1. public java.lang.String toString( )
Overrides:
toString in class java.lang.Object