com.cysols.iodef.element
Class AdditionalData

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

public class AdditionalData
extends IElement

This class is value object which represents AdditionalData element. Schema define is following.

Author:
cysol

Field Summary
 
Fields inherited from class com.cysols.iodef.IElement
attributeList, elementcreator, elementsMap, myName
 
Method Summary
 String getDType()
          Returns the type value.
 String getMeaning()
          Returns the meaning value.
 void setDType(String dtype)
          Sets the specified type value.
 void setMeaning(String meaning)
          Sets the specified meaning 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

setDType

public void setDType(String dtype)
Sets the specified type value.

Parameters:
dtype - the type value

getDType

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

Returns:
the type value.

setMeaning

public void setMeaning(String meaning)
Sets the specified meaning value.

Parameters:
meaning - the meaning value

getMeaning

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

Returns:
the meaning value.