com.cysols.iodef.rid.element
Class TraceStatus

java.lang.Object
  extended by com.cysols.iodef.IElement
      extended by com.cysols.iodef.rid.element.TraceStatus

public class TraceStatus
extends IElement

This class represents to TraceStatus element.

Author:
cysol

Field Summary
 
Fields inherited from class com.cysols.iodef.IElement
attributeList, elementcreator, elementsMap, myName
 
Method Summary
 String getAuthorizationStatusValue()
          Returns the authorization status value, reutrns null if it doesn't exist.
 String getRestriction()
          Returns the restriction value.
 void setAuthorizationStatusValue(String value)
          Sets the authorization status value.
 void setRestriction(String value)
          Sets the specified restriction 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

setAuthorizationStatusValue

public void setAuthorizationStatusValue(String value)
Sets the authorization status value.

Parameters:
value - - the authorization status value.

getAuthorizationStatusValue

public String getAuthorizationStatusValue()
Returns the authorization status value, reutrns null if it doesn't exist.

Returns:
the authorization status value.

setRestriction

public void setRestriction(String value)
Sets the specified restriction value.

Parameters:
value - - restriction value

getRestriction

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

Returns:
the restriction value.