Class CompatibilityDescriptionGroup
- java.lang.Object
-
- org.apache.openejb.jee.was.v6.common.DescriptionGroup
-
- org.apache.openejb.jee.was.v6.common.CompatibilityDescriptionGroup
-
- Direct Known Subclasses:
EJBJar,Handler,JNDIEnvRefsGroup,Listener,MessageDestination,ServiceRef
public class CompatibilityDescriptionGroup extends DescriptionGroup
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
Fields Modifier and Type Field Description protected Stringdescriptionprotected StringdisplayNameprotected StringlargeIconprotected StringsmallIcon-
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
Constructors Constructor Description CompatibilityDescriptionGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets the value of the description property.StringgetDisplayName()Gets the value of the displayName property.StringgetLargeIcon()Gets the value of the largeIcon property.StringgetSmallIcon()Gets the value of the smallIcon property.voidsetDescription(String value)Sets the value of the description property.voidsetDisplayName(String value)Sets the value of the displayName property.voidsetLargeIcon(String value)Sets the value of the largeIcon property.voidsetSmallIcon(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
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getDisplayName
public String getDisplayName()
Gets the value of the displayName property.- Returns:
- possible object is
String
-
setDisplayName
public void setDisplayName(String value)
Sets the value of the displayName property.- Parameters:
value- allowed object isString
-
getLargeIcon
public String getLargeIcon()
Gets the value of the largeIcon property.- Returns:
- possible object is
String
-
setLargeIcon
public void setLargeIcon(String value)
Sets the value of the largeIcon property.- Parameters:
value- allowed object isString
-
getSmallIcon
public String getSmallIcon()
Gets the value of the smallIcon property.- Returns:
- possible object is
String
-
-