public class CompatibilityDescriptionGroup extends DescriptionGroup
<complexType name="CompatibilityDescriptionGroup"> <complexContent> <extension base="{common.xmi}DescriptionGroup"> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="largeIcon" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="smallIcon" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected java.lang.String |
displayName |
protected java.lang.String |
largeIcon |
protected java.lang.String |
smallIcon |
descriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version
Constructor and Description |
---|
CompatibilityDescriptionGroup() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getDisplayName()
Gets the value of the displayName property.
|
java.lang.String |
getLargeIcon()
Gets the value of the largeIcon property.
|
java.lang.String |
getSmallIcon()
Gets the value of the smallIcon property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property.
|
void |
setLargeIcon(java.lang.String value)
Sets the value of the largeIcon property.
|
void |
setSmallIcon(java.lang.String value)
Sets the value of the smallIcon property.
|
getDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersion
protected java.lang.String description
protected java.lang.String displayName
protected java.lang.String largeIcon
protected java.lang.String smallIcon
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is String
public java.lang.String getDisplayName()
String
public void setDisplayName(java.lang.String value)
value
- allowed object is String
public java.lang.String getLargeIcon()
String
public void setLargeIcon(java.lang.String value)
value
- allowed object is String
public java.lang.String getSmallIcon()
String
public void setSmallIcon(java.lang.String value)
value
- allowed object is String