org.jcoderz.phoenix.report.ftf.jaxb
Interface SeverityMapping

All Known Implementing Classes:
SeverityMappingImpl

public interface SeverityMapping

Java content class for severityMapping complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/finding-type-format-description.xsd line 134)

 <complexType name="severityMapping">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="severity" type="{http://www.jcoderz.org/phoenix/report}Severity"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Severity getSeverity()
          Gets the value of the severity property.
 String getText()
          Gets the value of the text property.
 boolean isSetSeverity()
           
 boolean isSetText()
           
 void setSeverity(Severity value)
          Sets the value of the severity property.
 void setText(String value)
          Sets the value of the text property.
 void unsetSeverity()
           
 void unsetText()
           
 

Method Detail

getText

String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

void setText(String value)
Sets the value of the text property.

Parameters:
value - allowed object is String

isSetText

boolean isSetText()

unsetText

void unsetText()

getSeverity

Severity getSeverity()
Gets the value of the severity property.

Returns:
possible object is Severity

setSeverity

void setSeverity(Severity value)
Sets the value of the severity property.

Parameters:
value - allowed object is Severity

isSetSeverity

boolean isSetSeverity()

unsetSeverity

void unsetSeverity()


Copyright 2007 The jCoderZ Project.