org.plasma.xml.wsdl.v11.mime
Class MimeXml

java.lang.Object
  extended by org.plasma.xml.wsdl.v11.TExtensibilityElement
      extended by 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>
 


Field Summary
protected  java.lang.String part
           
 
Fields inherited from class org.plasma.xml.wsdl.v11.TExtensibilityElement
required
 
Constructor Summary
MimeXml()
           
 
Method Summary
 java.lang.String getPart()
          Gets the value of the part property.
 void setPart(java.lang.String value)
          Sets the value of the part property.
 
Methods inherited from class org.plasma.xml.wsdl.v11.TExtensibilityElement
isRequired, setRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

part

protected java.lang.String part
Constructor Detail

MimeXml

public MimeXml()
Method Detail

getPart

public java.lang.String getPart()
Gets the value of the part property.

Returns:
possible object is String

setPart

public void setPart(java.lang.String value)
Sets the value of the part property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.