com.cysols.iodef.element
Class OperatingSystem

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

public class OperatingSystem
extends IElement

This class is value object which represents OperatingSystem element.

Author:
cysol

Field Summary
 
Fields inherited from class com.cysols.iodef.IElement
attributeList, elementcreator, elementsMap, myName
 
Method Summary
 String getPatch()
          Returns the patch value.
 String getVendor()
          Returns the vendor value.
 String getVersion()
          Returns the version.
 void setPatch(String value)
          Sets the specified patch value.
 void setVendor(String value)
          Sets the specified vendor value.
 void setVersion(String value)
          Sets the specified version.
 
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

setVendor

public void setVendor(String value)
Sets the specified vendor value.

Parameters:
value - - vendor value

getVendor

public String getVendor()
Returns the vendor value. reutrns null if it doesn't exist.

Returns:
the vendor value.

setVersion

public void setVersion(String value)
Sets the specified version.

Parameters:
value - - the version

getVersion

public String getVersion()
Returns the version. reutrns null if it doesn't exist.

Returns:
the version

setPatch

public void setPatch(String value)
Sets the specified patch value.

Parameters:
value - - the patch value

getPatch

public String getPatch()
Returns the patch value. reutrns null if it doesn't exist.

Returns:
the patch value