From: Phillip T. <pto...@co...> - 2003-08-11 20:39:45
|
I'm pretty new to hapi, and I'm having trouble figuring out this construct.. I have an object of type RDE_O11_ORCRXONTERXRRXCNTERXERXRRXCOBXNTECTI... crazy. Anyways, I can make calls like getRXE() and getORC(), but I don't know how to deal with multiplicity. There are two RXC calls. One that takes an int index, and one that does not. The one that takes an index seems like what I want, but what's my mechanism for iterating them? Is there a count/length/size somewhere, or am I expected to call the method starting at index = 0 until I get a null or exception? thanks, -Phill |