net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111
Interface UnpackOptions

All Known Implementing Classes:
UnpackOptionsImpl

public interface UnpackOptions

Specifies options for including/excluding/filtering items extracted from an archive. (Since 2.2)

Java class for UnpackOptions complex type.

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

 <complexType name="UnpackOptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <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>
         <element name="filtered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface UnpackOptions.Excludes
          Java class for anonymous complex type.
static interface UnpackOptions.Includes
          Java class for anonymous complex type.
 
Method Summary
 UnpackOptions.Excludes getExcludes()
          Gets the value of the excludes property.
 UnpackOptions.Includes getIncludes()
          Gets the value of the includes property.
 Boolean isFiltered()
          Gets the value of the filtered property.
 void setExcludes(UnpackOptions.Excludes value)
          Sets the value of the excludes property.
 void setFiltered(Boolean value)
          Sets the value of the filtered property.
 void setIncludes(UnpackOptions.Includes value)
          Sets the value of the includes property.
 

Method Detail

getIncludes

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

Returns:
possible object is UnpackOptions.Includes

setIncludes

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

Parameters:
value - allowed object is UnpackOptions.Includes

getExcludes

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

Returns:
possible object is UnpackOptions.Excludes

setExcludes

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

Parameters:
value - allowed object is UnpackOptions.Excludes

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.