Class SenderLogo

java.lang.Object
ch.tocco.nice2.optional.incamail.impl.soap.SenderLogo

public class SenderLogo extends Object

Java class for SenderLogo complex type.

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

<complexType name="SenderLogo">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="LogoData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

    • mimeType

      protected String mimeType
    • logoData

      protected byte[] logoData
  • Constructor Details

    • SenderLogo

      public SenderLogo()
  • Method Details

    • getMimeType

      public String getMimeType()
      Gets the value of the mimeType property.
      Returns:
      possible object is String
    • setMimeType

      public void setMimeType(String value)
      Sets the value of the mimeType property.
      Parameters:
      value - allowed object is String
    • getLogoData

      public byte[] getLogoData()
      Gets the value of the logoData property.
      Returns:
      possible object is byte[]
    • setLogoData

      public void setLogoData(byte[] value)
      Sets the value of the logoData property.
      Parameters:
      value - allowed object is byte[]