net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.assembly111
Class FileItem

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.assembly111.FileItem
All Implemented Interfaces:
Serializable, Cloneable

public class FileItem
extends Object
implements Serializable, Cloneable

A file allows individual file inclusion with the option to change the destination filename not supported by fileSets.

Java class for FileItem complex type.

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

 <complexType name="FileItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="outputDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="destName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fileMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lineEnding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="filtered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String destName
           
protected  String fileMode
           
protected  Boolean filtered
           
protected  String lineEnding
           
protected  String outputDirectory
           
protected  String source
           
 
Constructor Summary
FileItem()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.assembly111.FileItem instance.
FileItem(FileItem o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.assembly111.FileItem instance by copying a given instance.
 
Method Summary
 FileItem clone()
          Creates and returns a copy of this object.
 String getDestName()
          Gets the value of the destName property.
 String getFileMode()
          Gets the value of the fileMode property.
 String getLineEnding()
          Gets the value of the lineEnding property.
 String getOutputDirectory()
          Gets the value of the outputDirectory property.
 String getSource()
          Gets the value of the source property.
 Boolean isFiltered()
          Gets the value of the filtered property.
 void setDestName(String value)
          Sets the value of the destName property.
 void setFileMode(String value)
          Sets the value of the fileMode property.
 void setFiltered(Boolean value)
          Sets the value of the filtered property.
 void setLineEnding(String value)
          Sets the value of the lineEnding property.
 void setOutputDirectory(String value)
          Sets the value of the outputDirectory property.
 void setSource(String value)
          Sets the value of the source property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected String source

outputDirectory

protected String outputDirectory

destName

protected String destName

fileMode

protected String fileMode

lineEnding

protected String lineEnding

filtered

protected Boolean filtered
Constructor Detail

FileItem

public FileItem()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.assembly111.FileItem instance.


FileItem

public FileItem(FileItem o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.assembly111.FileItem instance by copying a given instance.

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

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getOutputDirectory

public String getOutputDirectory()
Gets the value of the outputDirectory property.

Returns:
possible object is String

setOutputDirectory

public void setOutputDirectory(String value)
Sets the value of the outputDirectory property.

Parameters:
value - allowed object is String

getDestName

public String getDestName()
Gets the value of the destName property.

Returns:
possible object is String

setDestName

public void setDestName(String value)
Sets the value of the destName property.

Parameters:
value - allowed object is String

getFileMode

public String getFileMode()
Gets the value of the fileMode property.

Returns:
possible object is String

setFileMode

public void setFileMode(String value)
Sets the value of the fileMode property.

Parameters:
value - allowed object is String

getLineEnding

public String getLineEnding()
Gets the value of the lineEnding property.

Returns:
possible object is String

setLineEnding

public void setLineEnding(String value)
Sets the value of the lineEnding property.

Parameters:
value - allowed object is String

isFiltered

public Boolean isFiltered()
Gets the value of the filtered property.

Returns:
possible object is Boolean

setFiltered

public void setFiltered(Boolean value)
Sets the value of the filtered property.

Parameters:
value - allowed object is Boolean

clone

public FileItem 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.