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

All Known Subinterfaces:
MessageCollectionType.Detector
All Known Implementing Classes:
DetectorTypeImpl, MessageCollectionTypeImpl.DetectorImpl

public interface DetectorType

Java content class for DetectorType 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 23)

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


Method Summary
 String getClazz()
          Gets the value of the clazz property.
 String getDetails()
          Gets the value of the details property.
 boolean isSetClazz()
           
 boolean isSetDetails()
           
 void setClazz(String value)
          Sets the value of the clazz property.
 void setDetails(String value)
          Sets the value of the details property.
 void unsetClazz()
           
 void unsetDetails()
           
 

Method Detail

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()

getClazz

String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

void setClazz(String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

isSetClazz

boolean isSetClazz()

unsetClazz

void unsetClazz()


Copyright 2007 The jCoderZ Project.