Class BinaryDocumentType

java.lang.Object
oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
de.gematik.ws.conn.signatureservice.v7_4.BinaryDocumentType

public class BinaryDocumentType extends DocumentBaseType

Java class for BinaryDocumentType complex type.

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

 <complexType name="BinaryDocumentType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:dss:1.0:core:schema}DocumentBaseType">
       <all>
         <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Base64Data"/>
       </all>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BinaryDocumentType

      public BinaryDocumentType()
  • Method Details

    • getBase64Data

      public Base64Data getBase64Data()
      Gets the value of the base64Data property.
      Returns:
      possible object is Base64Data
    • setBase64Data

      public void setBase64Data(Base64Data value)
      Sets the value of the base64Data property.
      Parameters:
      value - allowed object is Base64Data