|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.v3.management.UddiNode
public class UddiNode
Represents a UDDI node.
Constructor Summary | |
---|---|
UddiNode()
|
Method Summary | |
---|---|
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). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UddiNode()
Method Detail |
---|
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
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |