com.waveset.object
Class MetaEventResponse.Disable
java.lang.Object
com.waveset.util.AbstractXmlObject
com.waveset.object.MetaEventResponse
com.waveset.object.MetaEventResponse.EnableDisable
com.waveset.object.MetaEventResponse.Disable
- All Implemented Interfaces:
- javax.naming.Referenceable, XmlObject
- Enclosing class:
- MetaEventResponse
- public static class MetaEventResponse.Disable
- extends MetaEventResponse.EnableDisable
A class representing a disable on the IDM user and/or resource accounts.
Field Summary |
static java.lang.String |
ELEMENT
|
static java.lang.String |
TYPE
|
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 |
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
MetaEventResponse.Disable
public MetaEventResponse.Disable(boolean idmUserTarget,
boolean global,
java.util.List resourceTargets)
throws WavesetException
- Constructor.
MetaEventResponse.Disable
public MetaEventResponse.Disable(org.w3c.dom.Element e)
throws WavesetException
- Constructor from an Element.
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.