public class ImageType extends Object
Java class for ImageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary"> <attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
mimeType |
protected byte[] |
value |
Constructor and Description |
---|
ImageType() |
Modifier and Type | Method and Description |
---|---|
String |
getMimeType()
Gets the value of the mimeType property.
|
byte[] |
getValue()
Gets the value of the value property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
protected byte[] value
protected String mimeType
public byte[] getValue()
public void setValue(byte[] value)
value
- allowed object is
byte[]public String getMimeType()
String
Copyright © 2017 JBoss by Red Hat. All rights reserved.