net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.profiles100
Class ActivationFile

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.profiles100.ActivationFile
All Implemented Interfaces:
Serializable, Cloneable

public class ActivationFile
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  String exists
           
protected  String missing
           
 
Constructor Summary
ActivationFile()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.profiles100.ActivationFile instance.
ActivationFile(ActivationFile o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.profiles100.ActivationFile instance by copying a given instance.
 
Method Summary
 ActivationFile clone()
          Creates and returns a copy of this object.
 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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

missing

protected String missing

exists

protected String exists
Constructor Detail

ActivationFile

public ActivationFile()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.profiles100.ActivationFile instance.


ActivationFile

public ActivationFile(ActivationFile o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.profiles100.ActivationFile instance by copying a given instance.

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

getMissing

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

Returns:
possible object is String

setMissing

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

Parameters:
value - allowed object is String

getExists

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

Returns:
possible object is String

setExists

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

Parameters:
value - allowed object is String

clone

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