org.jcoderz.phoenix.jcoverage.jaxb
Interface FileType

All Known Subinterfaces:
File
All Known Implementing Classes:
FileImpl, FileTypeImpl

public interface FileType

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

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


Method Summary
 String getName()
          Gets the value of the name property.
 boolean isSetName()
           
 void setName(String value)
          Sets the value of the name property.
 void unsetName()
           
 

Method Detail

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

boolean isSetName()

unsetName

void unsetName()


Copyright 2007 The jCoderZ Project.