org.plasma.xml.wsdl.v20
Class DocumentedType

java.lang.Object
  extended by 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>
 


Field Summary
protected  List<Documentation> documentations
           
 
Constructor Summary
DocumentedType()
           
 
Method Summary
 List<Documentation> getDocumentations()
          Gets the value of the documentations property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

documentations

protected List<Documentation> documentations
Constructor Detail

DocumentedType

public DocumentedType()
Method Detail

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 © 2014. All rights reserved.