|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.was.v6.common.DescriptionGroup
org.apache.openejb.jee.was.v6.common.CompatibilityDescriptionGroup
public class CompatibilityDescriptionGroup
Java class for CompatibilityDescriptionGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Field Summary | |
---|---|
protected String |
description
|
protected String |
displayName
|
protected String |
largeIcon
|
protected String |
smallIcon
|
Fields inherited from class org.apache.openejb.jee.was.v6.common.DescriptionGroup |
---|
descriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version |
Constructor Summary | |
---|---|
CompatibilityDescriptionGroup()
|
Method Summary | |
---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getDisplayName()
Gets the value of the displayName property. |
String |
getLargeIcon()
Gets the value of the largeIcon property. |
String |
getSmallIcon()
Gets the value of the smallIcon property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDisplayName(String value)
Sets the value of the displayName property. |
void |
setLargeIcon(String value)
Sets the value of the largeIcon property. |
void |
setSmallIcon(String value)
Sets the value of the smallIcon property. |
Methods inherited from class org.apache.openejb.jee.was.v6.common.DescriptionGroup |
---|
getDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String description
protected String displayName
protected String largeIcon
protected String smallIcon
Constructor Detail |
---|
public CompatibilityDescriptionGroup()
Method Detail |
---|
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is String
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is String
public String getLargeIcon()
String
public void setLargeIcon(String value)
value
- allowed object is String
public String getSmallIcon()
String
public void setSmallIcon(String value)
value
- allowed object is String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |