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

java.lang.Object
  extended by org.plasma.xml.wsdl.v11.TExtensibilityElement
      extended by org.plasma.xml.wsdl.v11.mime.Content

public class Content
extends TExtensibilityElement

Java class for contentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="contentType">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
       <sequence>
       </sequence>
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="part" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String part
           
protected  String type
           
 
Fields inherited from class org.plasma.xml.wsdl.v11.TExtensibilityElement
required
 
Constructor Summary
Content()
           
 
Method Summary
 String getPart()
          Gets the value of the part property.
 String getType()
          Gets the value of the type property.
 void setPart(String value)
          Sets the value of the part property.
 void setType(String value)
          Sets the value of the type 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

type

protected String type

part

protected String part
Constructor Detail

Content

public Content()
Method Detail

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

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.