org.jcoderz.phoenix.findbugs.message.jaxb
Interface BugCodeType

All Known Subinterfaces:
MessageCollectionType.BugCode
All Known Implementing Classes:
BugCodeTypeImpl, MessageCollectionTypeImpl.BugCodeImpl

public interface BugCodeType

Java content class for BugCodeType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/findbugs/messagecollection.xsd line 49)

 <complexType name="BugCodeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="abbrev" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getAbbrev()
          Gets the value of the abbrev property.
 List getContent()
          Gets the value of the Content property.
 boolean isSetAbbrev()
           
 boolean isSetContent()
           
 void setAbbrev(String value)
          Sets the value of the abbrev property.
 void unsetAbbrev()
           
 void unsetContent()
           
 

Method Detail

getContent

List getContent()
Gets the value of the Content 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 Content property.

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

    getContent().add(newItem);
 

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


isSetContent

boolean isSetContent()

unsetContent

void unsetContent()

getAbbrev

String getAbbrev()
Gets the value of the abbrev property.

Returns:
possible object is String

setAbbrev

void setAbbrev(String value)
Sets the value of the abbrev property.

Parameters:
value - allowed object is String

isSetAbbrev

boolean isSetAbbrev()

unsetAbbrev

void unsetAbbrev()


Copyright 2007 The jCoderZ Project.