public interface DefaultContentType
The following features are supported:
MarketingPackage.getDefaultContentType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentUniqueID()
Returns the value of the 'Content Unique ID' attribute.
|
double |
getDisplaySequence()
Returns the value of the 'Display Sequence' attribute.
|
java.lang.String |
getFormat()
Returns the value of the 'Format' attribute.
|
StoreIdentifierType |
getStoreIdentifier()
Returns the value of the 'Store Identifier' containment reference.
|
java.lang.String |
getUniqueID()
Returns the value of the 'Unique ID' attribute.
|
boolean |
isSetDisplaySequence()
Returns whether the value of the '
Display Sequence ' attribute is set. |
void |
setContentUniqueID(java.lang.String value)
Sets the value of the '
Content Unique ID ' attribute. |
void |
setDisplaySequence(double value)
Sets the value of the '
Display Sequence ' attribute. |
void |
setFormat(java.lang.String value)
Sets the value of the '
Format ' attribute. |
void |
setStoreIdentifier(StoreIdentifierType value)
Sets the value of the '
Store Identifier ' containment reference. |
void |
setUniqueID(java.lang.String value)
Sets the value of the '
Unique ID ' attribute. |
void |
unsetDisplaySequence()
Unsets the value of the '
Display Sequence ' attribute. |
java.lang.String getUniqueID()
setUniqueID(String)
,
MarketingPackage.getDefaultContentType_UniqueID()
void setUniqueID(java.lang.String value)
Unique ID
' attribute.
value
- the new value of the 'Unique ID' attribute.getUniqueID()
StoreIdentifierType getStoreIdentifier()
setStoreIdentifier(StoreIdentifierType)
,
MarketingPackage.getDefaultContentType_StoreIdentifier()
void setStoreIdentifier(StoreIdentifierType value)
Store Identifier
' containment reference.
value
- the new value of the 'Store Identifier' containment reference.getStoreIdentifier()
java.lang.String getContentUniqueID()
setContentUniqueID(String)
,
MarketingPackage.getDefaultContentType_ContentUniqueID()
void setContentUniqueID(java.lang.String value)
Content Unique ID
' attribute.
value
- the new value of the 'Content Unique ID' attribute.getContentUniqueID()
java.lang.String getFormat()
setFormat(String)
,
MarketingPackage.getDefaultContentType_Format()
void setFormat(java.lang.String value)
Format
' attribute.
value
- the new value of the 'Format' attribute.getFormat()
double getDisplaySequence()
isSetDisplaySequence()
,
unsetDisplaySequence()
,
setDisplaySequence(double)
,
MarketingPackage.getDefaultContentType_DisplaySequence()
void setDisplaySequence(double value)
Display Sequence
' attribute.
value
- the new value of the 'Display Sequence' attribute.isSetDisplaySequence()
,
unsetDisplaySequence()
,
getDisplaySequence()
void unsetDisplaySequence()
Display Sequence
' attribute.
boolean isSetDisplaySequence()
Display Sequence
' attribute is set.
unsetDisplaySequence()
,
getDisplaySequence()
,
setDisplaySequence(double)