public class ContentExLocRefBaseType extends Object
Java class for ContentExLocRefBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentExLocRefBaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="FileType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
base64Content |
protected String |
fileType |
| Constructor and Description |
|---|
ContentExLocRefBaseType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBase64Content()
Gets the value of the base64Content property.
|
String |
getFileType()
Gets the value of the fileType property.
|
void |
setBase64Content(byte[] value)
Sets the value of the base64Content property.
|
void |
setFileType(String value)
Sets the value of the fileType property.
|
protected byte[] base64Content
protected String fileType
public byte[] getBase64Content()
public void setBase64Content(byte[] value)
value - allowed object is byte[]public String getFileType()
StringCopyright © 2014–2019. All rights reserved.