|
|||||||||
| 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.RID
public class RID
This class represents to RID element.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
void |
addIncidentSource(IncidentSource source)
Adds the specified IncidentSource element |
void |
addNPPath(NPPath path)
Adds the specified NPPath element |
Document |
createDomDocument()
Creates a new instance of a DOM object from itself. |
String |
getDtype()
Returns the dtype value. |
IncidentSource[] |
getIncidentSources()
Returns the array of IncidentSource element. |
IPPacket |
getIPPacket()
Returns the IPPacket element. |
String |
getMeaning()
Returns the meaning value. |
NPPath[] |
getNPPaths()
Returns the array of NPPath element. |
RIDPolicy |
getRIDPolicy()
Returns the RIDPolicy element. |
TraceStatus |
getTraceStatus()
Returns the TraceStatus element. |
void |
setDtype(String type)
Sets the specified dtype value. |
void |
setIPPacket(IPPacket packet)
Sets the specified IPPacket elment. |
void |
setMeaning(String meaning)
Sets the specified meaning value. |
void |
setRIDPolicy(RIDPolicy policy)
Sets the specified RIDPolicy elment. |
void |
setSchemaLocation(String sfile)
Sets schema file. |
void |
setTraceStatus(TraceStatus status)
Sets the specified TraceStatus elment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setIPPacket(IPPacket packet)
packet - - the IPPacket element.public IPPacket getIPPacket()
public void addNPPath(NPPath path)
path - NPPath elementpublic NPPath[] getNPPaths()
public void setTraceStatus(TraceStatus status)
status - the TraceStatus element.public TraceStatus getTraceStatus()
public void addIncidentSource(IncidentSource source)
source - IncidentSource elementpublic IncidentSource[] getIncidentSources()
public void setRIDPolicy(RIDPolicy policy)
policy - - the RIDPolicy element.public RIDPolicy getRIDPolicy()
public void setDtype(String type)
type - dtype valuepublic String getDtype()
public void setMeaning(String meaning)
meaning - meaning valuepublic String getMeaning()
public void setSchemaLocation(String sfile)
sfile - schema filepublic Document createDomDocument()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||