|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cysols.iodef.IElement
com.cysols.iodef.element.Node
public class Node
This class is value object which represents Node element.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
void |
addAddress(Address address)
Sets the specified Address elment. |
void |
addAddressValue(String addr)
Adds the specified address value. |
void |
addCounterValue(String counter)
Adds the specified counter value. |
void |
addNodeRoleValue(String role,
String noderolecat)
Adds the specified node role value. |
Address[] |
getAddress()
Returns the array of address element. |
String[] |
getAddressValues()
Returns the array of address value. |
String[] |
getCounterValues()
Returns the array of counter value. |
String |
getDateTimeValue()
Returns the date time value. |
String |
getLocationValue()
Returns the location value. |
String |
getNameValue()
Returns the name value from name element. |
String[] |
getNodeRoleValues()
Returns the array of node role value. |
void |
setDateTimeValue(String value)
Sets the date time value. |
void |
setLocationValue(String value)
Sets the location value. |
void |
setNameValue(String value)
Creates the name element (not Name element) and sets the specified value to it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setNameValue(String value)
value - the name valuepublic String getNameValue()
public void addAddressValue(String addr)
addr - the address valuepublic String[] getAddressValues()
public void setDateTimeValue(String value)
value - the date time valuepublic String getDateTimeValue()
public void setLocationValue(String value)
value - the location valuepublic String getLocationValue()
public void addNodeRoleValue(String role,
String noderolecat)
role - the node role valuepublic String[] getNodeRoleValues()
public void addCounterValue(String counter)
counter - the counter valuepublic String[] getCounterValues()
public void addAddress(Address address)
address - the address id element.public Address[] getAddress()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||