public class UddiNode
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
UddiNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplication()
Returns the application location for the UDDI application represented by this UDDI node.
|
java.lang.String |
getDescription()
Returns the UDDI node description.
|
java.lang.String |
getNodeId()
Returns the UDDI node ID.
|
java.util.List |
getPolicyGroups()
Returns the collection of policy groups known to this UDDI node.
|
java.util.List |
getProperties()
Returns the collection of configuration properties known to this UDDI node.
|
java.lang.String |
getState()
Returns the activation state of the UDDI node.
|
java.lang.String |
getUniqueId()
Returns the unique ID of the UDDI node (used by admin console).
|
void |
setApplication(java.lang.String applicationName)
Sets the application location.
|
void |
setDescription(java.lang.String string)
Sets the description of the UDDI node.
|
void |
setNodeId(java.lang.String string)
Sets the ID of the UDDI node.
|
void |
setPolicyGroups(java.util.List list)
Sets the collection of policy groups.
|
void |
setProperties(java.util.List list)
Sets the collection of configuration properties.
|
void |
setState(java.lang.String string)
Sets the activation state of the UDDI node.
|
void |
setUniqueId(java.lang.String uniqueId)
Sets the unique ID of the UDDI node (used by admin console).
|
public java.lang.String getDescription()
public java.lang.String getNodeId()
public java.util.List getPolicyGroups()
public java.util.List getProperties()
public java.lang.String getState()
public void setDescription(java.lang.String string)
string
- public void setNodeId(java.lang.String string)
string
- public void setPolicyGroups(java.util.List list)
list
- public void setProperties(java.util.List list)
list
- public void setState(java.lang.String string)
string
- public java.lang.String getApplication()
public void setApplication(java.lang.String applicationName)
applicationName
- public java.lang.String getUniqueId()
public void setUniqueId(java.lang.String uniqueId)
uniqueId
- The uniqueId to set