public class EncapsulatedContentType extends Object
Java class for EncapsulatedContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncapsulatedContentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Content" type="{}ContentType" minOccurs="0"/>
</sequence>
<attribute name="ContentType" use="required" type="{}ContentTypeTypeCode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
content |
protected String |
contentType |
| Constructor and Description |
|---|
EncapsulatedContentType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent()
Gets the value of the content property.
|
String |
getContentType()
Gets the value of the contentType property.
|
void |
setContent(byte[] value)
Sets the value of the content property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
protected byte[] content
protected String contentType
public byte[] getContent()
public void setContent(byte[] value)
value - allowed object is
byte[]public String getContentType()
StringCopyright © 2018. All rights reserved.