net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl
Class RepositoryPolicyImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.RepositoryPolicyImpl
All Implemented Interfaces:
Serializable, Cloneable, RepositoryPolicy

public class RepositoryPolicyImpl
extends Object
implements Serializable, Cloneable, RepositoryPolicy

See Also:
Serialized Form

Field Summary
protected  String checksumPolicy
           
protected  Boolean enabled
           
protected  String updatePolicy
           
 
Constructor Summary
RepositoryPolicyImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.RepositoryPolicyImpl instance.
RepositoryPolicyImpl(RepositoryPolicyImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.RepositoryPolicyImpl instance by copying a given instance.
 
Method Summary
 RepositoryPolicyImpl clone()
          Creates and returns a copy of this object.
 String getChecksumPolicy()
          Gets the value of the checksumPolicy property.
 String getUpdatePolicy()
          Gets the value of the updatePolicy property.
 Boolean isEnabled()
          Gets the value of the enabled property.
 void setChecksumPolicy(String value)
          Sets the value of the checksumPolicy property.
 void setEnabled(Boolean value)
          Sets the value of the enabled property.
 void setUpdatePolicy(String value)
          Sets the value of the updatePolicy property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

protected Boolean enabled

updatePolicy

protected String updatePolicy

checksumPolicy

protected String checksumPolicy
Constructor Detail

RepositoryPolicyImpl

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


RepositoryPolicyImpl

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

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

isEnabled

public Boolean isEnabled()
Description copied from interface: RepositoryPolicy
Gets the value of the enabled property.

Specified by:
isEnabled in interface RepositoryPolicy
Returns:
possible object is Boolean

setEnabled

public void setEnabled(Boolean value)
Description copied from interface: RepositoryPolicy
Sets the value of the enabled property.

Specified by:
setEnabled in interface RepositoryPolicy
Parameters:
value - allowed object is Boolean

getUpdatePolicy

public String getUpdatePolicy()
Description copied from interface: RepositoryPolicy
Gets the value of the updatePolicy property.

Specified by:
getUpdatePolicy in interface RepositoryPolicy
Returns:
possible object is String

setUpdatePolicy

public void setUpdatePolicy(String value)
Description copied from interface: RepositoryPolicy
Sets the value of the updatePolicy property.

Specified by:
setUpdatePolicy in interface RepositoryPolicy
Parameters:
value - allowed object is String

getChecksumPolicy

public String getChecksumPolicy()
Description copied from interface: RepositoryPolicy
Gets the value of the checksumPolicy property.

Specified by:
getChecksumPolicy in interface RepositoryPolicy
Returns:
possible object is String

setChecksumPolicy

public void setChecksumPolicy(String value)
Description copied from interface: RepositoryPolicy
Sets the value of the checksumPolicy property.

Specified by:
setChecksumPolicy in interface RepositoryPolicy
Parameters:
value - allowed object is String

clone

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