Class Envelope

java.lang.Object
eu.europa.esig.soap.jaxb.envelope.Envelope

public class Envelope extends Object

Java class for Envelope complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Envelope">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://schemas.xmlsoap.org/soap/envelope/}Header" minOccurs="0"/>
         <element ref="{http://schemas.xmlsoap.org/soap/envelope/}Body"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>