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