net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.settings100
Interface ActivationFile

All Known Implementing Classes:
ActivationFileImpl

public interface ActivationFile

This is the file specification used to activate a profile. The missing value will be a the location of a file that needs to exist, and if it doesn't the profile must run. On the other hand exists will test for the existence of the file and if it is there will run the profile.

Java class for ActivationFile complex type.

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

 <complexType name="ActivationFile">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="missing" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="exists" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getExists()
          Gets the value of the exists property.
 String getMissing()
          Gets the value of the missing property.
 void setExists(String value)
          Sets the value of the exists property.
 void setMissing(String value)
          Sets the value of the missing property.
 

Method Detail

getMissing

String getMissing()
Gets the value of the missing property.

Returns:
possible object is String

setMissing

void setMissing(String value)
Sets the value of the missing property.

Parameters:
value - allowed object is String

getExists

String getExists()
Gets the value of the exists property.

Returns:
possible object is String

setExists

void setExists(String value)
Sets the value of the exists property.

Parameters:
value - allowed object is String


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