org.jcoderz.phoenix.jcoverage.jaxb
Interface ValidType

All Known Subinterfaces:
Valid
All Known Implementing Classes:
ValidImpl, ValidTypeImpl

public interface ValidType

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 118)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="lines" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getLines()
          Gets the value of the lines property.
 boolean isSetLines()
           
 void setLines(String value)
          Sets the value of the lines property.
 void unsetLines()
           
 

Method Detail

getLines

String getLines()
Gets the value of the lines property.

Returns:
possible object is String

setLines

void setLines(String value)
Sets the value of the lines property.

Parameters:
value - allowed object is String

isSetLines

boolean isSetLines()

unsetLines

void unsetLines()


Copyright 2007 The jCoderZ Project.