Class ReferenceListHeaderBlock

All Implemented Interfaces:
SecurityHeaderBlock, Node, SOAPElement, Element, Node

public class ReferenceListHeaderBlock extends SecurityHeaderBlockImpl
A ReferenceList element is defined as follows:

 <xmp>
 <element name='ReferenceList'>
     <complexType>
         <choice minOccurs='1' maxOccurs='unbounded'>
             <element name='DataReference' type='xenc:ReferenceType'/>
             <element name='KeyReference' type='xenc:ReferenceType'/>
         </choice>
     </complexType>
 </element>
 </xmp>
 
Author:
Vishal Mahajan