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>
| Modifier and Type | Field and Description |
|---|---|
protected List<TPart> |
parts |
required| Constructor and Description |
|---|
MultipartRelated() |
| Modifier and Type | Method and Description |
|---|---|
List<TPart> |
getParts()
Gets the value of the parts property.
|
isRequired, setRequiredpublic List<TPart> getParts()
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 © 2017. All rights reserved.