oasis.names.tc.ebxml_regrep.xsd.rim._3
Class ActionType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.ActionType
Direct Known Subclasses:
NotifyActionType

public abstract class ActionType
extends java.lang.Object

Abstract Base type for all types of Actions.

Java class for ActionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ActionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ActionType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionType

public ActionType()