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

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
                  extended by edu.internet2.middleware.ldappc.spml.request.BulkSyncResponse
All Implemented Interfaces:
org.openspml.v2.msg.Marshallable, org.openspml.v2.msg.MarshallableElement, org.openspml.v2.msg.OpenContentContainer

public class BulkSyncResponse
extends ProvisioningResponse


Field Summary
 
Fields inherited from class org.openspml.v2.msg.spml.Response
code_id
 
Constructor Summary
BulkSyncResponse()
           
 
Method Summary
 void addResponse(SyncResponse response)
           
 boolean equals(Object o)
           
 String getElementName()
           
 List<SyncResponse> getResponses()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class edu.internet2.middleware.ldappc.spml.request.ProvisioningResponse
getId, getNamespacesInfo, setId
 
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

BulkSyncResponse

public BulkSyncResponse()
Method Detail

getResponses

public List<SyncResponse> getResponses()

addResponse

public void addResponse(SyncResponse response)

hashCode

public int hashCode()
Overrides:
hashCode in class ProvisioningResponse

equals

public boolean equals(Object o)
Overrides:
equals in class ProvisioningResponse

toString

public String toString()
Overrides:
toString in class ProvisioningResponse

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.