|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
String getName()
Stringvoid setName(String value)
value - allowed object is
Stringboolean isSetName()
void unsetName()
String getLogo()
Stringvoid setLogo(String value)
value - allowed object is
Stringboolean isSetLogo()
void unsetLogo()
String getFindingReportFilenamePattern()
Stringvoid setFindingReportFilenamePattern(String value)
value - allowed object is
Stringboolean isSetFindingReportFilenamePattern()
void unsetFindingReportFilenamePattern()
String getVersion()
Stringvoid setVersion(String value)
value - allowed object is
Stringboolean isSetVersion()
void unsetVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||