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  java.lang.String description
           
protected  java.lang.String displayName
           
protected  java.lang.String largeIcon
           
protected  java.lang.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
 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.
 
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 java.lang.String description

displayName

protected java.lang.String displayName

largeIcon

protected java.lang.String largeIcon

smallIcon

protected java.lang.String smallIcon
Constructor Detail

CompatibilityDescriptionGroup

public CompatibilityDescriptionGroup()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getLargeIcon

public java.lang.String getLargeIcon()
Gets the value of the largeIcon property.

Returns:
possible object is String

setLargeIcon

public void setLargeIcon(java.lang.String value)
Sets the value of the largeIcon property.

Parameters:
value - allowed object is String

getSmallIcon

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

Returns:
possible object is String

setSmallIcon

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

Parameters:
value - allowed object is String


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