edu.internet2.middleware.ldappc.spml.request
Class ProvisioningResponse

java.lang.Object
  extended by org.openspml.v2.util.xml.BasicMarshallableElement
      extended by org.openspml.v2.msg.spml.Extensible
          extended by org.openspml.v2.msg.spml.Response
              extended by edu.internet2.middleware.ldappc.spml.request.ProvisioningResponse
All Implemented Interfaces:
org.openspml.v2.msg.Marshallable, org.openspml.v2.msg.MarshallableElement, org.openspml.v2.msg.OpenContentContainer
Direct Known Subclasses:
BulkCalcResponse, BulkDiffResponse, BulkSyncResponse, CalcResponse, DiffResponse, SyncResponse

public abstract class ProvisioningResponse
extends org.openspml.v2.msg.spml.Response


Field Summary
 
Fields inherited from class org.openspml.v2.msg.spml.Response
code_id
 
Constructor Summary
ProvisioningResponse()
           
 
Method Summary
 boolean equals(Object o)
           
 String getElementName()
           
 String getId()
           
 org.openspml.v2.msg.PrefixAndNamespaceTuple[] getNamespacesInfo()
           
 int hashCode()
           
 void setId(String id)
           
 String toString()
           
 
Methods inherited from class org.openspml.v2.msg.spml.Response
addErrorMessage, clearErrorMessages, getError, getErrorMessages, getRequestID, getStatus, removeErrorMessage, setError, setRequestID, setStatus, toXML
 
Methods inherited from class org.openspml.v2.msg.spml.Extensible
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, getOpenContentAttrs, getOpenContentElements, getOpenContentElements, isValid, removeAllOperationalNVPsWithName, removeOpenContentAttr, removeOpenContentElement, setOpenContent, setOpenContentAttrs, setOpenContentElements
 
Methods inherited from class org.openspml.v2.util.xml.BasicMarshallableElement
getElementName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openspml.v2.msg.MarshallableElement
isValid
 

Constructor Detail

ProvisioningResponse

public ProvisioningResponse()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getNamespacesInfo

public org.openspml.v2.msg.PrefixAndNamespaceTuple[] getNamespacesInfo()
Specified by:
getNamespacesInfo in interface org.openspml.v2.msg.MarshallableElement
Overrides:
getNamespacesInfo in class org.openspml.v2.msg.spml.Extensible

hashCode

public int hashCode()
Overrides:
hashCode in class org.openspml.v2.msg.spml.Response

equals

public boolean equals(Object o)
Overrides:
equals in class org.openspml.v2.msg.spml.Response

toString

public String toString()
Overrides:
toString in class Object

getElementName

public String getElementName()
Specified by:
getElementName in interface org.openspml.v2.msg.MarshallableElement
Overrides:
getElementName in class org.openspml.v2.util.xml.BasicMarshallableElement


Copyright © 2012 Internet2. All Rights Reserved.