net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.settings100
Interface RepositoryPolicy

All Known Implementing Classes:
RepositoryPolicyImpl

public interface RepositoryPolicy

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>
 


Method Summary
 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.
 

Method Detail

isEnabled

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

Returns:
possible object is Boolean

setEnabled

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

Parameters:
value - allowed object is Boolean

getUpdatePolicy

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

Returns:
possible object is String

setUpdatePolicy

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

Parameters:
value - allowed object is String

getChecksumPolicy

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

Returns:
possible object is String

setChecksumPolicy

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

Parameters:
value - allowed object is String


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