|
|||||||||
| 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.Classification
public class Classification
This class is value object which represents Classification elemnet.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
String |
getNameValue()
Returns the name value from name element. |
String |
getOrigin()
Returns the origin value. |
String |
getRestriction()
Returns the restriction value. |
String |
getUrlValue()
Returns the url value from rul element. |
void |
setNameValue(String value)
Creates the name element (not Name element) and sets the specified value to it. |
void |
setOrigin(String value)
Sets the specified origin value. |
void |
setRestriction(String value)
Sets the specified restriction value. |
void |
setUrlValue(String value)
Creates the url element and sets the specified value to it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setNameValue(String value)
value - - name valuepublic String getNameValue()
public void setUrlValue(String value)
value - - url valuepublic String getUrlValue()
public void setRestriction(String value)
value - - restriction valuepublic String getRestriction()
public void setOrigin(String value)
value - - origin valuepublic String getOrigin()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||