org.ow2.orchestra.ws_ht
Class TExtensions
java.lang.Object
org.ow2.orchestra.ws_ht.TExtensibleElements
org.ow2.orchestra.ws_ht.TExtensions
public class TExtensions
- extends TExtensibleElements
Java class for tExtensions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tExtensions">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleElements">
<sequence>
<element name="extension" type="{http://www.example.org/WS-HT}tExtension" maxOccurs="unbounded"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
extension
protected List<TExtension> extension
TExtensions
public TExtensions()
getExtension
public List<TExtension> getExtension()
- Gets the value of the extension 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 extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
TExtension
Copyright © 2012 OW2 Consortium. All Rights Reserved.