org.openspml.v2.msg.spmlsuspend
Class ActiveResponse

java.lang.Object
  extended byorg.openspml.v2.msg.spml.Extensible
      extended byorg.openspml.v2.msg.spml.ExtensibleMarshallable
          extended byorg.openspml.v2.msg.spml.Response
              extended byorg.openspml.v2.msg.spmlsuspend.BasicResponse
                  extended byorg.openspml.v2.msg.spmlsuspend.ActiveResponse
All Implemented Interfaces:
Marshallable, MarshallableElement, OpenContentContainer

public class ActiveResponse
extends org.openspml.v2.msg.spmlsuspend.BasicResponse

Author:
kent.spaulding@sun.com

Date: Feb 15, 2006


Constructor Summary
ActiveResponse()
           
ActiveResponse(java.lang.String[] errorMessages, StatusCode status, java.lang.String requestId, ErrorCode errorCode, java.lang.Boolean active)
           
 
Method Summary
 boolean getActive()
           
 PrefixAndNamespaceTuple[] getNamespacesInfo()
          We need to know the namespace of the class to include.
 void setActive(boolean active)
           
 
Methods inherited from class org.openspml.v2.msg.spml.Response
addErrorMessage, clearErrorMessages, equals, getError, getErrorMessages, getRequestID, getStatus, hashCode, removeErrorMessage, setError, setRequestID, setStatus, toXML
 
Methods inherited from class org.openspml.v2.msg.spml.Extensible
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, getOpenContentAttrs, getOpenContentElements, isValid, removeOpenContentAttr, removeOpenContentElement, setOpenContent, setOpenContentAttrs, setOpenContentElements
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openspml.v2.msg.MarshallableElement
isValid
 

Constructor Detail

ActiveResponse

public ActiveResponse()

ActiveResponse

public ActiveResponse(java.lang.String[] errorMessages,
                      StatusCode status,
                      java.lang.String requestId,
                      ErrorCode errorCode,
                      java.lang.Boolean active)
Method Detail

getActive

public boolean getActive()

setActive

public void setActive(boolean active)

getNamespacesInfo

public PrefixAndNamespaceTuple[] getNamespacesInfo()
Description copied from interface: MarshallableElement
We need to know the namespace of the class to include.

Specified by:
getNamespacesInfo in interface MarshallableElement
Overrides:
getNamespacesInfo in class Extensible


Copyright © Sun Microsystems, Inc. All Rights Reserved.