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
-
setFailTasks
-
isFailDNSChallenge
-
setFailDNSChallenge
-
isFailSigningCertificates
-
setFailSigningCertificates
-
isCrashTasks
-
setCrashTasks
-
isCrashDNSChallenge
-
setCrashDNSChallenge
-
isCrashSigningCertificates
-
setCrashSigningCertificates
-