Package com.k_int.gen.Z39_50_APDU_1995

Examples of com.k_int.gen.Z39_50_APDU_1995.DefaultDiagFormat_type


        {
            StringBuffer errorMessage = new StringBuffer("Search failed");

            if ((searchResponse.records != null) && (searchResponse.records.which == Records_type.nonsurrogatediagnostic_CID))
            {
                DefaultDiagFormat_type diagnostics = (DefaultDiagFormat_type) searchResponse.records.o;

                if ((diagnostics != null) && (diagnostics.addinfo != null) && (diagnostics.addinfo.o != null))
                {
                    errorMessage.append(" [condition: " + diagnostics.condition + "; diagnostic: \"" + diagnostics.addinfo.o.toString() + "\"]");
                }
View Full Code Here

TOP

Related Classes of com.k_int.gen.Z39_50_APDU_1995.DefaultDiagFormat_type

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.