Class FaultInjection
java.lang.Object
com.io7m.certusine.vanilla.internal.jaxb.FaultInjection
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="FailTasks" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="FailDNSChallenge" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="FailSigningCertificates" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="CrashTasks" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="CrashDNSChallenge" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="CrashSigningCertificates" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the crashDNSChallenge property.Gets the value of the crashSigningCertificates property.Gets the value of the crashTasks property.Gets the value of the failDNSChallenge property.Gets the value of the failSigningCertificates property.Gets the value of the failTasks property.voidsetCrashDNSChallenge(Boolean value) Sets the value of the crashDNSChallenge property.voidSets the value of the crashSigningCertificates property.voidsetCrashTasks(Boolean value) Sets the value of the crashTasks property.voidsetFailDNSChallenge(Boolean value) Sets the value of the failDNSChallenge property.voidSets the value of the failSigningCertificates property.voidsetFailTasks(Boolean value) Sets the value of the failTasks property.
-
Field Details
-
failTasks
-
failDNSChallenge
-
failSigningCertificates
-
crashTasks
-
crashDNSChallenge
-
crashSigningCertificates
-
-
Constructor Details
-
FaultInjection
public FaultInjection()
-
-
Method Details
-
isFailTasks
Gets the value of the failTasks property.- Returns:
- possible object is
Boolean
-
setFailTasks
Sets the value of the failTasks property.- Parameters:
value- allowed object isBoolean
-
isFailDNSChallenge
Gets the value of the failDNSChallenge property.- Returns:
- possible object is
Boolean
-
setFailDNSChallenge
Sets the value of the failDNSChallenge property.- Parameters:
value- allowed object isBoolean
-
isFailSigningCertificates
Gets the value of the failSigningCertificates property.- Returns:
- possible object is
Boolean
-
setFailSigningCertificates
Sets the value of the failSigningCertificates property.- Parameters:
value- allowed object isBoolean
-
isCrashTasks
Gets the value of the crashTasks property.- Returns:
- possible object is
Boolean
-
setCrashTasks
Sets the value of the crashTasks property.- Parameters:
value- allowed object isBoolean
-
isCrashDNSChallenge
Gets the value of the crashDNSChallenge property.- Returns:
- possible object is
Boolean
-
setCrashDNSChallenge
Sets the value of the crashDNSChallenge property.- Parameters:
value- allowed object isBoolean
-
isCrashSigningCertificates
Gets the value of the crashSigningCertificates property.- Returns:
- possible object is
Boolean
-
setCrashSigningCertificates
Sets the value of the crashSigningCertificates property.- Parameters:
value- allowed object isBoolean
-