public class

FieldInformation

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.copy.FieldInformation

Class Overview

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>
 

Summary

Fields
protected String displayName
protected String id
protected String internalName
protected FieldType type
protected String value
Public Constructors
FieldInformation()
Public Methods
String getDisplayName()
Gets the value of the displayName property.
String getId()
Gets the value of the id property.
String getInternalName()
Gets the value of the internalName property.
FieldType getType()
Gets the value of the type property.
String getValue()
Gets the value of the value property.
void setDisplayName(String value)
Sets the value of the displayName property.
void setId(String value)
Sets the value of the id property.
void setInternalName(String value)
Sets the value of the internalName property.
void setType(FieldType value)
Sets the value of the type property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String displayName

protected String id

protected String internalName

protected FieldType type

protected String value

Public Constructors

public FieldInformation ()

Public Methods

public String getDisplayName ()

Gets the value of the displayName property.

Returns
  • possible object is String

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getInternalName ()

Gets the value of the internalName property.

Returns
  • possible object is String

public FieldType getType ()

Gets the value of the type property.

Returns

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setDisplayName (String value)

Sets the value of the displayName property.

Parameters
value Allowed object is String

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setInternalName (String value)

Sets the value of the internalName property.

Parameters
value Allowed object is String

public void setType (FieldType value)

Sets the value of the type property.

Parameters
value Allowed object is FieldType

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String