net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400
Interface Resource

All Known Implementing Classes:
ResourceImpl

public interface Resource

This element describes all of the classpath resources associated with a project or unit tests.

Java class for Resource complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Resource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="targetPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="filtering" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="directory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="includes" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="include" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="excludes" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="exclude" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface Resource.Excludes
          Java class for anonymous complex type.
static interface Resource.Includes
          Java class for anonymous complex type.
 
Method Summary
 String getDirectory()
          Gets the value of the directory property.
 Resource.Excludes getExcludes()
          Gets the value of the excludes property.
 Resource.Includes getIncludes()
          Gets the value of the includes property.
 String getTargetPath()
          Gets the value of the targetPath property.
 Boolean isFiltering()
          Gets the value of the filtering property.
 void setDirectory(String value)
          Sets the value of the directory property.
 void setExcludes(Resource.Excludes value)
          Sets the value of the excludes property.
 void setFiltering(Boolean value)
          Sets the value of the filtering property.
 void setIncludes(Resource.Includes value)
          Sets the value of the includes property.
 void setTargetPath(String value)
          Sets the value of the targetPath property.
 

Method Detail

getTargetPath

String getTargetPath()
Gets the value of the targetPath property.

Returns:
possible object is String

setTargetPath

void setTargetPath(String value)
Sets the value of the targetPath property.

Parameters:
value - allowed object is String

isFiltering

Boolean isFiltering()
Gets the value of the filtering property.

Returns:
possible object is Boolean

setFiltering

void setFiltering(Boolean value)
Sets the value of the filtering property.

Parameters:
value - allowed object is Boolean

getDirectory

String getDirectory()
Gets the value of the directory property.

Returns:
possible object is String

setDirectory

void setDirectory(String value)
Sets the value of the directory property.

Parameters:
value - allowed object is String

getIncludes

Resource.Includes getIncludes()
Gets the value of the includes property.

Returns:
possible object is Resource.Includes

setIncludes

void setIncludes(Resource.Includes value)
Sets the value of the includes property.

Parameters:
value - allowed object is Resource.Includes

getExcludes

Resource.Excludes getExcludes()
Gets the value of the excludes property.

Returns:
possible object is Resource.Excludes

setExcludes

void setExcludes(Resource.Excludes value)
Sets the value of the excludes property.

Parameters:
value - allowed object is Resource.Excludes


Copyright © 2009 The CC-XJC Community. All Rights Reserved.