org.enhydra.shark.xpdl.elements
Class Countrykey

java.lang.Object
  extended by org.enhydra.shark.xpdl.XMLElement
      extended by org.enhydra.shark.xpdl.XMLSimpleElement
          extended by org.enhydra.shark.xpdl.elements.Countrykey
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class Countrykey
extends XMLSimpleElement

Represents coresponding element from XPDL schema.

Author:
Sasa Bojanic
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.enhydra.shark.xpdl.XMLElement
isReadOnly, listeners, notifyListeners, notifyMainListeners, originalElementHashCode, parent, value
 
Constructor Summary
Countrykey(RedefinableHeader parent)
           
 
Method Summary
 
Methods inherited from class org.enhydra.shark.xpdl.XMLElement
addListener, clone, createInfo, equals, getListeners, getMainElement, getOriginalElementHashCode, getParent, isEmpty, isMainElement, isReadOnly, isRequired, makeAs, notifyListeners, notifyMainListeners, removeListener, setNotifyListeners, setNotifyMainListeners, setParent, setReadOnly, setValue, toName, toValue
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Countrykey

public Countrykey(RedefinableHeader parent)