|
|||||||||
| 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.rid.element.IPPacket
public class IPPacket
This class represents to IPPacket element.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
void |
addIPPacket(IPPacket packet)
Adds the specified IPPacket element |
String |
getHexPacketValue()
Returns the value of HexPacket node, reutrns null if it doesn't exist. |
IPPacket[] |
getIPPackets()
Returns the array of IPPacket element. |
String |
getIPVersionValue()
Returns the value of IPVersion node, reutrns null if it doesn't exist. |
String |
getRestriction()
Returns the restriction value. |
void |
setHexPacketValue(String value)
Sets the value with the value of HexPacket node. |
void |
setIPVersionValue(String value)
Sets the value with the value of IPVersion node. |
void |
setRestriction(String value)
Sets the specified restriction value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setIPVersionValue(String value)
value - - the vlaue of IPVersion node.public String getIPVersionValue()
public void setHexPacketValue(String value)
value - - the vlaue of HexPacket node.public String getHexPacketValue()
public void addIPPacket(IPPacket packet)
packet - - IPPacket elementpublic IPPacket[] getIPPackets()
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 | ||||||||