ca.uhn.hl7v2.util
Class MessageIterator.Index

java.lang.Object
  extended by ca.uhn.hl7v2.util.MessageIterator.Index
Enclosing class:
MessageIterator

public static class MessageIterator.Index
extends java.lang.Object

An index of a child structure within a group, consisting of the name and rep of of the child.


Field Summary
 java.lang.String name
           
 int rep
           
 
Constructor Summary
MessageIterator.Index(java.lang.String name, int rep)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

rep

public int rep
Constructor Detail

MessageIterator.Index

public MessageIterator.Index(java.lang.String name,
                             int rep)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright © 2001-2011 University Health Network. All Rights Reserved.