public class

ArrayOfTemplate

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.sites.ArrayOfTemplate

Class Overview

Java class for ArrayOfTemplate complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ArrayOfTemplate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Template" type="{http://schemas.microsoft.com/sharepoint/soap/}Template" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<Template> template
Public Constructors
ArrayOfTemplate()
Public Methods
List<Template> getTemplate()
Gets the value of the template property.
void setTemplate(List<Template> value)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<Template> template

Public Constructors

public ArrayOfTemplate ()

Public Methods

public List<Template> getTemplate ()

Gets the value of the template 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 template property.

For example, to add a new item, do as follows:

    getTemplate().add(newItem);
 

Objects of the following type(s) are allowed in the list Template

public void setTemplate (List<Template> value)

Parameters
value