Package com.k_int.gen.AsnUseful

Examples of com.k_int.gen.AsnUseful.EXTERNAL_type


                LOGGER.finer("Processing OtherInformationItem43_type");

                switch (oit.information.which) {
                case information_inline45_type.externallydefinedinfo_CID:

                    EXTERNAL_type et = (EXTERNAL_type) (oit.information.o);

                    if (et.direct_reference != null) {
                        OIDRegisterEntry ent = reg.lookupByOID(et.direct_reference);
                        LOGGER.finer("External with direct reference, oid="
                            + ent.getName());
View Full Code Here


                NamePlusRecord_type npr = new NamePlusRecord_type();
                npr.name = raw_records[i].getSourceCollectionName();
                npr.record = new record_inline13_type();
                npr.record.which = record_inline13_type.retrievalrecord_CID;

                EXTERNAL_type rec = new EXTERNAL_type();
                npr.record.o = rec;

                if (requested_syntax_name.equals(Z3950Constants.RECSYN_HTML)
                        || requested_syntax_name.equals("sgml")) {
                    LOGGER.finer("Returning OctetAligned record for "
View Full Code Here

TOP

Related Classes of com.k_int.gen.AsnUseful.EXTERNAL_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.