com.cysols.iodef.rid.element
Class IncidentSource

java.lang.Object
  extended by com.cysols.iodef.IElement
      extended by com.cysols.iodef.rid.element.IncidentSource

public class IncidentSource
extends IElement

This class represents to IncidentSource element.

Author:
cysol

Field Summary
 
Fields inherited from class com.cysols.iodef.IElement
attributeList, elementcreator, elementsMap, myName
 
Method Summary
 void addNode(Node node)
          Adds the specified Node element
 Node[] getNodes()
          Returns the array of Node element.
 boolean getSourceFoundValue()
          Returns the value of SourceFound node, reutrns null if it doesn't exist.
 void setSourceFoundValue(boolean value)
          Sets the value of SourceFound node.
 
Methods inherited from class com.cysols.iodef.IElement
addElement, addElementValue, createAttribute, createDomElement, createrElement, getAttribute, getAttributeNames, getAttributes, getAttributeValue, getAttributeValue, getAttributeValueINS, getAttributeValuesINS, getElementList, getElementName, getElements, getElements, getElements, getElementsINS, getElementsValue, getElementValue, getNameSpace, getValue, removeAttribute, removeAttribute, removeElements, setAttribute, setAttribute, setAttribute, setAttributeINS, setElementINS, setElementsINS, setElementValue, setNameSpace, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setSourceFoundValue

public void setSourceFoundValue(boolean value)
Sets the value of SourceFound node.

Parameters:
value - - the value of SourceFound node.

getSourceFoundValue

public boolean getSourceFoundValue()
Returns the value of SourceFound node, reutrns null if it doesn't exist.

Returns:
the value of SourceFound node.

addNode

public void addNode(Node node)
Adds the specified Node element

Parameters:
node - - Node element

getNodes

public Node[] getNodes()
Returns the array of Node element. reutrns null if they doesn't exist.

Returns:
the array of Node element.