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

All Known Subinterfaces:
FindingTypeFormatDescriptionElement
All Known Implementing Classes:
FindingTypeFormatDescriptionElementImpl, FindingTypeFormatImpl

public interface FindingTypeFormat

Java content class for findingTypeFormat 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 39)

 <complexType name="findingTypeFormat">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="staticTypeInfo" type="{}typeInfo"/>
         <element name="rootType" type="{}findingDescription"/>
         <element name="findingType" type="{}findingDescription" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 List getFindingType()
          Gets the value of the FindingType property.
 FindingDescription getRootType()
          Gets the value of the rootType property.
 TypeInfo getStaticTypeInfo()
          Gets the value of the staticTypeInfo property.
 boolean isSetFindingType()
           
 boolean isSetRootType()
           
 boolean isSetStaticTypeInfo()
           
 void setRootType(FindingDescription value)
          Sets the value of the rootType property.
 void setStaticTypeInfo(TypeInfo value)
          Sets the value of the staticTypeInfo property.
 void unsetFindingType()
           
 void unsetRootType()
           
 void unsetStaticTypeInfo()
           
 

Method Detail

getRootType

FindingDescription getRootType()
Gets the value of the rootType property.

Returns:
possible object is FindingDescription

setRootType

void setRootType(FindingDescription value)
Sets the value of the rootType property.

Parameters:
value - allowed object is FindingDescription

isSetRootType

boolean isSetRootType()

unsetRootType

void unsetRootType()

getFindingType

List getFindingType()
Gets the value of the FindingType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the FindingType property.

For example, to add a new item, do as follows:

    getFindingType().add(newItem);
 

Objects of the following type(s) are allowed in the list FindingDescription


isSetFindingType

boolean isSetFindingType()

unsetFindingType

void unsetFindingType()

getStaticTypeInfo

TypeInfo getStaticTypeInfo()
Gets the value of the staticTypeInfo property.

Returns:
possible object is TypeInfo

setStaticTypeInfo

void setStaticTypeInfo(TypeInfo value)
Sets the value of the staticTypeInfo property.

Parameters:
value - allowed object is TypeInfo

isSetStaticTypeInfo

boolean isSetStaticTypeInfo()

unsetStaticTypeInfo

void unsetStaticTypeInfo()


Copyright 2007 The jCoderZ Project.