IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.v3.management
Class ValueSetStatus

java.lang.Object
  extended by com.ibm.uddi.v3.management.ValueSetStatus
All Implemented Interfaces:
java.io.Serializable

public class ValueSetStatus
extends java.lang.Object
implements java.io.Serializable

Represents the status of a value set in a UDDI node.

See Also:
Serialized Form

Constructor Summary
ValueSetStatus()
           
 
Method Summary
 java.lang.String getDisplayName()
          Gets the 'friendly' name for a value set.
 java.lang.String getName()
          Returns the tModel name of the value set.
 java.util.List getProperties()
          Returns the properties of the value set.
 java.lang.String getTModelKey()
          Returns the tModel key of the value set.
 boolean isSupported()
          Returns true if value set is supported by policy.
 void setDisplayName(java.lang.String displayName)
          Sets the 'friendly' name for a value set.
 void setName(java.lang.String name)
          Sets the tModel name of the value set.
 void setProperties(java.util.List properties)
          Sets the properties of the value set.
 void setSupported(boolean supported)
          Sets the supported by policy flag
 void setTModelKey(java.lang.String tModelKey)
          Sets the tModel key of the value set.
 java.lang.String 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

IBM WebSphere Application ServerTM
Release 8