public class

ContentTransferProfile

extends Profile
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.profiles.Profile
     ↳ com.emc.documentum.fs.datamodel.core.profiles.ContentTransferProfile

Class Overview

Java class for ContentTransferProfile complex type.

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

 <complexType name="ContentTransferProfile">
   <complexContent>
     <extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
       <sequence>
         <element name="ActivityInfo" type="{http://content.core.datamodel.fs.documentum.emc.com/}ActivityInfo" minOccurs="0"/>
       </sequence>
       <attribute name="transferMode" type="{http://content.core.datamodel.fs.documentum.emc.com/}ContentTransferMode" />
       <attribute name="geolocation" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="allowCachedContentTransfer" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="allowAsyncContentTransfer" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="isProcessOLELinks" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="xmlApplicationName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ActivityInfo activityInfo
protected boolean allowAsyncContentTransfer
protected boolean allowCachedContentTransfer
protected String geolocation
protected boolean isProcessOLELinks
protected ContentTransferMode transferMode
protected String xmlApplicationName
Public Constructors
ContentTransferProfile()
Public Methods
ActivityInfo getActivityInfo()
Gets the value of the activityInfo property.
String getGeolocation()
Gets the value of the geolocation property.
ContentTransferMode getTransferMode()
Gets the value of the transferMode property.
String getXmlApplicationName()
Gets the value of the xmlApplicationName property.
boolean isAllowAsyncContentTransfer()
Gets the value of the allowAsyncContentTransfer property.
boolean isAllowCachedContentTransfer()
Gets the value of the allowCachedContentTransfer property.
boolean isIsProcessOLELinks()
Gets the value of the isProcessOLELinks property.
void setActivityInfo(ActivityInfo value)
Sets the value of the activityInfo property.
void setAllowAsyncContentTransfer(boolean value)
Sets the value of the allowAsyncContentTransfer property.
void setAllowCachedContentTransfer(boolean value)
Sets the value of the allowCachedContentTransfer property.
void setGeolocation(String value)
Sets the value of the geolocation property.
void setIsProcessOLELinks(boolean value)
Sets the value of the isProcessOLELinks property.
void setTransferMode(ContentTransferMode value)
Sets the value of the transferMode property.
void setXmlApplicationName(String value)
Sets the value of the xmlApplicationName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ActivityInfo activityInfo

protected boolean allowAsyncContentTransfer

protected boolean allowCachedContentTransfer

protected String geolocation

protected boolean isProcessOLELinks

protected ContentTransferMode transferMode

protected String xmlApplicationName

Public Constructors

public ContentTransferProfile ()

Public Methods

public ActivityInfo getActivityInfo ()

Gets the value of the activityInfo property.

Returns

public String getGeolocation ()

Gets the value of the geolocation property.

Returns
  • possible object is String

public ContentTransferMode getTransferMode ()

Gets the value of the transferMode property.

Returns

public String getXmlApplicationName ()

Gets the value of the xmlApplicationName property.

Returns
  • possible object is String

public boolean isAllowAsyncContentTransfer ()

Gets the value of the allowAsyncContentTransfer property.

public boolean isAllowCachedContentTransfer ()

Gets the value of the allowCachedContentTransfer property.

public boolean isIsProcessOLELinks ()

Gets the value of the isProcessOLELinks property.

public void setActivityInfo (ActivityInfo value)

Sets the value of the activityInfo property.

Parameters
value Allowed object is ActivityInfo

public void setAllowAsyncContentTransfer (boolean value)

Sets the value of the allowAsyncContentTransfer property.

Parameters
value

public void setAllowCachedContentTransfer (boolean value)

Sets the value of the allowCachedContentTransfer property.

Parameters
value

public void setGeolocation (String value)

Sets the value of the geolocation property.

Parameters
value Allowed object is String

public void setIsProcessOLELinks (boolean value)

Sets the value of the isProcessOLELinks property.

Parameters
value

public void setTransferMode (ContentTransferMode value)

Sets the value of the transferMode property.

Parameters
value Allowed object is ContentTransferMode

public void setXmlApplicationName (String value)

Sets the value of the xmlApplicationName property.

Parameters
value Allowed object is String