| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.copy.FieldInformation |
Java class for FieldInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FieldInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Type" use="required" type="{http://schemas.microsoft.com/sharepoint/soap/}FieldType" />
<attribute name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="InternalName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Id" use="required" type="{http://microsoft.com/wsdl/types/}guid" />
<attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| displayName | |||||||||||
| id | |||||||||||
| internalName | |||||||||||
| type | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the displayName property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the internalName property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Sets the value of the displayName property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the internalName property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the displayName property.
Gets the value of the id property.
Gets the value of the internalName property.
Gets the value of the type property.
FieldType
Gets the value of the value property.
Sets the value of the displayName property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the internalName property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is
FieldType
|
|---|
Sets the value of the value property.
| value | Allowed object is String |
|---|