Class ResultRefType
java.lang.Object
com.tremolosecurity.config.xml.ResultRefType
List of events and associated results
Java class for resultRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resultRefType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="auSuccess" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="auFail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="azSuccess" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="azFail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the auFail property.Gets the value of the auSuccess property.Gets the value of the azFail property.Gets the value of the azSuccess property.void
Sets the value of the auFail property.void
setAuSuccess
(String value) Sets the value of the auSuccess property.void
Sets the value of the azFail property.void
setAzSuccess
(String value) Sets the value of the azSuccess property.
-
Field Details
-
auSuccess
-
auFail
-
azSuccess
-
azFail
-
-
Constructor Details
-
ResultRefType
public ResultRefType()
-
-
Method Details
-
getAuSuccess
-
setAuSuccess
-
getAuFail
-
setAuFail
-
getAzSuccess
-
setAzSuccess
-
getAzFail
-
setAzFail
-