|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
FindingDescription getRootType()
FindingDescriptionvoid setRootType(FindingDescription value)
value - allowed object is
FindingDescriptionboolean isSetRootType()
void unsetRootType()
List getFindingType()
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
boolean isSetFindingType()
void unsetFindingType()
TypeInfo getStaticTypeInfo()
TypeInfovoid setStaticTypeInfo(TypeInfo value)
value - allowed object is
TypeInfoboolean isSetStaticTypeInfo()
void unsetStaticTypeInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||