public class RepositoryPolicy extends LocatedTreeImpl
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}string" 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>
| Modifier and Type | Field and Description |
|---|---|
protected LocatedAttribute |
checksumPolicy |
protected LocatedAttribute |
enabled |
protected LocatedAttribute |
updatePolicy |
endLocation, startLocation| Constructor and Description |
|---|
RepositoryPolicy() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getChecksumPolicy()
Gets the value of the checksumPolicy property.
|
LocatedAttribute |
getEnabled()
Gets the value of the enabled property.
|
LocatedAttribute |
getUpdatePolicy()
Gets the value of the updatePolicy property.
|
void |
setChecksumPolicy(LocatedAttribute value)
Sets the value of the checksumPolicy property.
|
void |
setEnabled(LocatedAttribute value)
Sets the value of the enabled property.
|
void |
setUpdatePolicy(LocatedAttribute value)
Sets the value of the updatePolicy property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute enabled
protected LocatedAttribute updatePolicy
protected LocatedAttribute checksumPolicy
public LocatedAttribute getEnabled()
Stringpublic void setEnabled(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getUpdatePolicy()
Stringpublic void setUpdatePolicy(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getChecksumPolicy()
Stringpublic void setChecksumPolicy(LocatedAttribute value)
value - allowed object is
StringCopyright © 2012–2016 SonarSource. All rights reserved.