|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Field
Java content class for Field element declaration.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/findbugs/findbugs.xsd line 221)
<element name="Field">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}SourceLine"/>
<element ref="{}Message" minOccurs="0"/>
</sequence>
<attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="isStatic" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="false"/>
<enumeration value="true"/>
</restriction>
</simpleType>
</attribute>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="signature" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
| Method Summary |
|---|
| Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.FieldType |
|---|
getClassname, getIsStatic, getMessage, getName, getRole, getSignature, getSourceLine, isPrimary, isSetClassname, isSetIsStatic, isSetMessage, isSetName, isSetPrimary, isSetRole, isSetSignature, isSetSourceLine, setClassname, setIsStatic, setMessage, setName, setPrimary, setRole, setSignature, setSourceLine, unsetClassname, unsetIsStatic, unsetMessage, unsetName, unsetPrimary, unsetRole, unsetSignature, unsetSourceLine |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||