net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400
Class RepositoryPolicy

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.RepositoryPolicy
All Implemented Interfaces:
Serializable, Cloneable

public class RepositoryPolicy
extends Object
implements Serializable, Cloneable

Download policy

Java class for RepositoryPolicy complex type.

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

 <complexType name="RepositoryPolicy">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="updatePolicy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="checksumPolicy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String checksumPolicy
           
protected  Boolean enabled
           
protected  String updatePolicy
           
 
Constructor Summary
RepositoryPolicy()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.RepositoryPolicy instance.
RepositoryPolicy(RepositoryPolicy o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.RepositoryPolicy instance by copying a given instance.
 
Method Summary
 RepositoryPolicy 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

RepositoryPolicy

public RepositoryPolicy()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.RepositoryPolicy instance.


RepositoryPolicy

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

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

isEnabled

public Boolean isEnabled()
Gets the value of the enabled property.

Returns:
possible object is Boolean

setEnabled

public void setEnabled(Boolean value)
Sets the value of the enabled property.

Parameters:
value - allowed object is Boolean

getUpdatePolicy

public String getUpdatePolicy()
Gets the value of the updatePolicy property.

Returns:
possible object is String

setUpdatePolicy

public void setUpdatePolicy(String value)
Sets the value of the updatePolicy property.

Parameters:
value - allowed object is String

getChecksumPolicy

public String getChecksumPolicy()
Gets the value of the checksumPolicy property.

Returns:
possible object is String

setChecksumPolicy

public void setChecksumPolicy(String value)
Sets the value of the checksumPolicy property.

Parameters:
value - allowed object is String

clone

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