public class TToParts extends TExtensibleElements
Java class for tToParts complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tToParts">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleElements">
<sequence>
<element name="toPart" type="{http://www.example.org/WS-HT}tToPart" maxOccurs="unbounded"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TToPart> |
toPart |
any, documentation| Constructor and Description |
|---|
TToParts() |
| Modifier and Type | Method and Description |
|---|---|
List<TToPart> |
getToPart()
Gets the value of the toPart property.
|
getAny, getDocumentation, getOtherAttributespublic List<TToPart> getToPart()
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 toPart property.
For example, to add a new item, do as follows:
getToPart().add(newItem);
Objects of the following type(s) are allowed in the list
TToPart
Copyright © 2012 OW2 Consortium. All Rights Reserved.