org.plasma.xml.wsdl.v20
Class DocumentedType
java.lang.Object
org.plasma.xml.wsdl.v20.DocumentedType
- Direct Known Subclasses:
- ExtensibleDocumentedType
public class DocumentedType
- extends Object
This type is extended by component types to allow them to be documented.
Java class for DocumentedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/ns/wsdl}documentation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
documentations
protected List<Documentation> documentations
DocumentedType
public DocumentedType()
getDocumentations
public List<Documentation> getDocumentations()
- Gets the value of the documentations 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 documentations property.
For example, to add a new item, do as follows:
getDocumentations().add(newItem);
Objects of the following type(s) are allowed in the list
Documentation
Copyright © 2013. All rights reserved.