public class

SListWithTime

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

Class Overview

Java class for _sListWithTime complex type.

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

 <complexType name="_sListWithTime">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="InternalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="IsEmpty" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String internalName
protected boolean isEmpty
protected XMLGregorianCalendar lastModified
Public Constructors
SListWithTime()
Public Methods
String getInternalName()
Gets the value of the internalName property.
boolean getIsEmpty()
Gets the value of the isEmpty property.
XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.
void setInternalName(String value)
Sets the value of the internalName property.
void setIsEmpty(boolean value)
Sets the value of the isEmpty property.
void setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String internalName

protected boolean isEmpty

protected XMLGregorianCalendar lastModified

Public Constructors

public SListWithTime ()

Public Methods

public String getInternalName ()

Gets the value of the internalName property.

Returns
  • possible object is String

public boolean getIsEmpty ()

Gets the value of the isEmpty property. This getter has been renamed from isIsEmpty() to getIsEmpty() by cxf-xjc-boolean plugin.

public XMLGregorianCalendar getLastModified ()

Gets the value of the lastModified property.

Returns
  • possible object is XMLGregorianCalendar

public void setInternalName (String value)

Sets the value of the internalName property.

Parameters
value Allowed object is String

public void setIsEmpty (boolean value)

Sets the value of the isEmpty property.

Parameters
value

public void setLastModified (XMLGregorianCalendar value)

Sets the value of the lastModified property.

Parameters
value Allowed object is XMLGregorianCalendar