com.cysols.iodef.element
Class Application

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

public class Application
extends IElement

This class is value object which represents Aplication element.

Author:
cysol

Field Summary
 
Fields inherited from class com.cysols.iodef.IElement
attributeList, elementcreator, elementsMap, myName
 
Method Summary
 String getAppid()
          Returns the appid.
 String getConfigid()
          Returns the configid.
 String getNameValue()
          Returns the name value from name element.
 String getUrlValue()
          Returns the url value from rul element.
 String getVendor()
          Returns the vendor name.
 String getVersion()
          Returns the version.
 void setAppid(String value)
          Sets the specified appid.
 void setConfigid(String value)
          Sets the specified configid.
 void setNameValue(String value)
          Creates the name element (not Name element) and sets the specified value to it.
 void setUrlValue(String value)
          Creates the url element and sets the specified value to it.
 void setVendor(String value)
          Sets the specified vendor name.
 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

setNameValue

public void setNameValue(String value)
Creates the name element (not Name element) and sets the specified value to it.

Parameters:
value - - name value

getNameValue

public String getNameValue()
Returns the name value from name element.

Returns:
name value.

setUrlValue

public void setUrlValue(String value)
Creates the url element and sets the specified value to it.

Parameters:
value - - url value

getUrlValue

public String getUrlValue()
Returns the url value from rul element.

Returns:
rul value.

setAppid

public void setAppid(String value)
Sets the specified appid.

Parameters:
value - - the appid

getAppid

public String getAppid()
Returns the appid. reutrns null if it doesn't exist.

Returns:
the appid

setConfigid

public void setConfigid(String value)
Sets the specified configid.

Parameters:
value - - the configid

getConfigid

public String getConfigid()
Returns the configid. reutrns null if it doesn't exist.

Returns:
the configid

setVendor

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

Parameters:
value - - the vendor name

getVendor

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

Returns:
the vendor name

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