Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client Java API Programmer's Guide | Creating and Initializing Events | Structure Data Fields | Setting Structure Fields | Setting a Struct Sequence Field from an Event
 
Setting a Struct Sequence Field from an Event
Similar in concept to BrokerEvent.setStructFieldFromEvent, the BrokerEvent.setStructSeqFieldFromEvents method sets a sequence of structure fields from an array of events. Envelope fields on the source events are ignored.
As with the other methods for setting sequence fields, this method might overwrite all or part of the destination structure sequence field. It might also increase the size of the target sequence, but it will never reduce the size of the sequence. To reduce the size of a sequence field, use the BrokerEvent.setSequenceFieldSize method.