org.jcoderz.phoenix.jcoverage.jaxb
Interface MethodType

All Known Subinterfaces:
Method
All Known Implementing Classes:
MethodImpl, MethodTypeImpl

public interface MethodType

Java content class for anonymous 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/jcoverage.xsd line 100)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element ref="{}branch"/>
         <element ref="{}line"/>
       </choice>
       <attribute name="nameAndSignature" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 List getContent()
          Gets the value of the Content property.
 String getNameAndSignature()
          Gets the value of the nameAndSignature property.
 boolean isSetContent()
           
 boolean isSetNameAndSignature()
           
 void setNameAndSignature(String value)
          Sets the value of the nameAndSignature property.
 void unsetContent()
           
 void unsetNameAndSignature()
           
 

Method Detail

getNameAndSignature

String getNameAndSignature()
Gets the value of the nameAndSignature property.

Returns:
possible object is String

setNameAndSignature

void setNameAndSignature(String value)
Sets the value of the nameAndSignature property.

Parameters:
value - allowed object is String

isSetNameAndSignature

boolean isSetNameAndSignature()

unsetNameAndSignature

void unsetNameAndSignature()

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 Branch Line String


isSetContent

boolean isSetContent()

unsetContent

void unsetContent()


Copyright 2007 The jCoderZ Project.