Uses of Class
org.openspml.v2.msg.spml.PSO

Packages that use PSO
org.openspml.v2.msg.spml   
org.openspml.v2.msg.spmlsearch   
 

Uses of PSO in org.openspml.v2.msg.spml
 

Methods in org.openspml.v2.msg.spml that return PSO
 PSO ModifyResponse.getPso()
           
 PSO AddResponse.getPso()
           
 PSO LookupResponse.getPso()
           
 

Methods in org.openspml.v2.msg.spml with parameters of type PSO
 void ModifyResponse.setPso(PSO pso)
           
 void AddResponse.setPso(PSO pso)
           
 void LookupResponse.setPso(PSO pso)
           
 

Constructors in org.openspml.v2.msg.spml with parameters of type PSO
ModifyResponse(java.lang.String[] errorMessages, StatusCode statusCode, java.lang.String requestID, ErrorCode error, PSO pso)
           
AddResponse(java.lang.String[] errorMessages, StatusCode status, java.lang.String requestID, ErrorCode error, PSO pso)
           
LookupResponse(java.lang.String[] errorMessages, StatusCode status, java.lang.String requestID, ErrorCode error, PSO pso)
           
 

Uses of PSO in org.openspml.v2.msg.spmlsearch
 

Methods in org.openspml.v2.msg.spmlsearch that return PSO
 PSO[] SearchResponse.getPSOs()
           
 

Methods in org.openspml.v2.msg.spmlsearch with parameters of type PSO
 void SearchResponse.addPSO(PSO pso)
           
 boolean SearchResponse.removePSO(PSO pso)
           
 

Constructors in org.openspml.v2.msg.spmlsearch with parameters of type PSO
SearchResponse(java.lang.String[] errorMessages, StatusCode status, java.lang.String requestId, ErrorCode errorCode, PSO[] pso, ResultsIterator iterator)
           
IterateResponse(java.lang.String[] errorMessages, StatusCode status, java.lang.String requestId, ErrorCode errorCode, PSO[] pso, ResultsIterator iterator)
           
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.