Class ResultType

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

public class ResultType extends Object
A result to an event

Java class for resultType complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="resultType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="type">
          <simpleType>
            <restriction base="{http://www.w3.org/2001/XMLSchema}string">
              <enumeration value="header"/>
              <enumeration value="cookie"/>
              <enumeration value="redirect"/>
              <enumeration value="assertion"/>
            </restriction>
          </simpleType>
        </element>
        <element name="source">
          <simpleType>
            <restriction base="{http://www.w3.org/2001/XMLSchema}string">
              <enumeration value="static"/>
              <enumeration value="user"/>
              <enumeration value="custom"/>
            </restriction>
          </simpleType>
        </element>
        <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

    • type

      protected String type
    • source

      protected String source
    • value

      protected String value
  • Constructor Details

    • ResultType

      public ResultType()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getSource

      public String getSource()
      Gets the value of the source property.
      Returns:
      possible object is String
    • setSource

      public void setSource(String value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is String
    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

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