Examples of SortRequest_type


Examples of org.loc.z3950.codec.Z39_50_APDU_1995.SortRequest_type

    }

    @SuppressWarnings("unchecked")
    public PDU_type produceInitializingRequest() throws ProtocolException
    {
        SortRequest_type sortRequest = new SortRequest_type();
        sortRequest.referenceId = this.referenceId.getBytes();
        sortRequest.inputResultSetNames = new ArrayList(this.resultSetsToSort);
        sortRequest.sortedResultSetName = this.sortedResultSetName;
        sortRequest.sortSequence = new ArrayList(this.attributesToSort);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.