org.jcoderz.phoenix.findbugs.message.jaxb
Interface PluginType

All Known Subinterfaces:
MessageCollectionType.Plugin
All Known Implementing Classes:
MessageCollectionTypeImpl.PluginImpl, PluginTypeImpl

public interface PluginType

Java content class for PluginType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/findbugs/messagecollection.xsd line 16)

 <complexType name="PluginType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ShortDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Details" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getDetails()
          Gets the value of the details property.
 String getShortDescription()
          Gets the value of the shortDescription property.
 boolean isSetDetails()
           
 boolean isSetShortDescription()
           
 void setDetails(String value)
          Sets the value of the details property.
 void setShortDescription(String value)
          Sets the value of the shortDescription property.
 void unsetDetails()
           
 void unsetShortDescription()
           
 

Method Detail

getShortDescription

String getShortDescription()
Gets the value of the shortDescription property.

Returns:
possible object is String

setShortDescription

void setShortDescription(String value)
Sets the value of the shortDescription property.

Parameters:
value - allowed object is String

isSetShortDescription

boolean isSetShortDescription()

unsetShortDescription

void unsetShortDescription()

getDetails

String getDetails()
Gets the value of the details property.

Returns:
possible object is String

setDetails

void setDetails(String value)
Sets the value of the details property.

Parameters:
value - allowed object is String

isSetDetails

boolean isSetDetails()

unsetDetails

void unsetDetails()


Copyright 2007 The jCoderZ Project.