public interface ManagedFileType
The following features are supported:
ContentPackage.getManagedFileType()
Modifier and Type | Method and Description |
---|---|
int |
getAssociated()
Returns the value of the 'Associated' attribute.
|
java.lang.String |
getFileSize()
Returns the value of the 'File Size' attribute.
|
com.ibm.commerce.foundation.common.datatypes.ManagedDirectoryIdentifierType |
getManagedDirectoryIdentifier()
Returns the value of the 'Managed Directory Identifier' containment reference.
|
com.ibm.commerce.foundation.common.datatypes.ManagedFileIdentifierType |
getManagedFileIdentifier()
Returns the value of the 'Managed File Identifier' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
boolean |
isSetAssociated()
Returns whether the value of the '
Associated ' attribute is set. |
void |
setAssociated(int value)
Sets the value of the '
Associated ' attribute. |
void |
setFileSize(java.lang.String value)
Sets the value of the '
File Size ' attribute. |
void |
setManagedDirectoryIdentifier(com.ibm.commerce.foundation.common.datatypes.ManagedDirectoryIdentifierType value)
Sets the value of the '
Managed Directory Identifier ' containment reference. |
void |
setManagedFileIdentifier(com.ibm.commerce.foundation.common.datatypes.ManagedFileIdentifierType value)
Sets the value of the '
Managed File Identifier ' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
void |
unsetAssociated()
Unsets the value of the '
Associated ' attribute. |
com.ibm.commerce.foundation.common.datatypes.ManagedFileIdentifierType getManagedFileIdentifier()
setManagedFileIdentifier(ManagedFileIdentifierType)
,
ContentPackage.getManagedFileType_ManagedFileIdentifier()
void setManagedFileIdentifier(com.ibm.commerce.foundation.common.datatypes.ManagedFileIdentifierType value)
Managed File Identifier
' containment reference.
value
- the new value of the 'Managed File Identifier' containment reference.getManagedFileIdentifier()
com.ibm.commerce.foundation.common.datatypes.ManagedDirectoryIdentifierType getManagedDirectoryIdentifier()
setManagedDirectoryIdentifier(ManagedDirectoryIdentifierType)
,
ContentPackage.getManagedFileType_ManagedDirectoryIdentifier()
void setManagedDirectoryIdentifier(com.ibm.commerce.foundation.common.datatypes.ManagedDirectoryIdentifierType value)
Managed Directory Identifier
' containment reference.
value
- the new value of the 'Managed Directory Identifier' containment reference.getManagedDirectoryIdentifier()
java.lang.String getFileSize()
setFileSize(String)
,
ContentPackage.getManagedFileType_FileSize()
void setFileSize(java.lang.String value)
File Size
' attribute.
value
- the new value of the 'File Size' attribute.getFileSize()
UserDataType getUserData()
setUserData(UserDataType)
,
ContentPackage.getManagedFileType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()
int getAssociated()
"0"
.
Indicator to describe if the ManagedFile is associated with an AttachmentAsset.
isSetAssociated()
,
unsetAssociated()
,
setAssociated(int)
,
ContentPackage.getManagedFileType_Associated()
void setAssociated(int value)
Associated
' attribute.
value
- the new value of the 'Associated' attribute.isSetAssociated()
,
unsetAssociated()
,
getAssociated()
void unsetAssociated()
Associated
' attribute.
isSetAssociated()
,
getAssociated()
,
setAssociated(int)
boolean isSetAssociated()
Associated
' attribute is set.
unsetAssociated()
,
getAssociated()
,
setAssociated(int)