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

Quick Search    Search Deep

gov.lanl.HL7ProviderVersion2_3
Class PatientListTypeHolder  view PatientListTypeHolder download PatientListTypeHolder.java

java.lang.Object
  extended bygov.lanl.HL7ProviderVersion2_3.PatientListTypeHolder
All Implemented Interfaces:
org.omg.CORBA.portable.Streamable

public final class PatientListTypeHolder
extends java.lang.Object
implements org.omg.CORBA.portable.Streamable


Field Summary
 PatientRelation[] value
           
 
Constructor Summary
PatientListTypeHolder()
           
PatientListTypeHolder(PatientRelation[] initial)
           
 
Method Summary
 void _read(org.omg.CORBA.portable.InputStream in)
          Fill in the value field for this holder by reading the required data from the given stream.
 org.omg.CORBA.TypeCode _type()
          Returns the TypeCode, corresponding the CORBA type that is stored using this holder.
 void _write(org.omg.CORBA.portable.OutputStream out)
          Write the value field to the given stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public PatientRelation[] value
Constructor Detail

PatientListTypeHolder

public PatientListTypeHolder()

PatientListTypeHolder

public PatientListTypeHolder(PatientRelation[] initial)
Method Detail

_read

public void _read(org.omg.CORBA.portable.InputStream in)
Description copied from interface: org.omg.CORBA.portable.Streamable
Fill in the value field for this holder by reading the required data from the given stream.

Specified by:
_read in interface org.omg.CORBA.portable.Streamable

_write

public void _write(org.omg.CORBA.portable.OutputStream out)
Description copied from interface: org.omg.CORBA.portable.Streamable
Write the value field to the given stream.

Specified by:
_write in interface org.omg.CORBA.portable.Streamable

_type

public org.omg.CORBA.TypeCode _type()
Description copied from interface: org.omg.CORBA.portable.Streamable
Returns the TypeCode, corresponding the CORBA type that is stored using this holder.

Specified by:
_type in interface org.omg.CORBA.portable.Streamable