net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl
Class ResourceImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.ResourceImpl
All Implemented Interfaces:
Serializable, Cloneable, Resource

public class ResourceImpl
extends Object
implements Serializable, Cloneable, Resource

See Also:
Serialized Form

Nested Class Summary
static class ResourceImpl.ExcludesImpl
           
static class ResourceImpl.IncludesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.Resource
Resource.Excludes, Resource.Includes
 
Field Summary
protected  String directory
           
protected  ResourceImpl.ExcludesImpl excludes
           
protected  Boolean filtering
           
protected  ResourceImpl.IncludesImpl includes
           
protected  String targetPath
           
 
Constructor Summary
ResourceImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.ResourceImpl instance.
ResourceImpl(ResourceImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.ResourceImpl instance by copying a given instance.
 
Method Summary
 ResourceImpl clone()
          Creates and returns a copy of this object.
 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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetPath

protected String targetPath

filtering

protected Boolean filtering

directory

protected String directory

includes

protected ResourceImpl.IncludesImpl includes

excludes

protected ResourceImpl.ExcludesImpl excludes
Constructor Detail

ResourceImpl

public ResourceImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.ResourceImpl instance.


ResourceImpl

public ResourceImpl(ResourceImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.ResourceImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getTargetPath

public String getTargetPath()
Description copied from interface: Resource
Gets the value of the targetPath property.

Specified by:
getTargetPath in interface Resource
Returns:
possible object is String

setTargetPath

public void setTargetPath(String value)
Description copied from interface: Resource
Sets the value of the targetPath property.

Specified by:
setTargetPath in interface Resource
Parameters:
value - allowed object is String

isFiltering

public Boolean isFiltering()
Description copied from interface: Resource
Gets the value of the filtering property.

Specified by:
isFiltering in interface Resource
Returns:
possible object is Boolean

setFiltering

public void setFiltering(Boolean value)
Description copied from interface: Resource
Sets the value of the filtering property.

Specified by:
setFiltering in interface Resource
Parameters:
value - allowed object is Boolean

getDirectory

public String getDirectory()
Description copied from interface: Resource
Gets the value of the directory property.

Specified by:
getDirectory in interface Resource
Returns:
possible object is String

setDirectory

public void setDirectory(String value)
Description copied from interface: Resource
Sets the value of the directory property.

Specified by:
setDirectory in interface Resource
Parameters:
value - allowed object is String

getIncludes

public Resource.Includes getIncludes()
Description copied from interface: Resource
Gets the value of the includes property.

Specified by:
getIncludes in interface Resource
Returns:
possible object is Resource.Includes

setIncludes

public void setIncludes(Resource.Includes value)
Description copied from interface: Resource
Sets the value of the includes property.

Specified by:
setIncludes in interface Resource
Parameters:
value - allowed object is Resource.Includes

getExcludes

public Resource.Excludes getExcludes()
Description copied from interface: Resource
Gets the value of the excludes property.

Specified by:
getExcludes in interface Resource
Returns:
possible object is Resource.Excludes

setExcludes

public void setExcludes(Resource.Excludes value)
Description copied from interface: Resource
Sets the value of the excludes property.

Specified by:
setExcludes in interface Resource
Parameters:
value - allowed object is Resource.Excludes

clone

public ResourceImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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