|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cysols.iodef.IElement
com.cysols.iodef.element.AdditionalData
public class AdditionalData
This class is value object which represents AdditionalData element.
Schema define is following.
| 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setDType(String dtype)
dtype - the type valuepublic String getDType()
public void setMeaning(String meaning)
meaning - the meaning valuepublic String getMeaning()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||