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

All Known Implementing Classes:
TypeInfoImpl

public interface TypeInfo

Java content class for typeInfo 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 49)

 <complexType name="typeInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="findingReportFilenamePattern" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="logo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getFindingReportFilenamePattern()
          Gets the value of the findingReportFilenamePattern property.
 String getLogo()
          Gets the value of the logo property.
 String getName()
          Gets the value of the name property.
 String getVersion()
          Gets the value of the version property.
 boolean isSetFindingReportFilenamePattern()
           
 boolean isSetLogo()
           
 boolean isSetName()
           
 boolean isSetVersion()
           
 void setFindingReportFilenamePattern(String value)
          Sets the value of the findingReportFilenamePattern property.
 void setLogo(String value)
          Sets the value of the logo property.
 void setName(String value)
          Sets the value of the name property.
 void setVersion(String value)
          Sets the value of the version property.
 void unsetFindingReportFilenamePattern()
           
 void unsetLogo()
           
 void unsetName()
           
 void unsetVersion()
           
 

Method Detail

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

boolean isSetName()

unsetName

void unsetName()

getLogo

String getLogo()
Gets the value of the logo property.

Returns:
possible object is String

setLogo

void setLogo(String value)
Sets the value of the logo property.

Parameters:
value - allowed object is String

isSetLogo

boolean isSetLogo()

unsetLogo

void unsetLogo()

getFindingReportFilenamePattern

String getFindingReportFilenamePattern()
Gets the value of the findingReportFilenamePattern property.

Returns:
possible object is String

setFindingReportFilenamePattern

void setFindingReportFilenamePattern(String value)
Sets the value of the findingReportFilenamePattern property.

Parameters:
value - allowed object is String

isSetFindingReportFilenamePattern

boolean isSetFindingReportFilenamePattern()

unsetFindingReportFilenamePattern

void unsetFindingReportFilenamePattern()

getVersion

String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

isSetVersion

boolean isSetVersion()

unsetVersion

void unsetVersion()


Copyright 2007 The jCoderZ Project.