com.ibm.uddi.v3.management
Class UddiNode
- java.lang.Object
-
- com.ibm.uddi.v3.management.UddiNode
-
- All Implemented Interfaces:
- java.io.Serializable
public class UddiNode extends java.lang.Object implements java.io.SerializableRepresents a UDDI node.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description UddiNode()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetApplication()Returns the application location for the UDDI application represented by this UDDI node.java.lang.StringgetDescription()Returns the UDDI node description.java.lang.StringgetNodeId()Returns the UDDI node ID.java.util.ListgetPolicyGroups()Returns the collection of policy groups known to this UDDI node.java.util.ListgetProperties()Returns the collection of configuration properties known to this UDDI node.java.lang.StringgetState()Returns the activation state of the UDDI node.java.lang.StringgetUniqueId()Returns the unique ID of the UDDI node (used by admin console).voidsetApplication(java.lang.String applicationName)Sets the application location.voidsetDescription(java.lang.String string)Sets the description of the UDDI node.voidsetNodeId(java.lang.String string)Sets the ID of the UDDI node.voidsetPolicyGroups(java.util.List list)Sets the collection of policy groups.voidsetProperties(java.util.List list)Sets the collection of configuration properties.voidsetState(java.lang.String string)Sets the activation state of the UDDI node.voidsetUniqueId(java.lang.String uniqueId)Sets the unique ID of the UDDI node (used by admin console).
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Returns the UDDI node description.- Returns:
-
getNodeId
public java.lang.String getNodeId()
Returns the UDDI node ID.- Returns:
-
getPolicyGroups
public java.util.List getPolicyGroups()
Returns the collection of policy groups known to this UDDI node.- Returns:
-
getProperties
public java.util.List getProperties()
Returns the collection of configuration properties known to this UDDI node.- Returns:
-
getState
public java.lang.String getState()
Returns the activation state of the UDDI node.- Returns:
-
setDescription
public void setDescription(java.lang.String string)
Sets the description of the UDDI node.- Parameters:
string-
-
setNodeId
public void setNodeId(java.lang.String string)
Sets the ID of the UDDI node.- Parameters:
string-
-
setPolicyGroups
public void setPolicyGroups(java.util.List list)
Sets the collection of policy groups.- Parameters:
list-
-
setProperties
public void setProperties(java.util.List list)
Sets the collection of configuration properties.- Parameters:
list-
-
setState
public void setState(java.lang.String string)
Sets the activation state of the UDDI node.- Parameters:
string-
-
getApplication
public java.lang.String getApplication()
Returns the application location for the UDDI application represented by this UDDI node. This comprises the cell node and server, separated by colons.- Returns:
-
setApplication
public void setApplication(java.lang.String applicationName)
Sets the application location.- Parameters:
applicationName-
-
getUniqueId
public java.lang.String getUniqueId()
Returns the unique ID of the UDDI node (used by admin console).- Returns:
-
setUniqueId
public void setUniqueId(java.lang.String uniqueId)
Sets the unique ID of the UDDI node (used by admin console).- Parameters:
uniqueId- The uniqueId to set
-
-