com.waveset.object
Class MetaEventResponse.Enable

java.lang.Object
  extended bycom.waveset.util.AbstractXmlObject
      extended bycom.waveset.object.MetaEventResponse
          extended bycom.waveset.object.MetaEventResponse.EnableDisable
              extended bycom.waveset.object.MetaEventResponse.Enable
All Implemented Interfaces:
javax.naming.Referenceable, XmlObject
Enclosing class:
MetaEventResponse

public static class MetaEventResponse.Enable
extends MetaEventResponse.EnableDisable

A class representing an enable on the IDM user and/or resource accounts.


Nested Class Summary
 
Nested classes inherited from class com.waveset.object.MetaEventResponse
MetaEventResponse.Delete, MetaEventResponse.Disable, MetaEventResponse.Enable, MetaEventResponse.EnableDisable
 
Field Summary
static java.lang.String ELEMENT
           
static java.lang.String TYPE
           
 
Fields inherited from class com.waveset.object.MetaEventResponse
code_id
 
Fields inherited from class com.waveset.util.AbstractXmlObject
_trace
 
Constructor Summary
MetaEventResponse.Enable(boolean idmUserTarget, boolean global, java.util.List resourceTargets)
          Constructor.
MetaEventResponse.Enable(org.w3c.dom.Element e)
          Constructor from an Element.
 
Method Summary
 Message getDescription()
          Return a description of this response.
 java.lang.String getElementName()
          Return the element name.
 java.lang.String getTypeString()
          Get a string describing this type of response.
 
Methods inherited from class com.waveset.object.MetaEventResponse.EnableDisable
equals, getDescription, getReferences, getResourceTargets, hashCode, isGlobal, isIdmUserTarget, parseXml, toXml
 
Methods inherited from class com.waveset.util.AbstractXmlObject
addXmlHeader, cloneObject, dump, dumpFile, getReference, println, setTrace, toIdentityString, toVerboseString, toVerboseString, toXml, toXml, toXml
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT

public static final java.lang.String ELEMENT
See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values
Constructor Detail

MetaEventResponse.Enable

public MetaEventResponse.Enable(boolean idmUserTarget,
                                boolean global,
                                java.util.List resourceTargets)
                         throws WavesetException
Constructor.


MetaEventResponse.Enable

public MetaEventResponse.Enable(org.w3c.dom.Element e)
                         throws WavesetException
Constructor from an Element.

Method Detail

getElementName

public java.lang.String getElementName()
Description copied from class: AbstractXmlObject
Return the element name.

Specified by:
getElementName in interface XmlObject
Specified by:
getElementName in class AbstractXmlObject

getTypeString

public java.lang.String getTypeString()
Description copied from class: MetaEventResponse
Get a string describing this type of response.

Specified by:
getTypeString in class MetaEventResponse
Returns:
A string describing this type of response.

getDescription

public Message getDescription()
Description copied from class: MetaEventResponse
Return a description of this response.

Specified by:
getDescription in class MetaEventResponse
Returns:
A description of this response.