|
|||||||||
| 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.System
public class System
This class is value object which represents System element.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
void |
addCounterValue(String counter)
Adds the specified counter value. |
void |
addService(Service ser)
Adds the specified service element |
String[] |
getCounterValues()
Returns the array of counter value. |
String |
getInterface()
Returns the interface value. |
Node |
getNode()
Returns the node element. |
OperatingSystem |
getOperatingSystem()
Returns the OperatingSystem element. |
String |
getRestriction()
Returns the restriction value. |
Service[] |
getServices()
Returns the array of service value. |
String |
getSpoofed()
Returns the spoofed value. |
String |
getSystemcat()
Returns the systemcat value. |
void |
setInterface(String value)
Sets the specified interface value. |
void |
setNode(Node node)
Sets the specified node elment. |
void |
setOperatingSystem(OperatingSystem element)
Sets the specified OperatingSystem elment. |
void |
setRestriction(String value)
Sets the specified restriction value. |
void |
setSpoofed(String value)
Sets the specified spoofed value. |
void |
setSystemcat(String value)
Sets the specified systemcat value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setNode(Node node)
node - the the node element.public Node getNode()
public void setOperatingSystem(OperatingSystem element)
element - the the OperatingSystem element.public OperatingSystem getOperatingSystem()
public void addService(Service ser)
ser - the service elementpublic Service[] getServices()
public void addCounterValue(String counter)
counter - the counter valuepublic String[] getCounterValues()
public void setSystemcat(String value)
value - the systemcat valuepublic String getSystemcat()
public void setSpoofed(String value)
value - the spoofed valuepublic String getSpoofed()
public void setInterface(String value)
value - the interface valuepublic String getInterface()
public void setRestriction(String value)
value - - restriction valuepublic String getRestriction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||