| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sitedata.SListWithTime |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| internalName | |||||||||||
| isEmpty | |||||||||||
| lastModified | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the internalName property.
| |||||||||||
Gets the value of the isEmpty property.
| |||||||||||
Gets the value of the lastModified property.
| |||||||||||
Sets the value of the internalName property.
| |||||||||||
Sets the value of the isEmpty property.
| |||||||||||
Sets the value of the lastModified property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the internalName property.
Gets the value of the isEmpty property. This getter has been renamed from isIsEmpty() to getIsEmpty() by cxf-xjc-boolean plugin.
Gets the value of the lastModified property.
Sets the value of the internalName property.
| value | Allowed object is String |
|---|
Sets the value of the isEmpty property.
| value |
|---|
Sets the value of the lastModified property.
| value | Allowed object is XMLGregorianCalendar |
|---|