|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
Boolean isEnabled()
Booleanvoid setEnabled(Boolean value)
value - allowed object is
BooleanString getUpdatePolicy()
Stringvoid setUpdatePolicy(String value)
value - allowed object is
StringString getChecksumPolicy()
Stringvoid setChecksumPolicy(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||