Class EncryptDocument

java.lang.Object
de.gematik.ws.conn.encryptionservice.v6.EncryptDocument

public class EncryptDocument extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://ws.gematik.de/conn/ConnectorContext/v2.0}Context"/>
         <element name="RecipientKeys">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://ws.gematik.de/conn/EncryptionService/v6.1}CertificateOnCard" minOccurs="0"/>
                   <element ref="{http://ws.gematik.de/conn/EncryptionService/v6.1}Certificate" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}Document"/>
         <element name="OptionalInputs" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://ws.gematik.de/conn/EncryptionService/v6.1}EncryptionType" minOccurs="0"/>
                   <element ref="{http://ws.gematik.de/conn/EncryptionService/v6.1}Element" maxOccurs="unbounded" minOccurs="0"/>
                   <element ref="{http://ws.gematik.de/conn/EncryptionService/v6.1}UnprotectedProperties" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>