Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.OpenRequest.isoill.gen.OCLC_ILL_Request_Extension
Class OCLC_ILL_Request_Extension_type  view OCLC_ILL_Request_Extension_type download OCLC_ILL_Request_Extension_type.java

java.lang.Object
  extended bycom.k_int.OpenRequest.isoill.gen.OCLC_ILL_Request_Extension.OCLC_ILL_Request_Extension_type
All Implemented Interfaces:
java.io.Serializable

public class OCLC_ILL_Request_Extension_type
extends java.lang.Object
implements java.io.Serializable


Field Summary
 com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type affiliations
           
 com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type client_department
           
 com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type dissertation
           
 com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type issue_number
           
 com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type payment_method
           
 com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type source
           
 com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type uniform_title
           
 com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type volume
           
 
Constructor Summary
OCLC_ILL_Request_Extension_type()
           
OCLC_ILL_Request_Extension_type(com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type client_department, com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type payment_method, com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type uniform_title, com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type dissertation, com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type issue_number, com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type volume, com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type affiliations, com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client_department

public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type client_department

payment_method

public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type payment_method

uniform_title

public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type uniform_title

dissertation

public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type dissertation

issue_number

public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type issue_number

volume

public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type volume

affiliations

public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type affiliations

source

public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type source
Constructor Detail

OCLC_ILL_Request_Extension_type

public OCLC_ILL_Request_Extension_type(com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type client_department,
                                       com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type payment_method,
                                       com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type uniform_title,
                                       com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type dissertation,
                                       com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type issue_number,
                                       com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type volume,
                                       com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type affiliations,
                                       com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_String_type source)

OCLC_ILL_Request_Extension_type

public OCLC_ILL_Request_Extension_type()