public class

SProperty

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.sitedata.SProperty

Class Overview

Java class for _sProperty complex type.

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

 <complexType name="_sProperty">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String name
protected String title
protected String type
Public Constructors
SProperty()
Public Methods
String getName()
Gets the value of the name property.
String getTitle()
Gets the value of the title property.
String getType()
Gets the value of the type property.
void setName(String value)
Sets the value of the name property.
void setTitle(String value)
Sets the value of the title property.
void setType(String value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String name

protected String title

protected String type

Public Constructors

public SProperty ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String