com.cysols.iodef.element
Class Impact

java.lang.Object
  extended by com.cysols.iodef.IElement
      extended by com.cysols.iodef.element.Impact

public class Impact
extends IElement

This class is value object which represents Impact element.

Author:
cysol

Field Summary
 
Fields inherited from class com.cysols.iodef.IElement
attributeList, elementcreator, elementsMap, myName
 
Method Summary
 String getCompletion()
          Returns the completion value.
 String getImpacttype()
          Returns the impacttype value.
 String getLang()
          Returns the lang value.
 String getSeverity()
          Returns the severity value.
 void setCompletion(String completion)
          Sets the specified completion value.
 void setImpacttype(String impacttype)
          Sets the specified impacttype value.
 void setLang(String lang)
          Sets the specified lang value.
 void setSeverity(String severity)
          Sets the specified severity value.
 
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

setSeverity

public void setSeverity(String severity)
Sets the specified severity value.

Parameters:
severity - the severity value

getSeverity

public String getSeverity()
Returns the severity value.

Returns:
the severity value.

setCompletion

public void setCompletion(String completion)
Sets the specified completion value.

Parameters:
completion - the completion value

getCompletion

public String getCompletion()
Returns the completion value.

Returns:
the completion value.

setImpacttype

public void setImpacttype(String impacttype)
Sets the specified impacttype value.

Parameters:
impacttype - the impacttype value

getImpacttype

public String getImpacttype()
Returns the impacttype value.

Returns:
the impacttype value.

setLang

public void setLang(String lang)
Sets the specified lang value.

Parameters:
lang - the lang value

getLang

public String getLang()
Returns the lang value.

Returns:
the lang value.