Class ResultRefType

java.lang.Object
com.tremolosecurity.config.xml.ResultRefType

public class ResultRefType extends Object
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 Details

    • auSuccess

      protected String auSuccess
    • auFail

      protected String auFail
    • azSuccess

      protected String azSuccess
    • azFail

      protected String azFail
  • Constructor Details

    • ResultRefType

      public ResultRefType()
  • Method Details

    • getAuSuccess

      public String getAuSuccess()
      Gets the value of the auSuccess property.
      Returns:
      possible object is String
    • setAuSuccess

      public void setAuSuccess(String value)
      Sets the value of the auSuccess property.
      Parameters:
      value - allowed object is String
    • getAuFail

      public String getAuFail()
      Gets the value of the auFail property.
      Returns:
      possible object is String
    • setAuFail

      public void setAuFail(String value)
      Sets the value of the auFail property.
      Parameters:
      value - allowed object is String
    • getAzSuccess

      public String getAzSuccess()
      Gets the value of the azSuccess property.
      Returns:
      possible object is String
    • setAzSuccess

      public void setAzSuccess(String value)
      Sets the value of the azSuccess property.
      Parameters:
      value - allowed object is String
    • getAzFail

      public String getAzFail()
      Gets the value of the azFail property.
      Returns:
      possible object is String
    • setAzFail

      public void setAzFail(String value)
      Sets the value of the azFail property.
      Parameters:
      value - allowed object is String