Class SenderLogo
java.lang.Object
ch.tocco.nice2.optional.incamail.impl.soap.SenderLogo
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Gets the value of the logoData property.Gets the value of the mimeType property.void
setLogoData
(byte[] value) Sets the value of the logoData property.void
setMimeType
(String value) Sets the value of the mimeType property.
-
Field Details
-
mimeType
-
logoData
protected byte[] logoData
-
-
Constructor Details
-
SenderLogo
public SenderLogo()
-
-
Method Details
-
getMimeType
Gets the value of the mimeType property.- Returns:
- possible object is
String
-
setMimeType
Sets the value of the mimeType property.- Parameters:
value
- allowed object isString
-
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[]
-