org.plasma.xml.wsdl.v11.mime
Class MultipartRelated
java.lang.Object
org.plasma.xml.wsdl.v11.TExtensibilityElement
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parts
protected List<TPart> parts
MultipartRelated
public MultipartRelated()
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.