org.apache.openejb.jee.was.v6.common
Class CompatibilityDescriptionGroup

java.lang.Object
  extended by org.apache.openejb.jee.was.v6.common.DescriptionGroup
      extended by 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
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

description

protected String description

displayName

protected String displayName

largeIcon

protected String largeIcon

smallIcon

protected String smallIcon
Constructor Detail

CompatibilityDescriptionGroup

public CompatibilityDescriptionGroup()
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 is String

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 is String

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 is String

getSmallIcon

public String getSmallIcon()
Gets the value of the smallIcon property.

Returns:
possible object is String

setSmallIcon

public void setSmallIcon(String value)
Sets the value of the smallIcon property.

Parameters:
value - allowed object is String


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.