|
|||||||||
| 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.RIDPolicy
public class RIDPolicy
This class represents to RIDPolicy element.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
void |
addPolicyRegionValue(String value)
Adds the specified value with the value of PolicyRegion node. |
void |
addTrafficTypeValue(String value)
Adds the specified value with the value of TrafficType node. |
String |
getDtype()
Returns the type value. |
String |
getIncidentIDIssuer()
Returns the Issuer attribute value of incident id node. |
String |
getIncidentIDValue()
Returns the incident id value. |
String |
getMsgDestinationValue()
Returns the value of MsgDestination node, reutrns null if it doesn't exist. |
String |
getMsgTypeValue()
Returns the value of MsgType node, reutrns null if it doesn't exist. |
Node |
getNode()
Returns the node element. |
String[] |
getPolicyRegionValues()
Returns the array of PolicyRegion value. |
String[] |
getTrafficTypeValues()
Returns the array of TrafficType value. |
void |
setDtype(String dtype)
Sets the specified type value. |
void |
setIncidentIDValue(String value,
String issuer)
Sets the incident id value. |
void |
setIncidentIDValue(String value,
String issuer,
String rest)
Sets the incident id values. |
void |
setMsgDestinationValue(String value)
Sets the value of MsgDestination node. |
void |
setMsgTypeValue(String value)
Sets the value of MsgType node. |
void |
setNode(Node node)
Sets the specified node elment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setMsgTypeValue(String value)
value - - the value of MsgType node.public String getMsgTypeValue()
public void setMsgDestinationValue(String value)
value - - the value of MsgDestination node.public String getMsgDestinationValue()
public void setNode(Node node)
node - - the node element.public Node getNode()
public void addPolicyRegionValue(String value)
value - the value of PolicyRegion node.public String[] getPolicyRegionValues()
public void addTrafficTypeValue(String value)
value - the value of TrafficType node.public String[] getTrafficTypeValues()
public void setIncidentIDValue(String value,
String issuer)
value - - incident id valueissuer - - the Issuer attribute value.
public void setIncidentIDValue(String value,
String issuer,
String rest)
value - - incident id valuepublic String getIncidentIDValue()
public String getIncidentIDIssuer()
public void setDtype(String dtype)
dtype - the type valuepublic String getDtype()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO F | ||||||||