|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.RepositoryPolicy
public class 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>
| Field Summary | |
|---|---|
protected String |
checksumPolicy
|
protected Boolean |
enabled
|
protected String |
updatePolicy
|
| Constructor Summary | |
|---|---|
RepositoryPolicy()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.RepositoryPolicy instance. |
|
RepositoryPolicy(RepositoryPolicy o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.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 |
|---|
protected Boolean enabled
protected String updatePolicy
protected String checksumPolicy
| Constructor Detail |
|---|
public RepositoryPolicy()
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.RepositoryPolicy instance.
public RepositoryPolicy(RepositoryPolicy o)
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.RepositoryPolicy instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic String getUpdatePolicy()
Stringpublic void setUpdatePolicy(String value)
value - allowed object is
Stringpublic String getChecksumPolicy()
Stringpublic void setChecksumPolicy(String value)
value - allowed object is
Stringpublic RepositoryPolicy clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||