public interface AttachmentAssetType
The following features are supported:
CommerceFoundationPackage.getAttachmentAssetType()| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.foundation.common.datatypes.AttachmentAssetIdentifierType |
getAttachmentAssetIdentifier()
Returns the value of the 'Attachment Asset Identifier' containment reference.
|
java.lang.String |
getAttachmentAssetPath()
Returns the value of the 'Attachment Asset Path' attribute.
|
java.lang.String |
getDirectoryPath()
Returns the value of the 'Directory Path' attribute.
|
java.util.List |
getLanguage()
Returns the value of the 'Language' attribute list.
|
java.lang.String |
getMimeType()
Returns the value of the 'Mime Type' attribute.
|
java.lang.String |
getRootDirectory()
Returns the value of the 'Root Directory' attribute.
|
StoreIdentifierType |
getStoreIdentifier()
Returns the value of the 'Store Identifier' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
boolean |
isLocalAsset()
Returns the value of the 'Local Asset' attribute.
|
boolean |
isSetLocalAsset()
Returns whether the value of the '
Local Asset' attribute is set. |
void |
setAttachmentAssetIdentifier(com.ibm.commerce.foundation.common.datatypes.AttachmentAssetIdentifierType value)
Sets the value of the '
Attachment Asset Identifier' containment reference. |
void |
setAttachmentAssetPath(java.lang.String value)
Sets the value of the '
Attachment Asset Path' attribute. |
void |
setDirectoryPath(java.lang.String value)
Sets the value of the '
Directory Path' attribute. |
void |
setLocalAsset(boolean value)
Sets the value of the '
Local Asset' attribute. |
void |
setMimeType(java.lang.String value)
Sets the value of the '
Mime Type' attribute. |
void |
setRootDirectory(java.lang.String value)
Sets the value of the '
Root Directory' attribute. |
void |
setStoreIdentifier(StoreIdentifierType value)
Sets the value of the '
Store Identifier' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data' containment reference. |
void |
unsetLocalAsset()
Unsets the value of the '
Local Asset' attribute. |
com.ibm.commerce.foundation.common.datatypes.AttachmentAssetIdentifierType getAttachmentAssetIdentifier()
setAttachmentAssetIdentifier(AttachmentAssetIdentifierType),
CommerceFoundationPackage.getAttachmentAssetType_AttachmentAssetIdentifier()void setAttachmentAssetIdentifier(com.ibm.commerce.foundation.common.datatypes.AttachmentAssetIdentifierType value)
Attachment Asset Identifier' containment reference.
value - the new value of the 'Attachment Asset Identifier' containment reference.getAttachmentAssetIdentifier()StoreIdentifierType getStoreIdentifier()
setStoreIdentifier(StoreIdentifierType),
CommerceFoundationPackage.getAttachmentAssetType_StoreIdentifier()void setStoreIdentifier(StoreIdentifierType value)
Store Identifier' containment reference.
value - the new value of the 'Store Identifier' containment reference.getStoreIdentifier()java.lang.String getAttachmentAssetPath()
setAttachmentAssetPath(String),
CommerceFoundationPackage.getAttachmentAssetType_AttachmentAssetPath()void setAttachmentAssetPath(java.lang.String value)
Attachment Asset Path' attribute.
value - the new value of the 'Attachment Asset Path' attribute.getAttachmentAssetPath()java.lang.String getRootDirectory()
setRootDirectory(String),
CommerceFoundationPackage.getAttachmentAssetType_RootDirectory()void setRootDirectory(java.lang.String value)
Root Directory' attribute.
value - the new value of the 'Root Directory' attribute.getRootDirectory()java.lang.String getDirectoryPath()
setDirectoryPath(String),
CommerceFoundationPackage.getAttachmentAssetType_DirectoryPath()void setDirectoryPath(java.lang.String value)
Directory Path' attribute.
value - the new value of the 'Directory Path' attribute.getDirectoryPath()java.lang.String getMimeType()
setMimeType(String),
CommerceFoundationPackage.getAttachmentAssetType_MimeType()void setMimeType(java.lang.String value)
Mime Type' attribute.
value - the new value of the 'Mime Type' attribute.getMimeType()java.util.List getLanguage()
String.
The supported languages of an Attachment Asset. Each attachment may support 0 to many languages.
In the case of multiple supported languages, there will be multiple AttachmentAsset elements in the
Attachment.
CommerceFoundationPackage.getAttachmentAssetType_Language()UserDataType getUserData()
setUserData(UserDataType),
CommerceFoundationPackage.getAttachmentAssetType_UserData()void setUserData(UserDataType value)
User Data' containment reference.
value - the new value of the 'User Data' containment reference.getUserData()boolean isLocalAsset()
isSetLocalAsset(),
unsetLocalAsset(),
setLocalAsset(boolean),
CommerceFoundationPackage.getAttachmentAssetType_LocalAsset()void setLocalAsset(boolean value)
Local Asset' attribute.
value - the new value of the 'Local Asset' attribute.isSetLocalAsset(),
unsetLocalAsset(),
isLocalAsset()void unsetLocalAsset()
Local Asset' attribute.
isSetLocalAsset(),
isLocalAsset(),
setLocalAsset(boolean)boolean isSetLocalAsset()
Local Asset' attribute is set.
unsetLocalAsset(),
isLocalAsset(),
setLocalAsset(boolean)