org.plasma.xml.wsdl.v11.mime
Class MimeXml
java.lang.Object
org.plasma.xml.wsdl.v11.TExtensibilityElement
org.plasma.xml.wsdl.v11.mime.MimeXml
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>
|
Method Summary |
String |
getPart()
Gets the value of the part property. |
void |
setPart(String value)
Sets the value of the part property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
part
protected String part
MimeXml
public MimeXml()
getPart
public String getPart()
- Gets the value of the part property.
- Returns:
- possible object is
String
setPart
public void setPart(String value)
- Sets the value of the part property.
- Parameters:
value - allowed object is
String
Copyright © 2014. All rights reserved.