public class Data extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attribute name="mime-type" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
mimeType |
protected byte[] |
value |
| Constructor and Description |
|---|
Data() |
| 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()
StringCopyright © 2016 SAPERION AG. All rights reserved.