Class 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 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