public class MimeXml extends TExtensibilityElement
Java class for tMimeXml complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tMimeXml">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
<sequence>
</sequence>
<attribute name="part" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
part |
required| Constructor and Description |
|---|
MimeXml() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPart()
Gets the value of the part property.
|
void |
setPart(String value)
Sets the value of the part property.
|
isRequired, setRequiredprotected String part
Copyright © 2017. All rights reserved.