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

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

public class MultipartRelated
extends TExtensibilityElement

Java class for multipartRelatedType complex type.

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

 <complexType name="multipartRelatedType">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
       <sequence>
         <element name="part" type="{http://schemas.xmlsoap.org/wsdl/mime/}tPart" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<TPart> parts
           
 
Fields inherited from class org.plasma.xml.wsdl.v11.TExtensibilityElement
required
 
Constructor Summary
MultipartRelated()
           
 
Method Summary
 List<TPart> getParts()
          Gets the value of the parts 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

parts

protected List<TPart> parts
Constructor Detail

MultipartRelated

public MultipartRelated()
Method Detail

getParts

public List<TPart> getParts()
Gets the value of the parts property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the parts property.

For example, to add a new item, do as follows:

    getParts().add(newItem);
 

Objects of the following type(s) are allowed in the list TPart



Copyright © 2013. All rights reserved.