net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.assembly111
Interface FileItem

All Known Implementing Classes:
FileItemImpl

public interface FileItem

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>
 


Method Summary
 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.
 

Method Detail

getSource

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

Returns:
possible object is String

setSource

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

Parameters:
value - allowed object is String

getOutputDirectory

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

Returns:
possible object is String

setOutputDirectory

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

Parameters:
value - allowed object is String

getDestName

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

Returns:
possible object is String

setDestName

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

Parameters:
value - allowed object is String

getFileMode

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

Returns:
possible object is String

setFileMode

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

Parameters:
value - allowed object is String

getLineEnding

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

Returns:
possible object is String

setLineEnding

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

Parameters:
value - allowed object is String

isFiltered

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

Returns:
possible object is Boolean

setFiltered

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

Parameters:
value - allowed object is Boolean


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