net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl
Class ActivationFileImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.ActivationFileImpl
All Implemented Interfaces:
Serializable, Cloneable, ActivationFile

public class ActivationFileImpl
extends Object
implements Serializable, Cloneable, ActivationFile

See Also:
Serialized Form

Field Summary
protected  String exists
           
protected  String missing
           
 
Constructor Summary
ActivationFileImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.ActivationFileImpl instance.
ActivationFileImpl(ActivationFileImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.ActivationFileImpl instance by copying a given instance.
 
Method Summary
 ActivationFileImpl 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

ActivationFileImpl

public ActivationFileImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.ActivationFileImpl instance.


ActivationFileImpl

public ActivationFileImpl(ActivationFileImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.ActivationFileImpl instance by copying a given instance.

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

getMissing

public String getMissing()
Description copied from interface: ActivationFile
Gets the value of the missing property.

Specified by:
getMissing in interface ActivationFile
Returns:
possible object is String

setMissing

public void setMissing(String value)
Description copied from interface: ActivationFile
Sets the value of the missing property.

Specified by:
setMissing in interface ActivationFile
Parameters:
value - allowed object is String

getExists

public String getExists()
Description copied from interface: ActivationFile
Gets the value of the exists property.

Specified by:
getExists in interface ActivationFile
Returns:
possible object is String

setExists

public void setExists(String value)
Description copied from interface: ActivationFile
Sets the value of the exists property.

Specified by:
setExists in interface ActivationFile
Parameters:
value - allowed object is String

clone

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